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 39 updates #725

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

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

Package From To
opentelemetry-distro 0.49b1 0.49b2
opentelemetry-instrumentation-fastapi 0.49b1 0.49b2
setuptools 75.5.0 75.6.0
aiohttp 3.11.0 3.11.6
confluent-kafka 2.6.0 2.6.1
coverage 7.6.4 7.6.7
deprecated 1.2.14 1.2.15
dunamai 1.22.0 1.23.0
fonttools 4.54.1 4.55.0
grpcio 1.67.1 1.68.0
httpcore 1.0.6 1.0.7
intake 0.6.4 2.0.7
ipython 8.18.0 8.29.0
numpy 1.26.4 2.1.3
opentelemetry-api 1.28.1 1.28.2
opentelemetry-exporter-otlp 1.28.1 1.28.2
opentelemetry-exporter-otlp-proto-common 1.28.1 1.28.2
opentelemetry-exporter-otlp-proto-grpc 1.28.1 1.28.2
opentelemetry-exporter-otlp-proto-http 1.28.1 1.28.2
opentelemetry-instrumentation 0.49b1 0.49b2
opentelemetry-instrumentation-asgi 0.49b1 0.49b2
opentelemetry-proto 1.28.1 1.28.2
opentelemetry-sdk 1.28.1 1.28.2
opentelemetry-semantic-conventions 0.49b1 0.49b2
opentelemetry-util-http 0.49b1 0.49b2
ophyd-async 0.8.0a4 0.8.0a5
orderly-set 5.2.2 5.2.3
prompt-toolkit 3.0.36 3.0.48
pydantic-core 2.23.4 2.27.0
pydantic-numpy 5.0.2 7.0.0
ruff 0.7.3 0.7.4
starlette 0.41.2 0.41.3
tox 3.28.0 4.23.2
typer 0.13.0 0.13.1
uvicorn 0.32.0 0.32.1
workflows 2.28 3.1
yarl 1.17.1 1.17.2
zict 2.2.0 3.0.0
zocalo 1.1.1 1.2.0

Updates opentelemetry-distro from 0.49b1 to 0.49b2

Commits

Updates opentelemetry-instrumentation-fastapi from 0.49b1 to 0.49b2

Commits

Updates setuptools from 75.5.0 to 75.6.0

Changelog

Sourced from setuptools's changelog.

v75.6.0

