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 #617

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

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

Package From To
fastapi 0.112.2 0.112.3
dls-dodal 1.29.4 1.30.0
sphinx-autobuild 2024.4.16 2024.9.3
certifi 2024.7.4 2024.8.30
confluent-kafka 2.5.0 2.5.3
dask 2024.8.1 2024.8.2
deepmerge 1.1.1 2.0
event-model 1.20.0 1.21.0
executing 2.0.1 2.1.0
fsspec 2024.6.1 2024.9.0
intake 0.6.4 2.0.7
ipython 8.18.0 8.27.0
kiwisolver 1.4.5 1.4.7
numpy 1.26.4 2.1.1
ophyd-async 0.3.4 0.5.2
prompt-toolkit 3.0.36 3.0.47
pydantic-core 2.20.1 2.23.1
ruff 0.6.2 0.6.3
starlette 0.38.2 0.38.4
tifffile 2024.8.28 2024.8.30
tox 3.28.0 4.18.0
types-requests 2.32.0.20240712 2.32.0.20240905
yarl 1.9.4 1.9.11
zarr 2.18.2 2.18.3
zict 2.2.0 3.0.0

Updates fastapi from 0.112.2 to 0.112.3

Release notes

Sourced from fastapi's releases.

0.112.3

This release is mainly internal refactors, it shouldn't affect apps using FastAPI in any way. You don't even have to upgrade to this version yet. There are a few bigger releases coming right after. 🚀

Refactors

  • ♻️ Refactor internal check_file_field(), rename to ensure_multipart_is_installed() to clarify its purpose. PR #12106 by @​tiangolo.
  • ♻️ Rename internal create_response_field() to create_model_field() as it's used for more than response models. PR #12103 by @​tiangolo.
  • ♻️ Refactor and simplify internal data from solve_dependencies() using dataclasses. PR #12100 by @​tiangolo.
  • ♻️ Refactor and simplify internal analyze_param() to structure data with dataclasses instead of tuple. PR #12099 by @​tiangolo.
  • ♻️ Refactor and simplify dependencies data structures with dataclasses. PR #12098 by @​tiangolo.

Docs

Translations

  • 🌐 Add Dutch translation for docs/nl/docs/features.md. PR #12101 by @​maxscheijen.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/testing-events.md. PR #12108 by @​ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/security/index.md. PR #12114 by @​ceb10n.
  • 🌐 Add Dutch translation for docs/nl/docs/index.md. PR #12042 by @​svlandeg.
  • 🌐 Update Chinese translation for docs/zh/docs/how-to/index.md. PR #12070 by @​synthpop123.

Internal

