diff --git a/poetry.lock b/poetry.lock index d1b5d7a6..ed3508d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "alabaster" @@ -1869,7 +1869,7 @@ resolved_reference = "c30decb2f61969a7915880f8271381f2a45c6ee6" [[package]] name = "mxcubecore" -version = "1.160.0" +version = "1.167.0+esrf-1024-1" description = "Core libraries for the MXCuBE application" optional = false python-versions = ">=3.8,<3.12" @@ -1907,8 +1907,8 @@ tango = ["PyTango (>=9.3.6,<10.0.0)"] [package.source] type = "git" url = "https://github.com/mxcube/esrf-mxcubecore.git" -reference = "esrf-develop" -resolved_reference = "8983cd0c3f9b13875b738d855e398cda2c8528f8" +reference = "v1.167.0+esrf-1024-1" +resolved_reference = "38b1ccdbf1ac2678c333a8b878803d84d51a790d" [[package]] name = "myst-parser" @@ -3691,4 +3691,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "b9310a12ea3b2b8b117e122813e215c617b998c688c73f2ba9b482b1913e9600" +content-hash = "f4dd8555ede70c7ee29a8a70f3f724ce7623df8c7644d333328baedc273568f1" diff --git a/pyproject.toml b/pyproject.toml index 8d0e54eb..2ab41673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mxcubeweb" -version = "4.210.0" +version = "4.211.0+esrf-1024-1" license = "LGPL-3.0-or-later" description = "MXCuBE Web user interface" authors = ["The MXCuBE collaboration "] @@ -41,7 +41,7 @@ pydantic = ">=2.8.2,<2.9.0" PyDispatcher = "^2.0.6" pytz = "^2022.6" tzlocal = "^4.2" -mxcubecore = { git = "https://github.com/mxcube/esrf-mxcubecore.git", branch = "esrf-develop" } +mxcubecore = { git = "https://github.com/mxcube/esrf-mxcubecore.git", tag = "v1.167.0+esrf-1024-1" } mxcube-video-streamer = { git = "https://github.com/mxcube/video-streamer.git", branch = "main" } bcrypt = "^4.0.1" authlib = "^1.3.0"