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 24 updates #558

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

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

Package From To
dls-dodal 1.29.2 1.29.3
bluesky 1.13.0a3 1.13.0a4
click 8.1.3 8.1.7
confluent-kafka 2.4.0 2.5.0
copier 8.1.0 9.3.1
coverage 7.5.4 7.6.0
dls-bluesky-core 0.0.3 0.0.4
event-model 1.20.0 1.21.0
exceptiongroup 1.2.1 1.2.2
fastapi 0.99.1 0.111.1
intake 0.6.4 2.0.5
ipython 8.18.0 8.26.0
numcodecs 0.12.1 0.13.0
numpy 1.26.4 2.0.0
pint 0.24.1 0.24.3
pipdeptree 2.23.0 2.23.1
prettytable 3.10.0 3.10.2
prompt-toolkit 3.0.36 3.0.47
ruff 0.5.1 0.5.2
sphinx-autobuild 2024.2.4 2024.4.16
starlette 0.27.0 0.37.2
tox 3.28.0 4.16.0
types-requests 2.32.0.20240622 2.32.0.20240712
zict 2.2.0 3.0.0

Updates dls-dodal from 1.29.2 to 1.29.3

Release notes

Sourced from dls-dodal's releases.

1.29.3

What's Changed

Full Changelog: DiamondLightSource/dodal@1.29.2...1.29.3

Commits

Updates bluesky from 1.13.0a3 to 1.13.0a4

Release notes

Sourced from bluesky's releases.

v1.13.0a4

Added

Changed

Fixed

New Contributors

... (truncated)

Changelog

Sourced from bluesky's changelog.

v1.13.0a4 (2024-07-08)

Added

Changed

Fixed

Full Changelog: bluesky/bluesky@v1.13.0a3...v1.13.0a4

Commits
  • 5bd9a41 Merge pull request #1747 from bluesky/release-notes
  • 88dccb3 adjusted changelog to match previous style
  • 6b6d73a release notes for v1.13.0a4
  • b844d49 Merge pull request #1758 from bluesky/1756-return-completed-futures-from-bps-...
  • 9da33ba added test using coroutines instead of tasks
  • 51f3510 returned futures instead
  • 1aab4d7 changed test to use tasks
  • 94c1d76 removed returns secion from wait_for
  • 550fda6 returned the results of asyncio.wait in bps.wait_for
  • 6116a09 Merge pull request #1714 from rtuck99/1638_create_a_simulated_run_engine_for_...
  • Additional commits viewable in compare view

Updates click from 8.1.3 to 8.1.7

Release notes

Sourced from click's releases.

8.1.7

This is a fix release for the 8.1.x feature branch.

8.1.6

This is a fix release for the 8.1.x feature branch. If you were having issues with type checking tools like pyright or mypy not accepting uses of Click's decorators, this should fix that.

8.1.5

This is a fix release for the 8.1.x feature branch. This fixes an issue with decorator type annotations that caused type checkers to fail for valid code. There are no runtime behavior changes.

8.1.4

This is a fix release for the 8.1.x feature branch.

Changelog

Sourced from click's changelog.

Version 8.1.7

Released 2023-08-17

  • Fix issue with regex flags in shell completion. :issue:2581
  • Bash version detection issues a warning instead of an error. :issue:2574
  • Fix issue with completion script for Fish shell. :issue:2567

Version 8.1.6

Released 2023-07-18

  • Fix an issue with type hints for @click.group(). :issue:2558

Version 8.1.5

Released 2023-07-13

  • Fix an issue with type hints for @click.command(), @click.option(), and other decorators. Introduce typing tests. :issue:2558

Version 8.1.4

Released 2023-07-06

  • Replace all typing.Dict occurrences to typing.MutableMapping for parameter hints. :issue:2255
  • Improve type hinting for decorators and give all generic types parameters. :issue:2398
  • Fix return value and type signature of shell_completion.add_completion_class function. :pr:2421
  • Bash version detection doesn't fail on Windows. :issue:2461
  • Completion works if there is a dot (.) in the program name. :issue:2166
  • Improve type annotations for pyright type checker. :issue:2268
  • Improve responsiveness of click.clear(). :issue:2284
  • Improve command name detection when using Shiv or PEX. :issue:2332
  • Avoid showing empty lines if command help text is empty. :issue:2368
  • ZSH completion script works when loaded from fpath. :issue:2344.
  • EOFError and KeyboardInterrupt tracebacks are not suppressed when standalone_mode is disabled. :issue:2380
  • @group.command does not fail if the group was created with a custom command_class. :issue:2416
  • multiple=True is allowed for flag options again and does not require