Commits
  • 7213d42 🔖 Release version 0.112.3
  • 68e5ef6 📝 Update release notes
  • 1f64a1b ⬆ [pre-commit.ci] pre-commit autoupdate (#12115)
  • 9b2a933 📝 Update release notes
  • f42fd9a 📝 Add External Link: Techniques and applications of SQLAlchemy global filters...
  • cbdc58b 📝 Update release notes
  • 3feed9d 🌐 Add Dutch translation for docs/nl/docs/features.md (#12101)
  • 560c432 📝 Update release notes
  • 7eae925 ⬆ Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12120)
  • 7d69943 📝 Update release notes
  • Additional commits viewable in compare view

Updates dls-dodal from 1.29.4 to 1.30.0

Release notes

Sourced from dls-dodal's releases.

1.30.0

What's Changed

New Contributors

Full Changelog: DiamondLightSource/dodal@1.29.4...1.30.0

Commits

Updates sphinx-autobuild from 2024.4.16 to 2024.9.3

Release notes

Sourced from sphinx-autobuild's releases.

Release 2024.09.03

2024.09.03

Changelog

Sourced from sphinx-autobuild's changelog.

Changelog

unreleased

2024.09.03 - 2024-09-03

  • Fix support for Python 3.9.
  • Fix running sphinx-autobuild via entry point scripts.
  • Run sphinx-build in a subprocess to mitigate autdoc issues.
  • Support the -M 'make mode' option for sphinx-build.

2024.04.16 - 2024-04-16

  • Add a missing dependency on watchfiles.
  • Adopt Ruff in place of flake8 and black.

2024.04.13 - 2024-04-13

  • Drop python-livereload.
  • Add starlette and uvicorn as dependencies.
  • Implement hot reloading via websockets.
  • Run Sphinx rebuilds in an asynchronous executor.

2024.02.04 - 2024-02-04

  • Declare support for Python 3.9, 3.10, 3.11, and 3.12
  • Drop support for Python 3.8 and earlier
  • Allow passing relative paths to --ignore
  • Support all valid sphinx-build options (except Make-mode)
  • Fix path issues on Windows
  • Differentiate pre-build command failures from Sphinx failures

2021.03.14 - 2021-03-14

  • Change output handling for subprocesses.
  • Present helpful error message when the subprocesses fail.
  • Skip the main sphinx build, if pre-build commands fail.

2020.09.01 - 2020-09-01

  • Adopt Calendar Versioning.
  • Modernize codebase and require Python 3.6+.

... (truncated)

Commits

Updates certifi from 2024.7.4 to 2024.8.30

Commits

Updates confluent-kafka from 2.5.0 to 2.5.3

Release notes

Sourced from confluent-kafka's releases.

v2.5.3

confluent-kafka-python v2.5.3

v2.5.3 is a maintenance release with the following fixes and enhancements:

Fixes

  • Fix an assert being triggered during push telemetry call when no metrics matched on the client side.
  • Minor enhancement to JSONDeserializer to retrieve schema from Schema Registry if not provided

confluent-kafka-python is based on librdkafka v2.5.3, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Changelog

Sourced from confluent-kafka's changelog.

v2.5.3

v2.5.3 is a maintenance release with the following fixes and enhancements:

Fixes

  • Fix an assert being triggered during push telemetry call when no metrics matched on the client side.
  • Minor enhancement to JSONDeserializer to retrieve schema from Schema Registry if not provided

confluent-kafka-python is based on librdkafka v2.5.3, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Commits
  • 5347020 Changes for v2.5.3 release. Upgraded python version to 3.9 for smoke tests. (...
  • df3380f Add SR changes for 2.5.3 (#1808)
  • fcc010e Changes related to v2.5.3rc1 (#1807)
  • 1d1cad9 Retrieve schema from schema registry client in JSONDeserialier if `schema_s...
  • c32d69d Update AdminTypes.c new_total_count description (#1789)
  • See full diff in compare view

Updates dask from 2024.8.1 to 2024.8.2

Release notes

Sourced from dask's releases.

2024.8.2

Changes

See the Changelog for more information.

Commits
  • 80b0737 Release 2024.8.2 (#11359)
  • b7d0266 Add changelor entries for shuffle, vindex and blockwise_reshape (#11350)
  • 3003db5 Ensure persisted collections are released without GC (#11348)
  • a918b41 Update zoom link for dask meeting (#11357)
  • 9bbfc7a Add more docstring examples for normalize_chunks (#11271)
  • 6093009 Choose automatically between tasks-based and p2p rechunking (#11337)
  • 72a1482 Implement blockwise reshaping API for arrays (#11328)
  • f8171f1 Make rechunking in shuffle more intelligent to distribute unevenly if necessa...
  • 2fbe18b Increase visibility of GPU CI updates (#11345)
  • 984f24a Update numpy and pyarrow versions in install docs (#11340)
  • Additional commits viewable in compare view

Updates deepmerge from 1.1.1 to 2.0

Release notes

Sourced from deepmerge's releases.

v2.0

Breaking Changes

What's Changed

New Contributors

Full Changelog: toumorokoshi/deepmerge@v1.1.1...v2.0

v2.0b0

What's Changed

New Contributors

Full Changelog: toumorokoshi/deepmerge@v1.1.1...v2.0b0

Commits
  • 1de7d18 chore: fixing lint
  • bc16d56 chore: add unit test for extended set
  • 7f3fd66 fix: Different hash for same dictionaries problem (#32)
  • 31c2aa9 feat: add typing for merge and value_strategy functions (#33)
  • 4e1f31e chore: Remove redundant black config (#31)
  • 3bb38cb feat: add typing / drop Python < 3.8 support (#30)
  • d1c417e minor: small doc improvement (#29)
  • See full diff in compare view

Updates event-model from 1.20.0 to 1.21.0

Release notes

Sourced from event-model's releases.

v1.21.0

What's Changed:

Full Changelog: bluesky/event-model@v1.20.0...v1.21.0

Commits
  • 1451187 Merge pull request #307 from genematx/release-notes-1.21.0
  • e515410 REL: release notes
  • 7c0a8a8 REL: notes for 1.21.0
  • 294e4d7 Merge pull request #305 from bluesky/fix_search_and_switcher
  • 3beeadf DOC: Fix the switcher URL
  • fc6e30e Merge pull request #303 from bluesky/dependabot/github_actions/peaceiris/acti...
  • 93a6802 Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
  • af8fac3 Merge pull request #301 from genematx/296-sr-sd-review
  • b9b0586 FIX: replace root/resource_path with uri
  • 81ace7e Add localhost to uri
  • Additional commits viewable in compare view

Updates executing from 2.0.1 to 2.1.0

Release notes

Sourced from executing's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: alexmojaki/executing@v2.0.1...v2.1.0

Commits
  • 8827340 add 3.13 to setup.cfg classifiers
  • aa34030 test: optimized test preformance by moving deadcode check to the end (#89)
  • 6428317 Catch exception if node is in unexpected statement (#84)
  • ea6a695 Merge pull request #80 from alexmojaki/3.13
  • de6b2fa doc: review changes
  • 960dee1 fix: removed unused verification
  • c4f1862 fix: handle firstlineno
  • dc03e8c refactor: review changes
  • d55eb52 test: skip module tests for now
  • 6425ffb test(3.13): added sample_results
  • Additional commits viewable in compare view

Updates fsspec from 2024.6.1 to 2024.9.0

Commits

Updates intake from 0.6.4 to 2.0.7

Commits
  • 5e7b3b8 Merge pull request #845 from jslorrma/fix/sparkdataframe-func-and-deltareader...
  • 9875076 fix: Fix typo in SparkDataFrame and update DeltaReader implements attribute
  • 2d526aa Merge pull request #843 from AlbertDeFusco/feat/llama-server-cache-system-pro...
  • 68b0aae cache system prompt file to disk
  • 913687d Merge pull request #841 from AlbertDeFusco/feat/find-free-port
  • eac67cc Merge pull request #840 from AlbertDeFusco/chore/llama.cpp-short-kwargs
  • 6590c9a start llamacppservice on free port
  • 62c3333 supported short-form kwargs
  • 7874ba1 Merge pull request #842 from AlbertDeFusco/chore/setup-miniconda
  • 117105c swap for conda
  • Additional commits viewable in compare view

Updates ipython from 8.18.0 to 8.27.0

Commits
  • 82690a0 release 8.27.0
  • 7af1c01 Whats new 8.27 (#14508)
  • ef9d41e Whats new 8.27
  • 5c8bc51 Fix completion in indented lines dropping prefix when jedi is disabled (#14474)
  • 6bde8f6 Don't force matplotlib backend names to be lowercase (#14475)
  • d5762c1 Fix showing SystemExit exception raise inside except handler (#14503)
  • 82eba44 Fix some tests on Python 3.13 RC1 (#14504)
  • 2e34c77 Autoformat with darker
  • 44bffab Relax string checks in test_pinfo_docstring_dynamic
  • 7ea81cd Fix test_decorator_skip_with_breakpoint() on Python 3.13
  • Additional commits viewable in compare view

Updates kiwisolver from 1.4.5 to 1.4.7

Release notes

Sourced from kiwisolver's releases.

1.4.6

What's Changed

New Contributors

Full Changelog: nucleic/kiwi@1.4.5...1.4.6

Changelog

Sourced from kiwisolver's changelog.

Wrappers 1.4.7 | Solver 1.4.2 | 03/09/2024

  • no library changes only fixes to the build infrastructure

Wrappers 1.4.6 | Solver 1.4.2 | 03/09/2024

  • drop support for Python 3.7 PR #183
  • add support for Python 3.13 PR #183
  • update linking strategy on Windows when building wheels PR #183 This is in line with Matplotlib strategy matplotlib/matplotlib#28687
Commits

Updates numpy from 1.26.4 to 2.1.1

Release notes

Sourced from numpy's releases.

2.1.1 (Sep 3, 2024)

NumPy 2.1.1 Release Notes

NumPy 2.1.1 is a maintenance release that fixes bugs and regressions discovered after the 2.1.0 release.

The Python versions supported by this release are 3.10-3.13.

Contributors

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

  • Andrew Nelson
  • Charles Harris
  • Mateusz Sokół
  • Maximilian Weigand +
  • Nathan Goldbaum
  • Pieter Eendebak
  • Sebastian Berg

Pull requests merged

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

  • #27236: REL: Prepare for the NumPy 2.1.0 release ...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.112.2` | `0.112.3` |
| [dls-dodal](https://github.com/DiamondLightSource/dodal) | `1.29.4` | `1.30.0` |
| [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) | `2024.4.16` | `2024.9.3` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
| [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) | `2.5.0` | `2.5.3` |
| [dask](https://github.com/dask/dask) | `2024.8.1` | `2024.8.2` |
| [deepmerge](https://github.com/toumorokoshi/deepmerge) | `1.1.1` | `2.0` |
| [event-model](https://github.com/bluesky/event-model) | `1.20.0` | `1.21.0` |
| [executing](https://github.com/alexmojaki/executing) | `2.0.1` | `2.1.0` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2024.6.1` | `2024.9.0` |
| [intake](https://github.com/intake/intake) | `0.6.4` | `2.0.7` |
| [ipython](https://github.com/ipython/ipython) | `8.18.0` | `8.27.0` |
| [kiwisolver](https://github.com/nucleic/kiwi) | `1.4.5` | `1.4.7` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.1.1` |
| [ophyd-async](https://github.com/bluesky/ophyd-async) | `0.3.4` | `0.5.2` |
| [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.36` | `3.0.47` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.23.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.2` | `0.6.3` |
| [starlette](https://github.com/encode/starlette) | `0.38.2` | `0.38.4` |
| [tifffile](https://github.com/cgohlke/tifffile) | `2024.8.28` | `2024.8.30` |
| [tox](https://github.com/tox-dev/tox) | `3.28.0` | `4.18.0` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240712` | `2.32.0.20240905` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.4` | `1.9.11` |
| [zarr](https://github.com/zarr-developers/zarr-python) | `2.18.2` | `2.18.3` |
| [zict](http://zict.readthedocs.io/en/latest/) | `2.2.0` | `3.0.0` |



Updates `fastapi` from 0.112.2 to 0.112.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.112.2...0.112.3)

Updates `dls-dodal` from 1.29.4 to 1.30.0
- [Release notes](https://github.com/DiamondLightSource/dodal/releases)
- [Commits](DiamondLightSource/dodal@1.29.4...1.30.0)

Updates `sphinx-autobuild` from 2024.4.16 to 2024.9.3
- [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](sphinx-doc/sphinx-autobuild@2024.04.16...2024.09.03)

Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `confluent-kafka` from 2.5.0 to 2.5.3
- [Release notes](https://github.com/confluentinc/confluent-kafka-python/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-python@v2.5.0...v2.5.3)

Updates `dask` from 2024.8.1 to 2024.8.2
- [Release notes](https://github.com/dask/dask/releases)
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2024.8.1...2024.8.2)

Updates `deepmerge` from 1.1.1 to 2.0
- [Release notes](https://github.com/toumorokoshi/deepmerge/releases)
- [Commits](toumorokoshi/deepmerge@v1.1.1...v2.0)

Updates `event-model` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/bluesky/event-model/releases)
- [Commits](bluesky/event-model@v1.20.0...v1.21.0)

Updates `executing` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/alexmojaki/executing/releases)
- [Commits](alexmojaki/executing@v2.0.1...v2.1.0)

Updates `fsspec` from 2024.6.1 to 2024.9.0
- [Commits](fsspec/filesystem_spec@2024.6.1...2024.9.0)

Updates `intake` from 0.6.4 to 2.0.7
- [Commits](intake/intake@0.6.4...2.0.7)

Updates `ipython` from 8.18.0 to 8.27.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.18.0...8.27.0)

Updates `kiwisolver` from 1.4.5 to 1.4.7
- [Release notes](https://github.com/nucleic/kiwi/releases)
- [Changelog](https://github.com/nucleic/kiwi/blob/main/releasenotes.rst)
- [Commits](nucleic/kiwi@1.4.5...1.4.7)

Updates `numpy` from 1.26.4 to 2.1.1
- [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.1.1)

Updates `ophyd-async` from 0.3.4 to 0.5.2
- [Release notes](https://github.com/bluesky/ophyd-async/releases)
- [Commits](bluesky/ophyd-async@v0.3.4...0.5.2)

Updates `prompt-toolkit` from 3.0.36 to 3.0.47
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.36...3.0.47)

Updates `pydantic-core` from 2.20.1 to 2.23.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.20.1...v2.23.1)

Updates `ruff` from 0.6.2 to 0.6.3
- [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.6.2...0.6.3)

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

Updates `tifffile` from 2024.8.28 to 2024.8.30
- [Release notes](https://github.com/cgohlke/tifffile/releases)
- [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst)
- [Commits](cgohlke/tifffile@v2024.8.28...v2024.8.30)

Updates `tox` from 3.28.0 to 4.18.0
- [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.18.0)

Updates `types-requests` from 2.32.0.20240712 to 2.32.0.20240905
- [Commits](https://github.com/python/typeshed/commits)

Updates `yarl` from 1.9.4 to 1.9.11
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.9.4...v1.9.11)

Updates `zarr` from 2.18.2 to 2.18.3
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/v2.18.3/docs/release.rst)
- [Commits](zarr-developers/zarr-python@v2.18.2...v2.18.3)

Updates `zict` from 2.2.0 to 3.0.0

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: dls-dodal
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sphinx-autobuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: certifi
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: confluent-kafka
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: dask
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: deepmerge
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: event-model
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: executing
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: fsspec
  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: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: kiwisolver
  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: ophyd-async
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prompt-toolkit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pydantic-core
  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: starlette
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tifffile
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: yarl
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Sep 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2024

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

@dependabot dependabot bot closed this Sep 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-fa5d04defa branch September 6, 2024 13:39
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