From 07d5478485f37d0acc3bf57cc5c782b83a99720c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 01:25:03 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 11 updates Bumps the dev-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [event-model](https://github.com/bluesky/event-model) | `1.22.1` | `1.22.3` | | [humanize](https://github.com/python-humanize/humanize) | `4.11.0` | `4.12.0` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.5.0` | `8.6.1` | | [intake](https://github.com/intake/intake) | `0.6.4` | `2.0.8` | | [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.2.3` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.27.2` | `2.29.0` | | [pydantic-numpy](https://github.com/caniko/pydantic-numpy) | `5.0.2` | `8.0.0` | | [tox](https://github.com/tox-dev/tox) | `3.28.0` | `4.24.1` | | [websockets](https://github.com/python-websockets/websockets) | `14.2` | `15.0` | | [zarr](https://github.com/zarr-developers/zarr-python) | `3.0.2` | `3.0.3` | | [zict](http://zict.readthedocs.io/en/latest/) | `2.2.0` | `3.0.0` | Updates `event-model` from 1.22.1 to 1.22.3 - [Release notes](https://github.com/bluesky/event-model/releases) - [Commits](https://github.com/bluesky/event-model/compare/v1.22.1...v1.22.3) Updates `humanize` from 4.11.0 to 4.12.0 - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.11.0...4.12.0) Updates `importlib-metadata` from 8.5.0 to 8.6.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.5.0...v8.6.1) Updates `intake` from 0.6.4 to 2.0.8 - [Commits](https://github.com/intake/intake/compare/0.6.4...2.0.8) Updates `numpy` from 1.26.4 to 2.2.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.2.3) Updates `pydantic-core` from 2.27.2 to 2.29.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.2...v2.29.0) Updates `pydantic-numpy` from 5.0.2 to 8.0.0 - [Commits](https://github.com/caniko/pydantic-numpy/commits) Updates `tox` from 3.28.0 to 4.24.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.28.0...4.24.1) Updates `websockets` from 14.2 to 15.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.2...15.0) Updates `zarr` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/zarr-developers/zarr-python/releases) - [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release-notes.rst) - [Commits](https://github.com/zarr-developers/zarr-python/compare/v3.0.2...v3.0.3) Updates `zict` from 2.2.0 to 3.0.0 --- updated-dependencies: - dependency-name: event-model dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: humanize dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: importlib-metadata dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: intake dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: pydantic-core dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pydantic-numpy dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: websockets dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: zarr dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: zict dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 22 +++++++++++----------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 92cac9fc1..6a3129d89 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -56,7 +56,7 @@ dunamai==1.23.0 email_validator==2.2.0 entrypoints==0.4 epicscorelibs==7.0.7.99.1.1 -event-model==1.22.1 +event-model==1.22.3 executing==2.2.0 fastapi==0.115.8 fastapi-cli==0.0.7 @@ -79,15 +79,15 @@ historydict==1.2.6 httpcore==1.0.7 httptools==0.6.4 httpx==0.28.1 -humanize==4.11.0 +humanize==4.12.0 identify==2.6.7 idna==3.10 imageio==2.37.0 imagesize==1.4.1 -importlib_metadata==8.5.0 +importlib_metadata==8.6.1 importlib_resources==6.5.2 iniconfig==2.0.0 -intake==0.6.4 +intake==2.0.8 ipython==8.32.0 ipywidgets==8.1.5 itsdangerous==2.2.0 @@ -122,7 +122,7 @@ nodeenv==1.9.1 nose2==0.15.1 nslsii==0.10.7 numcodecs==0.15.1 -numpy==1.26.4 +numpy==2.2.3 observability-utils==0.1.4 opencv-python==4.11.0.86 opencv-python-headless==4.11.0.86 @@ -177,8 +177,8 @@ pycryptodome==3.21.0 pydantic==2.10.6 pydantic-extra-types==2.10.2 pydantic-settings==2.7.1 -pydantic_core==2.27.2 -pydantic_numpy==5.0.2 +pydantic_core==2.29.0 +pydantic_numpy==8.0.0 pydata-sphinx-theme==0.16.1 pyepics==3.5.7 Pygments==2.19.1 @@ -241,7 +241,7 @@ suitcase-utils==0.5.4 super-state-machine==2.0.2 tifffile==2025.1.10 toolz==1.0.0 -tox==3.28.0 +tox==4.24.1 tox-direct==0.4 tqdm==4.67.1 traitlets==5.14.3 @@ -262,13 +262,13 @@ virtualenv==20.29.2 watchfiles==1.0.4 wcwidth==0.2.13 websocket-client==1.8.0 -websockets==14.2 +websockets==15.0 widgetsnbextension==4.0.13 workflows==3.1 wrapt==1.17.2 xarray==2025.1.2 yarl==1.18.3 -zarr==3.0.2 -zict==2.2.0 +zarr==3.0.3 +zict==3.0.0 zipp==3.21.0 zocalo==1.2.0 diff --git a/pyproject.toml b/pyproject.toml index 00d2f23c8..e2d3fe0cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "super-state-machine", # https://github.com/DiamondLightSource/blueapi/issues/553 "GitPython", "bluesky-stomp>=0.1.4", - "event-model==1.22.1", # https://github.com/DiamondLightSource/blueapi/issues/684 + "event-model==1.22.3", # https://github.com/DiamondLightSource/blueapi/issues/684 "opentelemetry-distro>=0.48b0", "opentelemetry-instrumentation-fastapi>=0.48b0", "observability-utils>=0.1.4",