Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 11 updates
Browse files Browse the repository at this point in the history
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](bluesky/event-model@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](python-humanize/humanize@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](python/importlib_metadata@v8.5.0...v8.6.1)

Updates `intake` from 0.6.4 to 2.0.8
- [Commits](intake/intake@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](numpy/numpy@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](pydantic/pydantic-core@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](tox-dev/tox@3.28.0...4.24.1)

Updates `websockets` from 14.2 to 15.0
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@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](zarr-developers/zarr-python@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 134a554 commit 07d5478
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 07d5478

Please sign in to comment.