Features

  • Preserve original PKG-INFO into METADATA when creating wheel (instead of calling wheel.metadata.pkginfo_to_metadata). This helps to be more compliant with the flow specified in PEP 517. (#4701)
  • Changed the WindowsSdkVersion, FrameworkVersion32 and FrameworkVersion64 properties of setuptools.msvc.PlatformInfo to return an empty tuple instead of None as a fallthrough case -- by :user:Avasam (#4754)
Commits
  • bf2ced2 Bump version: 75.5.0 → 75.6.0
  • 8685c80 Empty tuple instead of None for PlatformInfo version properties fallthrough (...
  • 50d671b Rename news fragment
  • 2b471c2 Changed the WindowsSdkVersion, FrameworkVersion32 and ``FrameworkVers...
  • 2c77cd2 Runtime typing fixes for typeshed return type merge (#4753
  • 9a4c8d4 Runtime typing fixes for typeshed return type merge
  • e622859 Preserve original PKG-INFO contents when creating wheel (instead of calling...
  • 0b5b417 Mark tests that may depend on external network
  • a4fa01d Add news fragment
  • 089aca9 Ignore coverage in test code
  • Additional commits viewable in compare view

Updates aiohttp from 3.11.0 to 3.11.6

Release notes

Sourced from aiohttp's releases.

3.11.6

Bug fixes

  • Restored the force_close method to the ResponseHandler -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9997.


3.11.5

Bug fixes

  • Fixed the ANY method not appearing in :meth:~aiohttp.web.UrlDispatcher.routes -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9899, #9987.


3.11.4

Bug fixes

  • Fixed StaticResource not allowing the OPTIONS method after calling set_options_route -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9972, #9975, #9976.

Miscellaneous internal changes

  • Improved performance of creating web responses when there are no cookies -- by :user:bdraco.

    Related issues and pull requests on GitHub:

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.6 (2024-11-19)

Bug fixes

  • Restored the force_close method to the ResponseHandler -- by :user:bdraco.

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


3.11.5 (2024-11-19)

Bug fixes

  • Fixed the ANY method not appearing in :meth:~aiohttp.web.UrlDispatcher.routes -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:9899, :issue:9987.


3.11.4 (2024-11-18)

Bug fixes

  • Fixed StaticResource not allowing the OPTIONS method after calling set_options_route -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:9972, :issue:9975, :issue:9976.

... (truncated)

Commits

Updates confluent-kafka from 2.6.0 to 2.6.1

Release notes

Sourced from confluent-kafka's releases.

v2.6.1

confluent-kafka-python v2.6.1

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

  • Removed python 3.6 support. (#1592)
  • Migrated build system from setup.py to pyproject.toml in accordance with PEP 517 and PEP 518, improving project configuration, build system requirements management, and compatibility with modern Python packaging tools like pip and build. (#1592)
  • Added an example for OAUTH OIDC producer with support for confluent cloud (#1769, @​sarwarbhuiyan)

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

Changelog

Sourced from confluent-kafka's changelog.

v2.6.1

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

  • Migrated build system from setup.py to pyproject.toml in accordance with PEP 517 and PEP 518, improving project configuration, build system requirements management, and compatibility with modern Python packaging tools like pip and build. (#1592)
  • Removed python 3.6 support. (#1592)
  • Added an example for OAUTH OIDC producer with support for confluent cloud (#1769, @​sarwarbhuiyan)

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

Commits

Updates coverage from 7.6.4 to 7.6.7

Changelog

Sourced from coverage's changelog.

Version 7.6.7 — 2024-11-15

  • fix: ugh, the other assert from 7.6.5 can also be encountered in the wild, so it's been restored to a conditional. Sorry for the churn.

.. _changes_7-6-6:

Version 7.6.6 — 2024-11-15

  • One of the new asserts from 7.6.5 caused problems in real projects, as reported in issue 1891_. The assert has been removed.

.. _issue 1891: nedbat/coveragepy#1891

.. _changes_7-6-5:

Version 7.6.5 — 2024-11-14

  • fix: fine-tuned the exact Python version (3.12.6) when exiting from with statements changed how they traced. This affected whether people saw the fix for issue 1880_.

  • fix: isolate our code more from mocking in the os module that in rare cases can cause bizarre behavior <pytest-cov-666_>_.

  • refactor: some code unreachable code paths in parser.py were changed to asserts. If you encounter any of these, please let me know!

.. _pytest-cov-666: pytest-dev/pytest-cov#666

.. _changes_7-6-4:

Commits
  • af89ebb docs: sample HTML for 7.6.7
  • c723de2 docs: prep for 7.6.7
  • 898e94a fix: another possible assert changed back to a conditional.
  • 42961d6 build: tweaks to release process
  • 1a09d4a build: bump version
  • c26fc6e docs: sample HTML for 7.6.6
  • 79ad469 docs: prep for 7.6.6
  • 98939c9 fix: this assert is possible, remove it. #1891
  • ad4a4ff build: automate the 'final' version
  • e1502e6 build: bump version
  • Additional commits viewable in compare view

Updates deprecated from 1.2.14 to 1.2.15

Release notes

Sourced from deprecated's releases.

v1.2.15

What's Changed

New Contributors

Full Changelog: laurent-laporte-pro/deprecated@v1.2.14...v1.2.15

Changelog

Sourced from deprecated's changelog.

v1.2.15 (2024-11-15)

Bug fix release

Fix

  • Resolve Python 2.7 support issue introduced in v1.2.14 in sphinx.py.

  • Fix #69: Add extra_stacklevel argument for interoperating with other wrapper functions (refer to #68 for a concrete use case).

  • Fix #73: Update class method deprecation warnings for Python 3.13.

  • Fix #75: Update GitHub workflows and fix development dependencies for Python 3.12.

Other

  • Fix #66: discontinue TravisCI and AppVeyor due to end of free support.
Commits
  • 7773ef0 v1.2.15 (#76)
  • e2f3c28 docs: replace "tantale" by "laurent-laporte-pro" in documentation and links
  • a3cb1c3 Prepare next version 1.2.15 (2024-11-15)
  • c9802b4 docs: change the author email in project metadata
  • d138376 build: fix configuration of bumpversion
  • aad0009 build: discontinue AppVeyor due to end of free support (related to #67)
  • cca21ac chore: update of the .gitignore file to comply with modern standards
  • 1fc5c34 docs: update change log for #75
  • abcb4e9 ci: update GitHub workflows and fix development dependencies for Python 3.12 ...
  • d87ab55 Don't test EOL Python 3.7 on macOS
  • Additional commits viewable in compare view

Updates dunamai from 1.22.0 to 1.23.0

Release notes

Sourced from dunamai's releases.

v1.23.0 (2024-11-17)

  • Added: {major}, {minor}, and {patch} format placeholders.
Changelog

Sourced from dunamai's changelog.

v1.23.0 (2024-11-17)

  • Added: {major}, {minor}, and {patch} format placeholders.
Commits

Updates fonttools from 4.54.1 to 4.55.0

Release notes

Sourced from fonttools's releases.

4.55.0

  • [cffLib.specializer] Adjust stack use calculation (#3689)
  • [varLib] Lets not add mac names if the rest of name doesn't have them (#3688)
  • [ttLib.reorderGlyphs] Update CFF table charstrings and charset (#3682)
  • [cffLib.specializer] Add cmdline to specialize a CFF2 font (#3675, #3679)
  • [CFF2] Lift uint16 VariationStore.length limitation (#3674)
  • [subset] consider variation selectors subsetting cmap14 (#3672)
  • [varLib.interpolatable] Support CFF2 fonts (#3670)
  • Set isfinal to true in XML parser for proper resource cleanup (#3669)
  • [removeOverlaps] Fix CFF CharString width (#3659)
  • [glyf] Add optimizeSize option (#3657)
  • Python 3.13 support (#3656)
  • [TupleVariation] Optimize for loading speed, not size (#3650, #3653)
Changelog

Sourced from fonttools's changelog.

4.55.0 (released 2024-11-14)

  • [cffLib.specializer] Adjust stack use calculation (#3689)
  • [varLib] Lets not add mac names if the rest of name doesn't have them (#3688)
  • [ttLib.reorderGlyphs] Update CFF table charstrings and charset (#3682)
  • [cffLib.specializer] Add cmdline to specialize a CFF2 font (#3675, #3679)
  • [CFF2] Lift uint16 VariationStore.length limitation (#3674)
  • [subset] consider variation selectors subsetting cmap14 (#3672)
  • [varLib.interpolatable] Support CFF2 fonts (#3670)
  • Set isfinal to true in XML parser for proper resource cleanup (#3669)
  • [removeOverlaps] Fix CFF CharString width (#3659)
  • [glyf] Add optimizeSize option (#3657)
  • Python 3.13 support (#3656)
  • [TupleVariation] Optimize for loading speed, not size (#3650, #3653)
Commits
  • 6ad1c31 Release 4.55.0
  • c4f8370 Merge pull request #3690 from fonttools/news
  • 417b0a8 Update NEWS.rst
  • c0c89e1 Update news.rst for next release
  • 919c1a9 Merge pull request #3685 from fonttools/pyup-scheduled-update-2024-11-11
  • b49335e Merge pull request #3686 from fonttools/dependabot/github_actions/pypa/gh-act...
  • 4a18869 Merge pull request #3688 from fonttools/name_consistency
  • b371f23 fontBuilder: don't add mac names for fvar and STAT if name table hasn't any
  • d2ce6e0 check for mac names in buildVFStatTable for DSv5 sources with STAT data
  • 991e791 Lets not add inconsistent names?
  • Additional commits viewable in compare view

Updates grpcio from 1.67.1 to 1.68.0

Release notes

Sourced from grpcio's releases.

Release v1.68.0

This is release 1.68.0 (groovy) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [XdsClient][Backport] Add missing authority to XdsClient metrics scope (#38009). (#38023)
  • [Release] Bump core version in preparation for 1.68 Branch Cut. (#37941)
  • [ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. (#37939)
  • [ruby] reduce INFO log for server CQ pluck registration to DEBUG. (#37633)
  • [EventEngine] Enable the PosixEventEngine client experiment. (#35985)
  • [chttp2_server] Fix race between connection starting and it being orphaned. (#37683)
  • [Chttp2Server] Fix race between connection manager updates and handshake. (#37772)
  • [xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources. (#37678)

C++

  • [Build] Minimum version of MSVC is now 2022. (#37687)
  • [Build] Bumped the minimum version of cmake. (#37702)

Python

  • Add templating and support for Python 3.13. (#37643)

Release v1.68.0-pre1

This is a prerelease of gRPC Core 1.68.0 (groovy).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Commits
  • 6b49ae6 [Release] Bump v.1.68.x to 1.68.0 (#38124)
  • 2bcf835 [Backport][chttp2] Fix channelz address (#38022) (#38027)
  • 5801d12 [XdsClient][Backport] Add missing authority to XdsClient metrics scope (#3800...
  • 62e547b Bump v1.68.x version to v1.68.0-pre1 (#38001)
  • 1178b2d [retry e2e test] add log message about known flakiness (#37974)
  • c5999db [call-v3] Fix leak with cq-based server (#37972)
  • eacb2f7 Changed Bazel/Workspace to use @​com_google_protobuf//python/dist:syst… (#37971)
  • 14f22c7 [EventEngine] Disable the backup poller if all EventEngine experiments are ru...
  • 4662017 [EE] Prevent crash when address can't be resolved (#37952)
  • c3e83b8 [Release] Bump core version in preparation for 1.68 Branch Cut (#37941)
  • Additional commits viewable in compare view

Updates httpcore from 1.0.6 to 1.0.7

Release notes

Sourced from httpcore's releases.

Version 1.0.7 (November 15th, 2024)

  • Support proxy=… configuration on ConnectionPool(). (#974)
Changelog

Sourced from httpcore's changelog.

Version 1.0.7 (November 15th, 2024)

  • Support proxy=… configuration on ConnectionPool(). (#974)
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.29.0

Commits

Updates numpy from 1.26.4 to 2.1.3

Release notes

Sourced from numpy's releases.

2.1.3 (Nov 2, 2024)

NumPy 2.1.3 Release Notes

NumPy 2.1.3 is a maintenance release that fixes bugs and regressions discovered after the 2.1.2 release. This release also adds support for free threaded Python 3.13 on Windows.

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

Improvements

  • Fixed a number of issues around promotion for string ufuncs with StringDType arguments. Mixing StringDType and the fixed-width DTypes using the string ufuncs should now generate much more uniform results.

    (gh-27636)

Changes

  • numpy.fix now won't perform casting to a floating data-type for integer and boolean data-type input arrays.

    (gh-26766)

Contributors

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

  • Abhishek Kumar +
  • Austin +
  • Benjamin A. Beasley +
  • Charles Harris
  • Christian Lorentzen
  • Marcel Telka +
  • Matti Picus
  • Michael Davidsaver +
  • Nathan Goldbaum
  • Peter Hawkins
  • Raghuveer Devulapalli
  • Ralf Gommers
  • Sebastian Berg
  • dependabot[bot]
  • kp2pml30 +

Pull requests merged

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

... (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
  • 98464cc Merge pull request #27690 from charris/prepare-2.1.3
  • cbda85b REL: Prepare for the NumPy 2.1.3 release [wheel build]
  • daa8699 Merge pull request #27672 from charris/backport-27666
  • 614ca19 Merge pull request #27673 from charris/backport-27636
  • e6b02d7 DOC: add release note
  • 54fd729 BUG: substantially simplify and fix issue with justification promoter
  • a90fe7c BUG: fix more issues with string ufunc promotion
  • a121864 BUG: fixes for StringDType/unicode promoters
  • f055fb9 BUG: Fix a reference count leak in npy_find_descr_for_scalar.
  • 5895c02 Merge pull request #27669 from charris/backport-27663
  • Additional commits viewable in compare view

Updates opentelemetry-api from 1.28.1 to 1.28.2

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.28.2/0.49b2 (2024-11-18)

  • Fix crash exporting a log record with None body (#4276)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)
Commits
  • 1471648 [release/v1.28.x-0.49bx] Prepare release 1.28.2/0.49b2 (#4290)
  • 099616a [v1.28.x-0.49bx] Fix eachdist.py patch release to not add extra space (#4289)
  • 9676505 Fix prepare patch release workflow (#4287)
  • ea809eb [release/v1.28.x-0.49bx] opentelemetry-sdk: setup EventLogger when initializi...
  • 2929ebd [release/v1.28.x-0.49bx] Support logs with no body (#4276) (#4282)
  • 393a388 Remove updating CHANGELOG step in release workflow (#4273) (#4280)
  • See full diff in compare view

Updates opentelemetry-exporter-otlp from 1.28.1 to 1.28.2

Changelog

Sourced from opentelemetry-exporter-otlp's changelog.

Version 1.28.2/0.49b2 (2024-11-18)

  • Fix crash exporting a log record with None body (#4276)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)
Commits

Updates opentelemetry-exporter-otlp-proto-common from 1.28.1 to 1.28.2

Changelog

Sourced from opentelemetry-exporter-otlp-proto-common's changelog.

Version 1.28.2/0.49b2 (2024-11-18)

  • Fix crash exporting a log record with None body (#4276)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)
Commits

Updates opentelemetry-exporter-otlp-proto-grpc from 1.28.1 to 1.28.2

Changelog

Sourced from opentelemetry-exporter-otlp-proto-grpc's changelog.

Version 1.28.2/0.49b2 (2024-11-18)

  • Fix crash exporting a log record with None body (#4276)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)
Commits

Updates opentelemetry-exporter-otlp-proto-http from 1.28.1 to 1.28.2

Changelog

Sourced from opentelemetry-exporter-otlp-proto-http's changelog.

Version 1.28.2/0.49b2 (2024-11-18)

  • Fix crash exporting a log record with None body (#4276)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)
Commits

Updates opentelemetry-instrumentation from 0.49b1 to 0.49b2

Release notes

Sourced from opentelemetry-instrumentation's releases.

opentelemetry-instrumentation-openai-v2 2.0b0

  • Use generic OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT environment variable to control if content of prompt, completion, and other messages is captured. (#2947)

  • Update OpenAI instrumentation to Semantic Conventions v1.28.0: add new attributes and switch prompts and completions to log-based events. (#2925)

  • Initial OpenAI instrumentation (#2759)

Commits

Updates opentelemetry-instrumentation-asgi from 0.49b1 to 0.49b2

Commits

Updates opentelemetry-proto from 1.28.1 to 1.28.2

Changelog

Sourced from opentelemetry-proto's changelog.

Version 1.28.2/0.49b2 (2024-11-18)

  • Fix crash exporting a log record with None body (#4276)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)
Commits
  • 1471648 [release/v1.28.x-0.49bx] Prepare release 1.28.2/0.49b2 (

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

| Package | From | To |
| --- | --- | --- |
| [opentelemetry-distro](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b1` | `0.49b2` |
| [opentelemetry-instrumentation-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b1` | `0.49b2` |
| [setuptools](https://github.com/pypa/setuptools) | `75.5.0` | `75.6.0` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.11.0` | `3.11.6` |
| [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) | `2.6.0` | `2.6.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.7` |
| [deprecated](https://github.com/laurent-laporte-pro/deprecated) | `1.2.14` | `1.2.15` |
| [dunamai](https://github.com/mtkennerly/dunamai) | `1.22.0` | `1.23.0` |
| [fonttools](https://github.com/fonttools/fonttools) | `4.54.1` | `4.55.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.67.1` | `1.68.0` |
| [httpcore](https://github.com/encode/httpcore) | `1.0.6` | `1.0.7` |
| [intake](https://github.com/intake/intake) | `0.6.4` | `2.0.7` |
| [ipython](https://github.com/ipython/ipython) | `8.18.0` | `8.29.0` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.1.3` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-exporter-otlp-proto-common](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-exporter-otlp-proto-http](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b1` | `0.49b2` |
| [opentelemetry-instrumentation-asgi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b1` | `0.49b2` |
| [opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.28.1` | `1.28.2` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.49b1` | `0.49b2` |
| [opentelemetry-util-http](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b1` | `0.49b2` |
| [ophyd-async](https://github.com/bluesky/ophyd-async) | `0.8.0a4` | `0.8.0a5` |
| [orderly-set](https://github.com/seperman/orderly-set) | `5.2.2` | `5.2.3` |
| [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.36` | `3.0.48` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.27.0` |
| [pydantic-numpy](https://github.com/caniko/pydantic-numpy) | `5.0.2` | `7.0.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.3` | `0.7.4` |
| [starlette](https://github.com/encode/starlette) | `0.41.2` | `0.41.3` |
| [tox](https://github.com/tox-dev/tox) | `3.28.0` | `4.23.2` |
| [typer](https://github.com/fastapi/typer) | `0.13.0` | `0.13.1` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.32.0` | `0.32.1` |
| [workflows](https://github.com/DiamondLightSource/python-workflows) | `2.28` | `3.1` |
| [yarl](https://github.com/aio-libs/yarl) | `1.17.1` | `1.17.2` |
| [zict](http://zict.readthedocs.io/en/latest/) | `2.2.0` | `3.0.0` |
| [zocalo](https://github.com/DiamondLightSource/python-zocalo) | `1.1.1` | `1.2.0` |



Updates `opentelemetry-distro` from 0.49b1 to 0.49b2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-fastapi` from 0.49b1 to 0.49b2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `setuptools` from 75.5.0 to 75.6.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.5.0...v75.6.0)

Updates `aiohttp` from 3.11.0 to 3.11.6
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.11.0...v3.11.6)

Updates `confluent-kafka` from 2.6.0 to 2.6.1
- [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.6.0...v2.6.1)

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

Updates `deprecated` from 1.2.14 to 1.2.15
- [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases)
- [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG.rst)
- [Commits](laurent-laporte-pro/deprecated@v1.2.14...v1.2.15)

Updates `dunamai` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/mtkennerly/dunamai/releases)
- [Changelog](https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md)
- [Commits](mtkennerly/dunamai@v1.22.0...v1.23.0)

Updates `fonttools` from 4.54.1 to 4.55.0
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.54.1...4.55.0)

Updates `grpcio` from 1.67.1 to 1.68.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.67.1...v1.68.0)

Updates `httpcore` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@1.0.6...1.0.7)

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.29.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.18.0...8.29.0)

Updates `numpy` from 1.26.4 to 2.1.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.1.3)

Updates `opentelemetry-api` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-exporter-otlp` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-exporter-otlp-proto-common` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-exporter-otlp-proto-grpc` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-exporter-otlp-proto-http` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-instrumentation` from 0.49b1 to 0.49b2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-asgi` from 0.49b1 to 0.49b2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-proto` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-sdk` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.2/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.28.1...v1.28.2)

Updates `opentelemetry-semantic-conventions` from 0.49b1 to 0.49b2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)

Updates `opentelemetry-util-http` from 0.49b1 to 0.49b2
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `ophyd-async` from 0.8.0a4 to 0.8.0a5
- [Release notes](https://github.com/bluesky/ophyd-async/releases)
- [Commits](bluesky/ophyd-async@v0.8.0a4...v0.8.0a5)

Updates `orderly-set` from 5.2.2 to 5.2.3
- [Release notes](https://github.com/seperman/orderly-set/releases)
- [Changelog](https://github.com/seperman/orderly-set/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seperman/orderly-set/commits)

Updates `prompt-toolkit` from 3.0.36 to 3.0.48
- [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.48)

Updates `pydantic-core` from 2.23.4 to 2.27.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.23.4...v2.27.0)

Updates `pydantic-numpy` from 5.0.2 to 7.0.0
- [Commits](https://github.com/caniko/pydantic-numpy/commits)

Updates `ruff` from 0.7.3 to 0.7.4
- [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.7.3...0.7.4)

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

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

Updates `typer` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.13.0...0.13.1)

Updates `uvicorn` from 0.32.0 to 0.32.1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.32.0...0.32.1)

Updates `workflows` from 2.28 to 3.1
- [Commits](DiamondLightSource/python-workflows@v2.28...v3.1)

Updates `yarl` from 1.17.1 to 1.17.2
- [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.17.1...v1.17.2)

Updates `zict` from 2.2.0 to 3.0.0

Updates `zocalo` from 1.1.1 to 1.2.0
- [Changelog](https://github.com/DiamondLightSource/python-zocalo/blob/main/HISTORY.rst)
- [Commits](DiamondLightSource/python-zocalo@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: opentelemetry-distro
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-instrumentation-fastapi
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: aiohttp
  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-patch
  dependency-group: dev-dependencies
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: deprecated
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: dunamai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: fonttools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: grpcio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: httpcore
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: numpy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-exporter-otlp
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-common
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-grpc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-http
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-instrumentation
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-instrumentation-asgi
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-proto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-sdk
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-semantic-conventions
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: opentelemetry-util-http
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: ophyd-async
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: orderly-set
  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: 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: 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: tox
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: typer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: uvicorn
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: workflows
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: yarl
  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
- dependency-name: zocalo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Nov 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

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

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-b73f64b7e1 branch November 25, 2024 01:47
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