Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-dependencies group across 1 directory with 25 updates #834

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the dev-dependencies group with 25 updates in the / directory:

Package From To
event-model 1.22.1 1.22.3
cachetools 5.5.1 5.5.2
copier 9.4.1 9.5.0
decorator 5.1.1 5.2.0
googleapis-common-protos 1.67.0 1.68.0
h5py 3.12.1 3.13.0
humanize 4.11.0 4.12.1
identify 2.6.7 2.6.8
importlib-metadata 8.5.0 8.6.1
intake 0.6.4 2.0.8
mistune 3.1.1 3.1.2
numpy 1.26.4 2.2.3
propcache 0.2.1 0.3.0
pydantic-settings 2.7.1 2.8.0
pydantic-core 2.27.2 2.29.0
pydantic-numpy 5.0.2 8.0.1
rpds-py 0.22.3 0.23.1
ruff 0.9.6 0.9.7
sphinx 8.1.3 8.2.1
starlette 0.45.3 0.46.0
tifffile 2025.1.10 2025.2.18
tox 3.28.0 4.24.1
websockets 14.2 15.0
zarr 3.0.2 3.0.4
zict 2.2.0 3.0.0

Updates event-model from 1.22.1 to 1.22.3

Release notes

Sourced from event-model's releases.

v1.22.3

What's Changed

Full Changelog: bluesky/event-model@v1.22.2...v1.22.3

v1.22.2

What's Changed

Full Changelog: bluesky/event-model@v1.22.1...v1.22.2

Commits

Updates cachetools from 5.5.1 to 5.5.2

Changelog

Sourced from cachetools's changelog.

v5.5.2 (2025-02-20)

  • Reduce number of @cached lock/unlock operations.

  • Improve documentation.

  • Update CI environment.

Commits
  • c403f9f Bump version
  • 9e11baa Bump copyright year.
  • 450cd41 Update CI environment.
  • d63ec41 Bump codecov/codecov-action from 4.5.0 to 5.3.1
  • bcd3399 Bump actions/setup-python from 5.2.0 to 5.4.0
  • 8bda7ea Bump actions/checkout from 4.2.0 to 4.2.2
  • c03a7ee Fix #328: Add note about maxsize being an actual number.
  • 72b4a32 Reduce number of decorator lock/unlock operations in case of cache miss.
  • 2252883 Add test case for decorator lock/unlock operations.
  • fef378f Show missing lines in tox coverage report.
  • Additional commits viewable in compare view

Updates copier from 9.4.1 to 9.5.0

Release notes

Sourced from copier's releases.

v9.5.0 (2025-02-17)

