diff --git a/poetry.lock b/poetry.lock index f98ec81d71..d62af7febf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4372,7 +4372,7 @@ resolved_reference = "8bc53d243adf40b8d172f59061d82fc3ddf4e36a" [[package]] name = "mxcube-video-streamer" -version = "1.8.4.0" +version = "1.8.4.1" description = "FastAPI Based video streamer" optional = false python-versions = ">=3.10,<3.12" @@ -4400,8 +4400,8 @@ tango = ["pytango (>=9.3.6,<10.0.0)"] [package.source] type = "git" url = "https://github.com/AustralianSynchrotron/video-streamer.git" -reference = "v1.8.4.0" -resolved_reference = "af1c01cf4cefa004b71d2265d0f7624c8841cc69" +reference = "v1.8.4.1" +resolved_reference = "22b6f909f7f78caed5070625d70ee6cf4ceb0f26" [[package]] name = "myst-parser" @@ -8943,4 +8943,4 @@ tango = ["PyTango"] [metadata] lock-version = "2.1" python-versions = ">=3.8,<3.12" -content-hash = "cc9cc67ea558176dae377fd18e3822548d7cdfb445a1602fe75769aed37cf540" +content-hash = "57f5f180f69270270911709330cdad0881ac911aa465e947da90c7f032c23759" diff --git a/pyproject.toml b/pyproject.toml index f7e0284145..d5cb8b8031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mxcubecore" -version = "1.195.0.54" +version = "1.195.0.55" license = "LGPL-3.0-or-later" description = "Core libraries for the MXCuBE application" authors = ["The MXCuBE collaboration "] @@ -52,7 +52,7 @@ colorama = "^0.4.6" prefect = { version = "3.6.10", optional = true, python = ">=3.10" } cachetools = ">=5.3.3" mx3-beamline-library = { git = "https://github.com/AustralianSynchrotron/mx3-beamline-library.git", rev = "v2.5.0", python = ">=3.11,<3.12" } -mxcube-video-streamer = { git = "https://github.com/AustralianSynchrotron/video-streamer.git", rev = "v1.8.4.0", python = ">=3.11,<3.12" } +mxcube-video-streamer = { git = "https://github.com/AustralianSynchrotron/video-streamer.git", rev = "v1.8.4.1", python = ">=3.11,<3.12" } [tool.poetry.dev-dependencies] pre-commit = "^3.5.0"