... (truncated)

Commits
  • 874ca2b release version 8.1.7
  • 6e1f6d3 completion(fish): add back ; as line endings in fish script (#2570)
  • a955c77 update fish enabling script
  • 3c1529e add back semicolons in fish script
  • a260ca6 Replace bash shell completion version error with warning (#2576)
  • d9db70c bash version support shows warning instead of error
  • 22b9b1c Fix incorrect passing of flags to re.sub (#2581)
  • d69d210 fix flake8 finding
  • af2da1e Fix incorrect passing of flags to re.sub
  • bb6a872 start version 8.1.7
  • Additional commits viewable in compare view

Updates confluent-kafka from 2.4.0 to 2.5.0

Release notes

Sourced from confluent-kafka's releases.

v2.5.0

confluent-kafka-python v2.5.0

v2.5.0 is a feature release with the following features, fixes and enhancements:

  • KIP-107 Added delete_records API. (#1710)
  • Added an example to show the usage of the custom logger with AdminClient. (#1758)
  • Improve caching on Schema Registry client. (#1744)
  • Removed usage of strcpy to enhance security of the client. (#1745)
  • Removed support for centos6 and centos7. (#1776)
  • Fixed invalid write in OAUTHBEARER/OIDC extensions copy. (#1745)
  • Fixed documentation for default value of operation_timeout and request_timeout in various Admin apis. (#1710)
  • Fixed an issue related to import error of TopicCollection and TopicPartitionInfo classes when importing through other module like mypy. (#1764)
  • Fixed a segfault when commit or store_offsets consumer method is called incorrectly with errored Message object. (#1754)
  • Fixed logger not working when provided as an argument to AdminClient instead of a configuration property. (#1758)
  • Fixed some memory leaks related to PyDict_SetItem. (#1710)

confluent-kafka-python is based on librdkafka v2.5.0, 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.0

v2.5.0 is a feature release with the following features, fixes and enhancements:

  • KIP-107 Added delete_records API. (#1710)
  • Added an example to show the usage of the custom logger with AdminClient. (#1758)
  • Improve caching on Schema Registry client. (#1744)
  • Removed usage of strcpy to enhance security of the client. (#1745)
  • Removed support for centos6 and centos7. (#1776)
  • Fixed invalid write in OAUTHBEARER/OIDC extensions copy. (#1745)
  • Fixed documentation for default value of operation_timeout and request_timeout in various Admin apis. (#1710)
  • Fixed an issue related to import error of TopicCollection and TopicPartitionInfo classes when importing through other module like mypy. (#1764)
  • Fixed a segfault when commit or store_offsets consumer method is called incorrectly with errored Message object. (#1754)
  • Fixed logger not working when provided as an argument to AdminClient instead of a configuration property. (#1758)
  • Fixed some memory leaks related to PyDict_SetItem. (#1710)

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

Commits
  • dc3114a Change for the v2.5.0 release (#1778)
  • 9ff75e5 Fix wheel generation for manylinux (#1777)
  • 1d0c6dc Changes for the release v2.5.0rc3 (#1776)
  • 65ab14c Added a delete records api (#1710)
  • 858347c Logger with Admin Client (#1758)
  • a6d2e1e Fixed a segfault when 'commit' or 'store_offsets' consumer method is called i...
  • 729563f Add data-governance to code owners for schema registry clients (#1757)
  • dd5e0b6 Fixed an issue related to import error of and classes when importing throug...
  • f360bdf Removed usage of strcpy to enhance security of the client (#1745)
  • 7905ccb DGS-10484 Improve SR caching on Python client (#1744)
  • See full diff in compare view

Updates copier from 8.1.0 to 9.3.1

Release notes

Sourced from copier's releases.

v9.3.1 (2024-07-03)

Fix

  • pass --skip-tasks flag to worker (#1688)

v9.3.0 (2024-07-01)

Feat

  • add simpler migrations configuration syntax (#1510)

Fix

  • tasks: do not consider unsafe if they are being skipped
  • add context information to answer validation error message (#1609)
  • do not overwrite identical files (#1576)
  • updating: unset invalid last answers
  • render default list items for multi-select choice questions
  • updating: yield merge conflict when both template and project add same file

v9.2.0 (2024-04-04)

Feat

  • tasks: add support for skipping tasks (#1561)
  • add support for validating multi-select choice answers

Fix

  • ignore empty YAML documents in copier.yml
  • preserve choices order in answers to multi-select choice questions
  • exclude: apply exclude matcher to rendered path

Refactor

  • drop pyyaml-include dependency and reimplement relevant features

Perf

  • apply PERF lint rules fixes (#1556)

v9.1.1 (2024-01-16)

Fix

  • don't fail in systems with windows 1252 encoding (probably)
  • skip excluded paths before rendering

v9.1.0 (2023-11-27)

Feat

  • Conflicts on updates now appear as git merge conflicts, also on VSCode
  • choices: support questionary checkbox for multiple choices using

... (truncated)

Changelog

Sourced from copier's changelog.

v9.3.1 (2024-07-03)

Fix

  • pass --skip-tasks flag to worker (#1688)

v9.3.0 (2024-07-01)

Feat

  • add simpler migrations configuration syntax (#1510)

Fix

  • tasks: do not consider unsafe if they are being skipped
  • add context information to answer validation error message (#1609)
  • do not overwrite identical files (#1576)
  • updating: unset invalid last answers
  • render default list items for multi-select choice questions
  • updating: yield merge conflict when both template and project add same file

v9.2.0 (2024-04-04)

Feat

  • tasks: add support for skipping tasks (#1561)
  • add support for validating multi-select choice answers

Fix

  • ignore empty YAML documents in copier.yml
  • preserve choices order in answers to multi-select choice questions
  • exclude: apply exclude matcher to rendered path

Refactor

  • drop pyyaml-include dependency and reimplement relevant features

Perf

  • apply PERF lint rules fixes (#1556)

v9.1.1 (2024-01-16)

Fix

  • don't fail in systems with windows 1252 encoding (probably)
  • skip excluded paths before rendering

v9.1.0 (2023-11-27)

... (truncated)

Commits
  • 53f1901 bump: version 9.3.0 → 9.3.1
  • 1035e94 fix: pass --skip-tasks flag to worker (#1688)
  • 3f89b71 build(deps): bump pydantic from 2.7.4 to 2.8.0
  • cc5e3e6 build(deps-dev): bump mkdocs-material from 9.5.27 to 9.5.28
  • 1a444b8 build: recommend pyclean to reduce custom developer tooling (#1673)
  • 448dd4f bump: version 9.2.0 → 9.3.0
  • 98e58d7 style: autoformat with pre-commit
  • ab81b62 ci: enable autofix.ci
  • 798d7aa docs: Fix README callout (#1651)
  • 7bc1548 build(jinja2): update dependency
  • Additional commits viewable in compare view

Updates coverage from 7.5.4 to 7.6.0

Changelog

Sourced from coverage's changelog.

Version 7.6.0 — 2024-07-11

  • Exclusion patterns can now be multi-line, thanks to Daniel Diniz <pull 1807_>. This enables many interesting exclusion use-cases, including those requested in issues 118 <issue 118_> (entire files), 996 <issue 996_>_ (multiple lines only when appearing together), 1741 <issue 1741_>_ (remainder of a function), and 1803 <issue 1803_>_ (arbitrary sequence of marked lines). See the :ref:multi_line_exclude section of the docs for more details and examples.

  • The JSON report now includes per-function and per-class coverage information. Thanks to Daniel Diniz <pull 1809_>_ for getting the work started. This closes issue 1793_ and issue 1532_.

  • Fixed an incorrect calculation of "(no class)" lines in the HTML classes report.

  • Python 3.13.0b3 is supported.

.. _issue 118: nedbat/coveragepy#118 .. _issue 996: nedbat/coveragepy#996 .. _issue 1532: nedbat/coveragepy#1532 .. _issue 1741: nedbat/coveragepy#1741 .. _issue 1793: nedbat/coveragepy#1793 .. _issue 1803: nedbat/coveragepy#1803 .. _pull 1807: nedbat/coveragepy#1807 .. _pull 1809: nedbat/coveragepy#1809

.. _changes_7-5-4:

Commits
  • 59a3cd7 docs: sample HTML for 7.6.0
  • 7f27fa7 docs: prep for 7.6.0
  • 6a268b0 docs: issues closed by the json region reporting
  • 5bfe9e7 chore: bump actions/setup-python from 5.1.0 to 5.1.1 (#1814)
  • ab609ef docs: mention json region reporting in the changes
  • 92d96b9 fix: json report needs 'no class' and 'no function' also
  • e47e7e7 refactor: move duplicate code into methods
  • 3d6be2b fix: json format should bump for regions
  • a9992d2 test: add a test of json regions with branches
  • 8b89764 test: json expectations should have explicit format number
  • Additional commits viewable in compare view

Updates dls-bluesky-core from 0.0.3 to 0.0.4

Release notes

Sourced from dls-bluesky-core's releases.

0.0.4

What's Changed

New Contributors

Full Changelog: DiamondLightSource/dls-bluesky-core@0.0.3...0.0.4

Commits
  • bb8d083 Merge pull request #18 from DiamondLightSource/set
  • 79cb84d Remove unnecessary code affecting coverage
  • afaf658 Convert Lists to Sets
  • 19ce1c5 Merge pull request #17 from DiamondLightSource/flyables
  • b78e663 Remove flyables.py as now handles by ophyd-async
  • 04592c4 Update README.rst
  • 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 exceptiongroup from 1.2.1 to 1.2.2

Release notes

Sourced from exceptiongroup's releases.

1.2.2

  • Removed an assert in exceptiongroup._formatting that caused compatibility issues with Sentry (#123)
Changelog

Sourced from exceptiongroup's changelog.

Version history

This library adheres to Semantic Versioning 2.0 <http://semver.org/>_.

1.2.2

  • Removed an assert in exceptiongroup._formatting that caused compatibility issues with Sentry ([#123](https://github.com/agronholm/exceptiongroup/issues/123) <https://github.com/agronholm/exceptiongroup/issues/123>_)

1.2.1

  • Updated the copying of __notes__ to match CPython behavior (PR by CF Bolz-Tereick)
  • Corrected the type annotation of the exception handler callback to accept a BaseExceptionGroup instead of BaseException
  • Fixed type errors on Python < 3.10 and the type annotation of suppress() (PR by John Litborn)

1.2.0

  • Added special monkeypatching if Apport <https://github.com/canonical/apport>_ has overridden sys.excepthook so it will format exception groups correctly (PR by John Litborn)
  • Added a backport of contextlib.suppress() from Python 3.12.1 which also handles suppressing exceptions inside exception groups
  • Fixed bare raise in a handler reraising the original naked exception rather than an exception group which is what is raised when you do a raise in an except* handler

1.1.3

  • catch() now raises a TypeError if passed an async exception handler instead of just giving a RuntimeWarning about the coroutine never being awaited. (#66, PR by John Litborn)
  • Fixed plain raise statement in an exception handler callback to work like a raise in an except* block
  • Fixed new exception group not being chained to the original exception when raising an exception group from exceptions raised in handler callbacks
  • Fixed type annotations of the derive(), subgroup() and split() methods to match the ones in typeshed

1.1.2

  • Changed handling of exceptions in exception group handler callbacks to not wrap a single exception in an exception group, as per CPython issue 103590 <https://github.com/python/cpython/issues/103590>_

1.1.1

  • Worked around

... (truncated)

Commits
  • 2399d54 Added the release version
  • bec9651 Removed problematic assert that caused compatibility issues
  • f3f0ff6 Updated Ruff configuration
  • bb43ee0 Fixed formatting tests failing on Python 3.13
  • eb8fbbc [pre-commit.ci] pre-commit autoupdate (#129)
  • 6ff8300 [pre-commit.ci] pre-commit autoupdate (#128)
  • 761933f [pre-commit.ci] pre-commit autoupdate (#127)
  • 1b43294 [pre-commit.ci] pre-commit autoupdate (#125)
  • dd87018 [pre-commit.ci] pre-commit autoupdate (#124)
  • 54d8b8d [pre-commit.ci] pre-commit autoupdate (#121)
  • Additional commits viewable in compare view

Updates fastapi from 0.99.1 to 0.111.1

Release notes

Sourced from fastapi's releases.

0.111.1

Upgrades

  • ➖ Remove orjson and ujson from default dependencies. PR #11842 by @​tiangolo.
    • These dependencies are still installed when you install with pip install "fastapi[all]". But they not included in pip install fastapi.
  • 📝 Restored Swagger-UI links to use the latest version possible. PR #11459 by @​UltimateLobster.

Docs

Translations

  • 🌐 Add Spanish translation for docs/es/docs/how-to/graphql.md. PR #11697 by @​camigomezdev.
  • 🌐 Add Portuguese translation for docs/pt/docs/reference/index.md. PR #11840 by @​lucasbalieiro.
  • 🌐 Fix link in German translation. PR #11836 by @​anitahammer.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/dependencies/sub-dependencies.md. PR

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

| Package | From | To |
| --- | --- | --- |
| [dls-dodal](https://github.com/DiamondLightSource/dodal) | `1.29.2` | `1.29.3` |
| [bluesky](https://github.com/bluesky/bluesky) | `1.13.0a3` | `1.13.0a4` |
| [click](https://github.com/pallets/click) | `8.1.3` | `8.1.7` |
| [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) | `2.4.0` | `2.5.0` |
| [copier](https://github.com/copier-org/copier) | `8.1.0` | `9.3.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.0` |
| [dls-bluesky-core](https://github.com/DiamondLightSource/dls-bluesky-core) | `0.0.3` | `0.0.4` |
| [event-model](https://github.com/bluesky/event-model) | `1.20.0` | `1.21.0` |
| [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.1` | `1.2.2` |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.99.1` | `0.111.1` |
| [intake](https://github.com/intake/intake) | `0.6.4` | `2.0.5` |
| [ipython](https://github.com/ipython/ipython) | `8.18.0` | `8.26.0` |
| [numcodecs](https://github.com/zarr-developers/numcodecs) | `0.12.1` | `0.13.0` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.0.0` |
| [pint](https://github.com/hgrecco/pint) | `0.24.1` | `0.24.3` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.23.0` | `2.23.1` |
| [prettytable](https://github.com/jazzband/prettytable) | `3.10.0` | `3.10.2` |
| [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.36` | `3.0.47` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.1` | `0.5.2` |
| [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) | `2024.2.4` | `2024.4.16` |
| [starlette](https://github.com/encode/starlette) | `0.27.0` | `0.37.2` |
| [tox](https://github.com/tox-dev/tox) | `3.28.0` | `4.16.0` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240622` | `2.32.0.20240712` |
| [zict](http://zict.readthedocs.io/en/latest/) | `2.2.0` | `3.0.0` |



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

Updates `bluesky` from 1.13.0a3 to 1.13.0a4
- [Release notes](https://github.com/bluesky/bluesky/releases)
- [Changelog](https://github.com/bluesky/bluesky/blob/main/docs/api_changes.rst)
- [Commits](bluesky/bluesky@v1.13.0a3...v1.13.0a4)

Updates `click` from 8.1.3 to 8.1.7
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.3...8.1.7)

Updates `confluent-kafka` from 2.4.0 to 2.5.0
- [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.4.0...v2.5.0)

Updates `copier` from 8.1.0 to 9.3.1
- [Release notes](https://github.com/copier-org/copier/releases)
- [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md)
- [Commits](copier-org/copier@v8.1.0...v9.3.1)

Updates `coverage` from 7.5.4 to 7.6.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.4...7.6.0)

Updates `dls-bluesky-core` from 0.0.3 to 0.0.4
- [Release notes](https://github.com/DiamondLightSource/dls-bluesky-core/releases)
- [Commits](DiamondLightSource/dls-bluesky-core@0.0.3...0.0.4)

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 `exceptiongroup` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/agronholm/exceptiongroup/releases)
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](agronholm/exceptiongroup@1.2.1...1.2.2)

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

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

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

Updates `numcodecs` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/zarr-developers/numcodecs/releases)
- [Changelog](https://github.com/zarr-developers/numcodecs/blob/main/docs/release.rst)
- [Commits](zarr-developers/numcodecs@v0.12.1...v0.13.0)

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

Updates `pint` from 0.24.1 to 0.24.3
- [Changelog](https://github.com/hgrecco/pint/blob/0.24.3/CHANGES)
- [Commits](hgrecco/pint@0.24.1...0.24.3)

Updates `pipdeptree` from 2.23.0 to 2.23.1
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Commits](tox-dev/pipdeptree@2.23.0...2.23.1)

Updates `prettytable` from 3.10.0 to 3.10.2
- [Release notes](https://github.com/jazzband/prettytable/releases)
- [Changelog](https://github.com/jazzband/prettytable/blob/main/CHANGELOG.md)
- [Commits](jazzband/prettytable@3.10.0...3.10.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 `ruff` from 0.5.1 to 0.5.2
- [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.5.1...0.5.2)

Updates `sphinx-autobuild` from 2024.2.4 to 2024.4.16
- [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.02.04...2024.04.16)

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

Updates `tox` from 3.28.0 to 4.16.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.16.0)

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

Updates `zict` from 2.2.0 to 3.0.0

---
updated-dependencies:
- dependency-name: dls-dodal
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: bluesky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: click
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: confluent-kafka
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: copier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: dls-bluesky-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: event-model
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: exceptiongroup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: fastapi
  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: numcodecs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: numpy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pipdeptree
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: prettytable
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: prompt-toolkit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sphinx-autobuild
  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: 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: zict
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

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

@dependabot dependabot bot closed this Jul 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-3b6599b372 branch July 22, 2024 01:15
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.

None yet

0 participants