Feat

  • external_data: load data from other YAML files
  • settings: allow to define some trusted repositories or prefixes
  • settings: add user settings support with defaults values (fix #235)
  • add dynamic file structures in loop using yield-tag (#1855)
  • add support for dynamic choices

Fix

  • correctly record missing stages in index for merge conflicts (#1907)
  • allow importing from a file that has a conditional name
  • updating: don't crash when file is removed from template's .gitignore file (#1886)
  • deps: update dependency packaging to v24.2
  • re-render answers file path when producing render context
  • restore compatibility with Git prior to v2.31 (#1838)
  • updating: don't validate computed values
  • Don't mark files without conflict markers as unmerged (#1813)
Changelog

Sourced from copier's changelog.

v9.5.0 (2025-02-17)

Feat

  • external_data: load data from other YAML files
  • settings: allow to define some trusted repositories or prefixes
  • settings: add user settings support with defaults values (fix #235)
  • add dynamic file structures in loop using yield-tag (#1855)
  • add support for dynamic choices

Fix

  • correctly record missing stages in index for merge conflicts (#1907)
  • allow importing from a file that has a conditional name
  • updating: don't crash when file is removed from template's .gitignore file (#1886)
  • deps: update dependency packaging to v24.2
  • re-render answers file path when producing render context
  • restore compatibility with Git prior to v2.31 (#1838)
  • updating: don't validate computed values
  • Don't mark files without conflict markers as unmerged (#1813)
Commits
  • d735c8b bump: version 9.4.1 → 9.5.0
  • 3ae6b78 style: autoformat with pre-commit
  • 896a476 build(flake): update lock
  • 25bc06d feat(external_data): load data from other YAML files
  • ee5be56 build(deps): update dependency mkdocstrings to v0.28.1
  • f84bb8a build(deps): update dependency mkdocs-material to v9.6.4
  • 41a1086 build(deps): update dependency mkdocs-material to v9.6.3
  • 82ba1ea build(deps): update dependency mypy to v1.15.0
  • d2a4fc7 build(deps): update dependency mkdocstrings to v0.28.0
  • f615eb1 build(deps): update dependency mkdocs-material to v9.6.2
  • Additional commits viewable in compare view

Updates decorator from 5.1.1 to 5.2.0

Changelog

Sourced from decorator's changelog.

5.2.0 (2025-02-22)

Changed the build procedure to use pyproject.toml and moved the tests outside of the generated wheel/tarball.

Added official support for Python 3.11, 3.12, 3.13 (thanks to Hugo van Kemenade).

Dropped official support for Python < 3.8: the module is expected to work on older Python versions, but I cannot test such versions on GitHub actions, so I cannot claim that it is officially supported.

Dafu Wu provided support for decorating partial functions, i.e. functions wrapped by functools.partial.

Commits

Updates googleapis-common-protos from 1.67.0 to 1.68.0

Release notes

Sourced from googleapis-common-protos's releases.

googleapis-common-protos: v1.68.0

1.68.0 (2025-02-18)

Features

  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • Add field experimental_features to message PythonSettings (#249) (ba8d36e)
  • add FieldInfo.referenced_types for generics (#247) (c91900a)
  • add support for field generate_omitted_as_internal in selective gapic generation (#13482) (993ff4d)

Documentation

  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)
Commits
  • d0f6afd chore: release main (#13521)
  • c8e0760 feat: [Many APIs] Add REST Interceptors which support reading metadata (#13500)
  • 5dabf55 fix: allow google-cloud-storage 3.x (#13535)
  • 3fe8899 feat: [google-cloud-build] Support for git proxy setup (#13520)
  • 0c5f868 chore: [google-cloud-vm-migration,google-cloud-vmwareengine,google-cloud-work...
  • 03649eb feat: [google-cloud-parallelstore] deprecating daos_version field (#13528)
  • 7fb3f49 feat: [google-cloud-securitycenter] added more information about DDoS attack ...
  • 770cf0f chore: [Many APIs] Update gapic-generator-python to v1.22.1 (#13524)
  • 16e14c8 chore: [Many APIs] Update gapic-generator-python to v1.22.1 (#13523)
  • 4571dff chore: [Many APIs] Update gapic-generator-python to v1.22.1 (#13522)
  • Additional commits viewable in compare view

Updates h5py from 3.12.1 to 3.13.0

Commits
  • c96b93d Merge pull request #2559 from h5py/changelog-3.13
  • 04daabc Add docstring for SpaceId.select_shape_same
  • 0588148 Full import path to low-level method
  • 584b591 Add release notes for 3.13
  • a04f03c Version number -> 3.13
  • f416f89 Merge pull request #2517 from takluyver/in-memory
  • 7bc2c19 Use a different make_fapl() parameter to test File.in_memory()
  • 3a7bd67 Add news entry for File.in_memory()
  • 261f609 Fix passing make_fcpl() keyword arguments from File.in_memory()
  • c8a141b Fix default block size in docs
  • Additional commits viewable in compare view

Updates humanize from 4.11.0 to 4.12.1

Release notes

Sourced from humanize's releases.

4.12.1

Fixed

4.12.0

Added

Changed

Fixed

Commits
  • c11c08a Fix regression in naturalsize for float (#240)
  • 11e62ee Fix regression in naturalsize for float
  • a0602c7 Defer imports for faster overall import time: 5 ms -> 3 ms (#238)
  • aaef964 Defer importing datetime to improve startup speed
  • a85c171 Defer importing math to improve startup speed
  • bad1093 Replace deprecated classifier with licence expression (PEP 639) (#236)
  • 6427174 Replace deprecated classifier with licence expression (PEP 639)
  • 4762bdd Add support for Python 3.14 and test PyPy3.11 (#235)
  • 13f71a3 Defer imports for faster overall import time: 19 ms -> 5 ms (#234)
  • ec33490 yamllint
  • Additional commits viewable in compare view

Updates identify from 2.6.7 to 2.6.8

Commits
  • f905a2e v2.6.8
  • 6d9a7b6 Merge pull request #511 from cidlik/main
  • 9f16bfa Merge pull request #510 from jodood/feature/sas
  • c100631 extensions: Introduce wsdl
  • 4de539a feat: Register sas as an extension
  • 3b17031 Merge pull request #509 from pre-commit/pre-commit-ci-update-config
  • 20eb272 [pre-commit.ci] pre-commit autoupdate
  • 9ae7182 Merge pull request #507 from pre-commit/pre-commit-ci-update-config
  • ce5c8d9 [pre-commit.ci] pre-commit autoupdate
  • See full diff in compare view

Updates importlib-metadata from 8.5.0 to 8.6.1

Changelog

Sourced from importlib-metadata's changelog.

v8.6.1

Bugfixes

  • Fixed indentation logic to also honor blank lines.

v8.6.0

Features

  • python/cpython#119650
Commits

Updates intake from 0.6.4 to 2.0.8

Commits
  • 28d3cee Merge pull request #859 from martindurant/more_thredds
  • 091f9e9 remove defaults channel
  • 1f31ff9 Updates for intake-thredds
  • 4fa0421 Merge pull request #857 from jroettenbacher/environment-variables
  • 49091fc Add description of new default config variable
  • 0047c17 syntax lint
  • bc5af37 config optoinsx
  • 65a268f Add test for Config.load_env()
  • 08815ee Add handling of environment variables of type str
  • 69c6565 Merge pull request #848 from martindurant/we_open_it
  • Additional commits viewable in compare view

Updates mistune from 3.1.1 to 3.1.2

Release notes

Sourced from mistune's releases.

v3.1.2

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from mistune's changelog.

Version 3.1.2

Released on Feb 19, 2025

  • Fix footnotes plugin for AST renderer
Commits

Updates numpy from 1.26.4 to 2.2.3

Release notes

Sourced from numpy's releases.

2.2.3 (Feb 13, 2025)

NumPy 2.2.3 Release Notes

NumPy 2.2.3 is a patch release that fixes bugs found after the 2.2.2 release. The majority of the changes are typing improvements and fixes for free threaded Python. Both of those areas are still under development, so if you discover new problems, please report them.

This release supports Python versions 3.10-3.13.

Contributors

A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • !amotzop
  • Charles Harris
  • Chris Sidebottom
  • Joren Hammudoglu
  • Matthew Brett
  • Nathan Goldbaum
  • Raghuveer Devulapalli
  • Sebastian Berg
  • Yakov Danishevsky +

Pull requests merged

A total of 21 pull requests were merged for this release.

  • #28185: MAINT: Prepare 2.2.x for further development
  • #28201: BUG: fix data race in a more minimal way on stable branch
  • #28208: BUG: Fix from_float_positional errors for huge pads
  • #28209: BUG: fix data race in np.repeat
  • #28212: MAINT: Use VQSORT_COMPILER_COMPATIBLE to determine if we should...
  • #28224: MAINT: update highway to latest
  • #28236: BUG: Add cpp atomic support (#28234)
  • #28237: BLD: Compile fix for clang-cl on WoA
  • #28243: TYP: Avoid upcasting float64 in the set-ops
  • #28249: BLD: better fix for clang / ARM compiles
  • #28266: TYP: Fix timedelta64.__divmod__ and timedelta64.__mod__...
  • #28274: TYP: Fixed missing typing information of set_printoptions
  • #28278: BUG: backport resource cleanup bugfix from gh-28273
  • #28282: BUG: fix incorrect bytes to stringdtype coercion
  • #28283: TYP: Fix scalar constructors
  • #28284: TYP: stub numpy.matlib
  • #28285: TYP: stub the missing numpy.testing modules
  • #28286: CI: Fix the github label for TYP: PR's and issues
  • #28305: TYP: Backport typing updates from main
  • #28321: BUG: fix race initializing legacy dtype casts
  • #28324: CI: update test_moderately_small_alpha

... (truncated)

Changelog

Sourced from numpy's changelog.

This is a walkthrough of the NumPy 2.1.0 release on Linux, modified for building with GitHub Actions and cibuildwheels and uploading to the anaconda.org staging repository for NumPy <https://anaconda.org/multibuild-wheels-staging/numpy>_. The commands can be copied into the command line, but be sure to replace 2.1.0 by the correct version. This should be read together with the :ref:general release guide <prepare_release>.

Facility preparation

Before beginning to make a release, use the requirements/*_requirements.txt files to ensure that you have the needed software. Most software can be installed with pip, but some will require apt-get, dnf, or whatever your system uses for software. You will also need a GitHub personal access token (PAT) to push the documentation. There are a few ways to streamline things:

  • Git can be set up to use a keyring to store your GitHub personal access token. Search online for the details.
  • You can use the keyring app to store the PyPI password for twine. See the online twine documentation for details.

Prior to release

Add/drop Python versions

When adding or dropping Python versions, three files need to be edited:

  • .github/workflows/wheels.yml # for github cibuildwheel
  • tools/ci/cirrus_wheels.yml # for cibuildwheel aarch64/arm64 builds
  • pyproject.toml # for classifier and minimum version check.

Make these changes in an ordinary PR against main and backport if necessary. Add [wheel build] at the end of the title line of the commit summary so that wheel builds will be run to test the changes. We currently release wheels for new Python versions after the first Python rc once manylinux and cibuildwheel support it. For Python 3.11 we were able to release within a week of the rc1 announcement.

Backport pull requests

Changes that have been marked for this release must be backported to the maintenance/2.1.x branch.

Update 2.1.0 milestones

... (truncated)

Commits
  • a274561 Merge pull request #28322 from charris/prepare-2.2.3
  • 5ab0f71 REL: Prepare for the NumPy 2.2.3 release [wheel build]
  • 010ad9b Merge pull request #28324 from charris/update-test_dirichlet_moderately_small...
  • 6338746 CI: update test_moderately_small_alpha [wheel build]
  • 56f8d5b Merge pull request #28321 from charris/backport-28290
  • 48515a3 MAINT: Update some testing files from main
  • 96ca7e3 MAINT: respond to code review
  • c20ac88 MAINT: use a try/finally to make the deadlock protection more robust
  • d494647 MAINT: fix indentation and clarify comment
  • 3f8fbd6 MAINT: go back to try/except
  • Additional commits viewable in compare view

Updates propcache from 0.2.1 to 0.3.0

Release notes

Sourced from propcache's releases.

0.3.0

Features

  • Implemented support for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub: #84.

Packaging updates and notes for downstreams

  • Started building wheels for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub: #84.

Contributor-facing changes

  • GitHub Actions CI/CD is now configured to manage caching pip-ecosystem dependencies using re-actors/cache-python-deps_ -- an action by :user:webknjaz that takes into account ABI stability and the exact version of Python runtime.

    .. _re-actors/cache-python-deps: https://github.com/marketplace/actions/cache-python-deps

    Related issues and pull requests on GitHub: #93.


Changelog

Sourced from propcache's changelog.

0.3.0

(2025-02-20)

Features

  • Implemented support for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub: :issue:84.

Packaging updates and notes for downstreams

  • Started building wheels for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub: :issue:84.

Contributor-facing changes

  • GitHub Actions CI/CD is now configured to manage caching pip-ecosystem dependencies using re-actors/cache-python-deps_ -- an action by :user:webknjaz that takes into account ABI stability and the exact version of Python runtime.

    .. _re-actors/cache-python-deps: https://github.com/marketplace/actions/cache-python-deps

    Related issues and pull requests on GitHub: :issue:93.


Commits
  • 7b88cc0 Revert "Start building wheels for armv7l manylinux (#94)" (#98)
  • 3d74e2d Release 0.3.0 (#96)
  • 9f8918b Start building wheels for armv7l manylinux (#94)
  • 50155c3 Add qemu workaround to fix wheel builds (#95)
  • ccab7f4 Implement support for the free-threaded build of CPython 3.13 (#84)
  • f560940 Bump sphinx from 8.1.3 to 8.2.0 (#92)
  • f203f97 Bump cython from 3.0.11 to 3.0.12 (#91)
  • b67c178 Bump pytest-codspeed from 3.1.2 to 3.2.0 (#90)
  • 4fe87bc Switch caching to use re-actors/cache-python-deps (#93)
  • b8aeb2f Bump pre-commit from 4.0.1 to 4.1.0 (#88)
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.7.1 to 2.8.0

Commits

Updates pydantic-core from 2.27.2 to 2.29.0

Release notes

Sourced from pydantic-core's releases.

v2.29.0 2025-02-07

What's Changed

Packaging

Fixes

Performance

New Features

New Contributors

Full Changelog: pydantic/pydantic-core@v2.28.0...v2.29.0

v2.28.0 2025-01-30

What's Changed

... (truncated)

Commits

Updates pydantic-numpy from 5.0.2 to 8.0.1

Commits

Updates rpds-py from 0.22.3 to 0.23.1

Release notes

Sourced from rpds-py's releases.

v0.23.1

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.23.0...v0.23.1

v0.23.0

Full Changelog: crate-py/rpds@v0.22.3...v0.23.0

Commits
  • b59fa1e v0.23.1 to fix the license file naming.
  • ba862f6 Merge pull request #119 from bollwyvl/patch-1
  • d2cfa4c update license file
  • 5403f5a Tag v0.23.0 for release.
  • a1454cc Declare license via (the accepted) PEP 639.

Bumps the dev-dependencies group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [event-model](https://github.com/bluesky/event-model) | `1.22.1` | `1.22.3` |
| [cachetools](https://github.com/tkem/cachetools) | `5.5.1` | `5.5.2` |
| [copier](https://github.com/copier-org/copier) | `9.4.1` | `9.5.0` |
| [decorator](https://github.com/micheles/decorator) | `5.1.1` | `5.2.0` |
| [googleapis-common-protos](https://github.com/googleapis/google-cloud-python) | `1.67.0` | `1.68.0` |
| [h5py](https://github.com/h5py/h5py) | `3.12.1` | `3.13.0` |
| [humanize](https://github.com/python-humanize/humanize) | `4.11.0` | `4.12.1` |
| [identify](https://github.com/pre-commit/identify) | `2.6.7` | `2.6.8` |
| [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` |
| [mistune](https://github.com/lepture/mistune) | `3.1.1` | `3.1.2` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.2.3` |
| [propcache](https://github.com/aio-libs/propcache) | `0.2.1` | `0.3.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.1` | `2.8.0` |
| [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.1` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.22.3` | `0.23.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.6` | `0.9.7` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.3` | `8.2.1` |
| [starlette](https://github.com/encode/starlette) | `0.45.3` | `0.46.0` |
| [tifffile](https://github.com/cgohlke/tifffile) | `2025.1.10` | `2025.2.18` |
| [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.4` |
| [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 `cachetools` from 5.5.1 to 5.5.2
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.5.1...v5.5.2)

Updates `copier` from 9.4.1 to 9.5.0
- [Release notes](https://github.com/copier-org/copier/releases)
- [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md)
- [Commits](copier-org/copier@v9.4.1...v9.5.0)

Updates `decorator` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/micheles/decorator/releases)
- [Changelog](https://github.com/micheles/decorator/blob/master/CHANGES.md)
- [Commits](micheles/decorator@5.1.1...5.2.0)

Updates `googleapis-common-protos` from 1.67.0 to 1.68.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@googleapis-common-protos-v1.67.0...googleapis-common-protos-v1.68.0)

Updates `h5py` from 3.12.1 to 3.13.0
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.12.1...3.13.0)

Updates `humanize` from 4.11.0 to 4.12.1
- [Release notes](https://github.com/python-humanize/humanize/releases)
- [Commits](python-humanize/humanize@4.11.0...4.12.1)

Updates `identify` from 2.6.7 to 2.6.8
- [Commits](pre-commit/identify@v2.6.7...v2.6.8)

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 `mistune` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst)
- [Commits](lepture/mistune@v3.1.1...v3.1.2)

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 `propcache` from 0.2.1 to 0.3.0
- [Release notes](https://github.com/aio-libs/propcache/releases)
- [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst)
- [Commits](aio-libs/propcache@v0.2.1...v0.3.0)

Updates `pydantic-settings` from 2.7.1 to 2.8.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.7.1...v2.8.0)

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.1
- [Commits](https://github.com/caniko/pydantic-numpy/commits)

Updates `rpds-py` from 0.22.3 to 0.23.1
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.22.3...v0.23.1)

Updates `ruff` from 0.9.6 to 0.9.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.6...0.9.7)

Updates `sphinx` from 8.1.3 to 8.2.1
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.1)

Updates `starlette` from 0.45.3 to 0.46.0
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.45.3...0.46.0)

Updates `tifffile` from 2025.1.10 to 2025.2.18
- [Release notes](https://github.com/cgohlke/tifffile/releases)
- [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst)
- [Commits](cgohlke/tifffile@v2025.1.10...v2025.2.18)

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.4
- [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.4)

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: cachetools
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: copier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: decorator
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: googleapis-common-protos
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: h5py
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: humanize
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: identify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: mistune
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: numpy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: propcache
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pydantic-settings
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: rpds-py
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: starlette
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: tifffile
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 24, 2025
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.46%. Comparing base (bec48e6) to head (bbaad24).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #834   +/-   ##
=======================================
  Coverage   93.46%   93.46%           
=======================================
  Files          38       38           
  Lines        2112     2112           
=======================================
  Hits         1974     1974           
  Misses        138      138           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-fd24e3b4d7 branch March 3, 2025 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants