From 2438131f332bc7577d3490fe76692f89294cdfa4 Mon Sep 17 00:00:00 2001 From: Marcus Oskarsson Date: Tue, 8 Oct 2024 13:21:53 +0200 Subject: [PATCH] 4.187.0+esrf-1007-1 --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d1b5d7a6..eca03ecc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1869,7 +1869,7 @@ resolved_reference = "c30decb2f61969a7915880f8271381f2a45c6ee6" [[package]] name = "mxcubecore" -version = "1.160.0" +version = "1.160.0+esrf.1007-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.160.0+esrf.1007-1" +resolved_reference = "b9014988e36b9926528a8473fe306b89324965c3" [[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 = "30a6fbb33a883a0a33ad97de15b41e2a2827b487a4ab5ea58fbd11e879272cb7" diff --git a/pyproject.toml b/pyproject.toml index 5ce3161d..3fe82b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mxcubeweb" -version = "4.194.0" +version = "4.187.0+esrf-1007-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.160.0+esrf.1007-1" } mxcube-video-streamer = { git = "https://github.com/mxcube/video-streamer.git", branch = "main" } bcrypt = "^4.0.1" authlib = "^1.3.0" diff --git a/requirements.txt b/requirements.txt index 216a18cc..3a1d8f4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -853,7 +853,7 @@ mock==4.0.3 ; python_version >= "3.8" and python_version < "3.12" \ --hash=sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62 \ --hash=sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc mxcube-video-streamer @ git+https://github.com/mxcube/video-streamer.git@c30decb2f61969a7915880f8271381f2a45c6ee6 ; python_version >= "3.8" and python_version < "3.12" -mxcubecore @ git+https://github.com/mxcube/esrf-mxcubecore.git@8983cd0c3f9b13875b738d855e398cda2c8528f8 ; python_version >= "3.8" and python_version < "3.12" +mxcubecore @ git+https://github.com/mxcube/esrf-mxcubecore.git@b9014988e36b9926528a8473fe306b89324965c3 ; python_version >= "3.8" and python_version < "3.12" numpy==1.24.4 ; python_version >= "3.8" and python_version < "3.12" \ --hash=sha256:04640dab83f7c6c85abf9cd729c5b65f1ebd0ccf9de90b270cd61935eef0197f \ --hash=sha256:1452241c290f3e2a312c137a9999cdbf63f78864d63c79039bda65ee86943f61 \