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 python-requirements group across 1 directory with 48 updates #1972

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-requirements group with 48 updates in the / directory:

Package From To
azure-ai-documentintelligence 1.0.0b3 1.0.0b4
azure-core 1.30.2 1.31.0
azure-monitor-opentelemetry 1.6.1 1.6.2
azure-monitor-opentelemetry-exporter 1.0.0b28 1.0.0b29
certifi 2024.7.4 2024.8.30
cffi 1.17.0 1.17.1
cryptography 43.0.0 43.0.1
fixedint 0.1.6 0.2.0
httpx[http2] 0.27.0 0.27.2
idna 3.8 3.10
importlib-metadata 8.0.0 8.5.0
microsoft-kiota-serialization-json 1.3.0 1.3.2
msal 1.30.0 1.31.0
msgraph-core 1.1.2 1.1.3
msgraph-sdk 1.1.0 1.7.0
multidict 6.0.5 6.1.0
numpy 2.0.1 2.1.1
openai 1.42.0 1.45.0
opentelemetry-api 1.26.0 1.27.0
opentelemetry-instrumentation 0.47b0 0.48b0
opentelemetry-instrumentation-aiohttp-client 0.47b0 0.48b0
opentelemetry-instrumentation-asgi 0.47b0 0.48b0
opentelemetry-instrumentation-dbapi 0.47b0 0.48b0
opentelemetry-instrumentation-django 0.47b0 0.48b0
opentelemetry-instrumentation-fastapi 0.47b0 0.48b0
opentelemetry-instrumentation-flask 0.47b0 0.48b0
opentelemetry-instrumentation-httpx 0.47b0 0.48b0
opentelemetry-instrumentation-openai 0.27.0 0.30.0
opentelemetry-instrumentation-psycopg2 0.47b0 0.48b0
opentelemetry-instrumentation-requests 0.47b0 0.48b0
opentelemetry-instrumentation-urllib 0.47b0 0.48b0
opentelemetry-instrumentation-urllib3 0.47b0 0.48b0
opentelemetry-instrumentation-wsgi 0.47b0 0.48b0
opentelemetry-sdk 1.26.0 1.27.0
opentelemetry-semantic-conventions 0.47b0 0.48b0
opentelemetry-util-http 0.47b0 0.48b0
psutil 5.9.8 6.0.0
pydantic 2.8.2 2.9.1
pydantic-core 2.20.1 2.23.3
pymupdf 1.24.9 1.24.10
pymupdfb 1.24.9 1.24.10
regex 2024.7.24 2024.9.11
std-uritemplate 1.0.5 1.0.6
types-beautifulsoup4 4.12.0.20240511 4.12.0.20240907
urllib3 2.2.2 2.2.3
yarl 1.9.4 1.11.1
zipp 3.20.0 3.20.2
mypy 1.10.1 1.11.2

Updates azure-ai-documentintelligence from 1.0.0b3 to 1.0.0b4

Release notes

Sourced from azure-ai-documentintelligence's releases.

azure-ai-documentintelligence_1.0.0b4

1.0.0b4 (2024-09-05)

Features Added

  • Added support for the Analyze Batch Documents API:
    • Added LRO operation begin_analyze_batch_documents() to DocumentIntelligenceClient.
    • Added models AnalyzeBatchDocumentsRequest, AnalyzeBatchResult and AnalyzeBatchOperationDetail.
  • Added support for different kinds of output in the Analyze Document API:
    • Added operations get_analyze_result_figure() and get_analyze_result_pdf() to DocumentIntelligenceClient.
    • Added optional kwarg output to LRO operation begin_analyze_document() overloads in DocumentIntelligenceClient.
    • Added enum AnalyzeOutputOption to specify output kind, either pdf or figures.
    • Added property id to model DocumentFigure.
  • Added support for the Copy Classifier API:
    • Added operations authorize_classifier_copy() and begin_copy_classifier_to() to DocumentIntelligenceAdministrationClient.
    • Added models AuthorizeClassifierCopyRequest and ClassifierCopyAuthorization.
  • Added optional kwarg pages to LRO operation begin_classify_document() overloads in DocumentIntelligenceClient.
  • Added new kind GENERATIVE to enum DocumentBuildMode.
  • Added property warnings to model AnalyzeResult.
  • Added properties classifier_id, split, and training_hours to model DocumentModelDetails.
  • Added properties model_id, confidence_threshold, features, query_fields and max_documents_to_analyze to model DocumentTypeDetails.
  • Added property allow_overwrite to model BuildDocumentClassifierRequest.
  • Added properties allow_overwrite and max_training_hours to model BuildDocumentModelRequest.
  • Added properties classifier_id, split and doc_types to model ComposeDocumentModelRequest.
  • Added support for getting operation_id via details property in the new return types AnalyzeDocumentLROPoller and AsyncAnalyzeDocumentLROPoller in operation begin_analyze_document().

Breaking Changes

  • Removed support for extracting lists from analyzed documents:
    • Removed models DocumentList and DocumentListItem.
    • Removed property lists from model AnalyzeResult.
  • Changes to the Compose Document API:
    • Removed model ComponentDocumentModelDetails.
    • Removed property component_models from model ComposeDocumentModelRequest.
    • ComposeDocumentModelRequest now requires a dictionary of DocumentTypeDetails instances and a classifier ID to be constructed.
  • Removed model QuotaDetails.
  • Removed property custom_neural_document_model_builds from model ResourceDetails.
  • Changed the required property field_schema from DocumentTypeDetails to be optional.

Other Changes

  • Changed the default service API version to 2024-07-31-preview.
  • Improved performance by about 1.5X faster when deserializing JSON to an AnalyzeResult object compared to last version 1.0.0b3.
Commits
  • 6b5ce2d [DI] Add tests and samples for new API (#37197)
  • d85e6c3 Revert "update the package namespaces for all packages in the artifact direct...
  • 58ac142 Increment package version after release of azure-monitor-opentelemetry (#37218)
  • 526dca6 [Core] Add new token class and protocols (#36565)
  • 5cf3b46 [ServiceBus] unskip complete message over diff recvr test for uamqp (#37192)
  • 66ccfb8 update job run condition for Analyze job (#37212)
  • 78857ec Handle CG Failures (#37204)
  • 16aa1e2 Replace aka.ms with pypi.org link (#37215)
  • 5eba2a8 Update dev_requirements.txt (#37213)
  • 407e15f [AutoRelease] t2-billing-2024-09-02-52526(can only be merged by SDK owner) (#...
  • Additional commits viewable in compare view

Updates azure-core from 1.30.2 to 1.31.0

Release notes

Sourced from azure-core's releases.

azure-core_1.31.0

1.31.0 (2024-09-12)

Features Added

  • Added azure.core.AzureClouds enum to represent the different Azure clouds.
  • Added two new credential protocol classes, SupportsTokenInfo and AsyncSupportsTokenInfo, to offer more extensibility in supporting various token acquisition scenarios. #36565
    • Each new protocol class defines a get_token_info method that returns an AccessTokenInfo object.
  • Added a new TokenRequestOptions class, which is a TypedDict with optional parameters, that can be used to define options for token requests through the get_token_info method. #36565
  • Added a new AccessTokenInfo class, which is returned by get_token_info implementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #36565
  • BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy now first check if a credential has the get_token_info method defined. If so, the get_token_info method is used to acquire a token. Otherwise, the get_token method is used. #36565
    • These policies now also check the refresh_on attribute when determining if a new token request should be made.

Other Changes

  • The Azure Core OpenTelemetry tracing plugin will now be the preferred tracing plugin over the OpenCensus plugin. If both plugins are installed and opentelemetry is imported, then OpenTelemetry will be used to trace Azure SDK operations. #35050
Commits

Updates azure-monitor-opentelemetry from 1.6.1 to 1.6.2

Release notes

Sourced from azure-monitor-opentelemetry's releases.

azure-monitor-opentelemetry_1.6.2

1.6.2 (2024-09-05)

Bugs Fixed

  • Update OTel sdk and instrumentations to fix fastapi bug (#37206)
Commits

Updates azure-monitor-opentelemetry-exporter from 1.0.0b28 to 1.0.0b29

Release notes

Sourced from azure-monitor-opentelemetry-exporter's releases.

azure-monitor-opentelemetry-exporter_1.0.0b29

1.0.0b29 (2024-09-10)

Features Added

  • Allow passing in of custom TracerProvider for AzureMonitorTraceExporter (#36363)
  • Support AAD Auth for live metrics (#37258)

Other Changes

  • Update instrumentation constants info (#36696)
  • Refactor statsbeat utils functions (#36824)
Commits

Updates certifi from 2024.7.4 to 2024.8.30

Commits

Updates cffi from 1.17.0 to 1.17.1

Release notes

Sourced from cffi's releases.

v1.17.1

  • Fix failing distutils.msvc9compiler imports under Windows (#118).
  • ffibuilder.emit_python_code() and ffibuiler.emit_c_code() accept file-like objects (#115).
  • ffiplatform calls are bypassed by ffibuilder.emit_python_code() and ffibuilder.emit_c_code() (#81).

Full Changelog: python-cffi/cffi@v1.17.0...v1.17.1

Commits
  • 38bd6be release 1.17.1
  • ba10180 update whatsnew.rst for 1.17.1 (#121)
  • 61deb5f add yet another flag to recompile() to avoid calling ffiplatform (#81)
  • 1c292c1 Handle distutils without distutils.msvc9compiler.MSVCCompiler class (#118)
  • 182ffc4 Allow writing generated code to a file-like object. (#115)
  • See full diff in compare view

Updates cryptography from 43.0.0 to 43.0.1

Changelog

Sourced from cryptography's changelog.

43.0.1 - 2024-09-03


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2.

.. _v43-0-0:

Commits

Updates fixedint from 0.1.6 to 0.2.0

Changelog

Sourced from fixedint's changelog.

v0.2.0, 2020-09-16: Add type hints (GH #4) Removed the broken MutableFixedInt.itruediv Added base argument to FixedInt constructor

Commits
  • c6f9439 Version bump to v0.2.0
  • 035bdca Add py.typed and .pyi files to setup.py
  • b25aadc Documentation updates
  • 418c239 Add type hints. Fixes #4.
  • d2dbd20 Remove MutableFixedInt.itruediv (doesn't make sense), add base argument t...
  • See full diff in compare view

Updates httpx[http2] from 0.27.0 to 0.27.2

Release notes

Sourced from httpx[http2]'s releases.

Version 0.27.2

0.27.2 (27th August, 2024)

Fixed

  • Reintroduced supposedly-private URLTypes shortcut. (#2673)

Version 0.27.1

0.27.1 (27th August, 2024)

Added

  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)

Fixed

  • Improved error messaging for InvalidURL exceptions. (#3250)
  • Fix app type signature in ASGITransport. (#3109)
Changelog

Sourced from httpx[http2]'s changelog.

0.27.2 (27th August, 2024)

Fixed

  • Reintroduced supposedly-private URLTypes shortcut. (#2673)

0.27.1 (27th August, 2024)

Added

  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)

Fixed

  • Improved error messaging for InvalidURL exceptions. (#3250)
  • Fix app type signature in ASGITransport. (#3109)
Commits

Updates idna from 3.8 to 3.10

Changelog

Sourced from idna's changelog.

3.10 (2024-09-15) +++++++++++++++++

  • Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes to UTS46 processing that will require more work to properly implement.

3.9 (2024-09-13) ++++++++++++++++

  • Update to Unicode 16.0.0
  • Deprecate setup.cfg in favour of pyproject.toml
  • Use ruff for code formatting

Thanks to Waket Zheng for contributions to this release.

Commits

Updates importlib-metadata from 8.0.0 to 8.5.0

Changelog

Sourced from importlib-metadata's changelog.

v8.5.0

Features

  • Deferred import of zipfile.Path (#502)
  • Deferred import of json (#503)
  • Rely on zipp overlay for zipfile.Path.

v8.4.0

Features

  • Deferred import of inspect for import performance. (#499)

v8.3.0

Features

  • Disallow passing of 'dist' to EntryPoints.select.

v8.2.0

Features

  • Add SimplePath to importlib_metadata.all. (#494)

v8.1.0

Features

  • Prioritize valid dists to invalid dists when retrieving by name. (#489)
Commits
  • b34810b Finalize
  • 8c1d1fa Merge pull request #501 from Avasam/Pass-mypy-and-link-issues
  • afa39e8 Back out changes to tests._path
  • 8b909f9 Merge pull request #503 from danielhollas/defer-json
  • 2a3f50d Add news fragment.
  • 3f78dc1 Add comment to protect the deferred import.
  • 18eb2da Revert "Defer platform import"
  • 58832f2 Merge pull request #502 from danielhollas/defer-zipp
  • e3ce33b Add news fragment.
  • d11b67f Add comment to protect the deferred import.
  • Additional commits viewable in compare view

Updates microsoft-kiota-serialization-json from 1.3.0 to 1.3.2

Changelog

Sourced from microsoft-kiota-serialization-json's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Control generated type access modifier for C# via --type-access-modifier flag. #4788

Changed

  • 📢📢📢 The Visual Studio Code extension is now generally available!. #5368
  • Fixed a stack overflow in the core generator caused by circular comparisons. #5369
  • Fixed a bug where a path segment named "item" after a single parameter path segment would derail generation. #4814
  • Fixed a bug where collection/array of primitive types members for union/intersection types would be ignored. #5283
  • Updated dependencies command and view to reflect the availability of bundles. #5317
  • Fixed a when generating a plugin when only an operation is selected in the root node in the extension. #5300
  • Fixed a bug where function descriptions in plugin manifest defaults to path summary instead of description. #5301
  • Fixed a bug where TypeScript would not properly build URIs with uppercase first characters query parameter names.#5382
  • Fixed a bug where the description special characters are encoded. 5286
  • Fixed a bug where python constructor parameters are being cast to strings leading to bugs as the types is unknown on graph call. microsoftgraph/msgraph-sdk-python#165

[1.18.0] - 2024-09-05

Added

  • Added the ability to export the CodeDom to a file showing the public APIs to be generated in a given language #4627
  • Added composed type serialization in Typescript 2462
  • Use authentication information available in the source OpenAPI document when generating a plugin manifest. #5070

Changed

  • Fixed shorthand for refresh option in workspace experience. #5240
  • Fixed a bug where untyped node imports would be missing CSharp/Go/TypeScript/Java. #5326
  • Fixed missing type options in help for plugin commands. #5230
  • Removed OpenAI plugins generation since the service does not support them anymore.
  • Fixed a bug where a nullable union type would lead to an exception at generation. #5276
  • Fixed a bug where the error message would not be deserialized if the property name matched a reserved property. #5311
  • Fixed an issue where TypeScript clients would be missing path parameters. #5247
  • Fixed a bug where names normalization could lead to collisions in Ruby and other languages. #5310
  • Redirect status codes documenting an application/octet-stream content type now generate a stream return type. #5246
  • Fixed an issue where models would be missing when they had no properties and a single allOf entry. #5014
  • Reverts modification of responses in output openApi file when generating plugins #4945
  • Expand properties types with null type for Typescript. #4993
  • Added Collection, HashMap, Map, Objects, InputStream, BigDecimal to the list of reserved names for Java generation. #5135

... (truncated)

Commits

Updates msal from 1.30.0 to 1.31.0

Release notes

Sourced from msal's releases.

1.31.0

What's Changed

Full Changelog: AzureAD/microsoft-authentication-library-for-python@1.30.0...1.31.0

Commits
  • 866e4ce Release MSAL Python 1.31.0
  • 28fbf7c Resource id adjustments
  • 0a756e9 Error out on invalid ManagedIdentity dict
  • 85c93f8 Merge branch 'broker-refactor' into dev
  • 4ce6646 ADFS and B2C shall not invoke broker
  • fd0335f Explicitly test current broker fallback behaviors
  • 828b419 parent_window_handle is also needed on Mac
  • 95336a4 Fix typos in doc
  • 094ce75 Refactor to reuse CIAM test cases for CIAM CUD
  • c6595d3 Switch to the future-proof ciamcud tenant
  • Additional commits viewable in compare view

Updates msgraph-core from 1.1.2 to 1.1.3

Release notes

Sourced from msgraph-core's releases.

v1.1.3

1.1.3 (2024-09-03)

Bug Fixes

  • remove print statements from upload code. (353d72d)
Changelog

Sourced from msgraph-core's changelog.

1.1.3 (2024-09-03)

Bug Fixes

  • remove print statements from upload code. (353d72d)
Commits
  • 756455f Merge pull request #681 from microsoftgraph/release-please--branches--main--c...
  • 889ba03 chore(main): release 1.1.3
  • 9f4d0d6 Merge pull request #680 from microsoftgraph/fix-logging
  • 353d72d fix: remove print statements from upload code.
  • bf538c5 Merge pull request #679 from microsoftgraph/dependabot/github_actions/pypa/gh...
  • b9022e7 chore(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
  • eeb87e8 Merge pull request #674 from microsoftgraph/shem/expose_typing_information
  • 2a2427c Merge branch 'main' into shem/expose_typing_information
  • 788bb22 Merge pull request #676 from microsoftgraph/dependabot/pip/httpx-http2--0.27.2
  • aa071d5 chore(deps-dev): bump httpx[http2] from 0.27.0 to 0.27.2
  • Additional commits viewable in compare view

Updates msgraph-sdk from 1.1.0 to 1.7.0

Release notes

Sourced from msgraph-sdk's releases.

v1.7.0

1.7.0 (2024-09-11)

Features

  • generation: update request builders and models (c72f8e5)

v1.6.0

1.6.0 (2024-09-05)

Features

  • readme formatting to trigger release please (0e45705)

v1.5.4

1.5.4 (2024-08-02)

Bug Fixes

  • requires a higher version of the JSON dependency (955f85f)

v1.5.3

1.5.3 (2024-07-17)

Bug Fixes

  • higher kiota abstractions requirement to avoid missing multipart (d6c9f86)

v1.5.2

1.5.2 (2024-07-10)

Bug Fixes

  • fixes module name for release (941f6b2)

v1.5.1

1.5.1 (2024-07-09)

Bug Fixes

  • avoid using default mutable arguments (4912f5a)

Documentation

... (truncated)

Changelog

Sourced from msgraph-sdk's changelog.

1.7.0 (2024-09-11)

Features

  • generation: update request builders and models (c72f8e5)

1.6.0 (2024-09-05)

Features

  • readme formatting to trigger release please (0e45705)

1.5.4 (2024-08-02)

Bug Fixes

  • requires a higher version of the JSON dependency (955f85f)

1.5.3 (2024-07-17)

Bug Fixes

  • higher kiota abstractions requirement to avoid missing multipart (d6c9f86)

1.5.2 (2024-07-10)

Bug Fixes

  • fixes module name for release (941f6b2)

1.5.1 (2024-07-09)

Bug Fixes

  • avoid using default mutable arguments (4912f5a)

Documentation

[1.5.0] - 2024-05-23

Changed

... (truncated)

Commits
  • 416fccc Merge pull request #895 from microsoftgraph/release-please--branches--main--c...
  • 16fbda9 chore(main): release 1.7.0
  • c2b7522 Merge pull request #893 from microsoftgraph/v1.0/pipelinebuild/162820
  • c72f8e5 feat(generation): update request builders and models
  • cdcdfd8 Merge pull request #890 from microsoftgraph/andrueastman-patch-1
  • c8d2b88 docs: fix scope in Readme document
  • 8da6a38 Merge pull request #888 from microsoftgraph/release-please--branches--main--c...
  • 171dc11 chore(main): release 1.6.0
  • 99c93ef Merge pull request #887 from microsoftgraph/fix/release-trigger
  • 0e45705 feat: readme formatting to trigger release please
  • Additional commits viewable in compare view

Updates multidict from 6.0.5 to 6.1.0

Release notes

Sourced from multidict's releases.

6.1.0

Bug fixes

  • Covered the unreachable code path in multidict._multidict_base._abc_itemsview_register() with typing -- by :user:skinnyBat.

    Related issues and pull requests on GitHub: #928.

Features

  • Added support for Python 3.13 -- by :user:bdraco.

    Related issues and pull requests on GitHub: #1002.

Removals and backward incompatible breaking changes

  • Removed Python 3.7 support -- by :user:bdraco.

    Related issues and pull requests on GitHub: #997.

Contributor-facing changes

  • Added tests to have full code coverage of the multidict._multidict_base._viewbaseset_richcmp() function -- by :user:skinnyBat.

    Related issues and pull requests on GitHub: #928.

... (truncated)

Changelog

Sourced from multidict's changelog.

6.1.0 (2024-09-09)

Bug fixes

  • Covered the unreachable code path in multidict._multidict_base._abc_itemsview_register() with typing -- by :user:skinnyBat.

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

Features

  • Added support for Python 3.13 -...

    Description has been truncated

Bumps the python-requirements group with 48 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [azure-ai-documentintelligence](https://github.com/Azure/azure-sdk-for-python) | `1.0.0b3` | `1.0.0b4` |
| [azure-core](https://github.com/Azure/azure-sdk-for-python) | `1.30.2` | `1.31.0` |
| [azure-monitor-opentelemetry](https://github.com/Azure/azure-sdk-for-python) | `1.6.1` | `1.6.2` |
| [azure-monitor-opentelemetry-exporter](https://github.com/Azure/azure-sdk-for-python) | `1.0.0b28` | `1.0.0b29` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
| [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.1` |
| [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` |
| [httpx[http2]](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
| [idna](https://github.com/kjd/idna) | `3.8` | `3.10` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.0.0` | `8.5.0` |
| [microsoft-kiota-serialization-json](https://github.com/microsoft/kiota) | `1.3.0` | `1.3.2` |
| [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) | `1.30.0` | `1.31.0` |
| [msgraph-core](https://github.com/microsoftgraph/msgraph-sdk-python-core) | `1.1.2` | `1.1.3` |
| [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) | `1.1.0` | `1.7.0` |
| [multidict](https://github.com/aio-libs/multidict) | `6.0.5` | `6.1.0` |
| [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.1.1` |
| [openai](https://github.com/openai/openai-python) | `1.42.0` | `1.45.0` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.26.0` | `1.27.0` |
| [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-aiohttp-client](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-asgi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-dbapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-django](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-flask](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-httpx](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) | `0.27.0` | `0.30.0` |
| [opentelemetry-instrumentation-psycopg2](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-requests](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-urllib](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-urllib3](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-instrumentation-wsgi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.26.0` | `1.27.0` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.47b0` | `0.48b0` |
| [opentelemetry-util-http](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.47b0` | `0.48b0` |
| [psutil](https://github.com/giampaolo/psutil) | `5.9.8` | `6.0.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.1` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.23.3` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.9` | `1.24.10` |
| [pymupdfb](https://github.com/pymupdf/pymupdf) | `1.24.9` | `1.24.10` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2024.7.24` | `2024.9.11` |
| [std-uritemplate](https://github.com/std-uritemplate/std-uritemplate) | `1.0.5` | `1.0.6` |
| [types-beautifulsoup4](https://github.com/python/typeshed) | `4.12.0.20240511` | `4.12.0.20240907` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.4` | `1.11.1` |
| [zipp](https://github.com/jaraco/zipp) | `3.20.0` | `3.20.2` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` |



Updates `azure-ai-documentintelligence` from 1.0.0b3 to 1.0.0b4
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-ai-documentintelligence_1.0.0b3...azure-ai-documentintelligence_1.0.0b4)

Updates `azure-core` from 1.30.2 to 1.31.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-core_1.30.2...azure-core_1.31.0)

Updates `azure-monitor-opentelemetry` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry_1.6.1...azure-monitor-opentelemetry_1.6.2)

Updates `azure-monitor-opentelemetry-exporter` from 1.0.0b28 to 1.0.0b29
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry-exporter_1.0.0b28...azure-monitor-opentelemetry-exporter_1.0.0b29)

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

Updates `cffi` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.17.0...v1.17.1)

Updates `cryptography` from 43.0.0 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.0...43.0.1)

Updates `fixedint` from 0.1.6 to 0.2.0
- [Changelog](https://github.com/nneonneo/fixedint/blob/master/CHANGES)
- [Commits](nneonneo/fixedint@v0.1.6...v0.2.0)

Updates `httpx[http2]` from 0.27.0 to 0.27.2
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.27.2)

Updates `idna` from 3.8 to 3.10
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.8...v3.10)

Updates `importlib-metadata` from 8.0.0 to 8.5.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.0.0...v8.5.0)

Updates `microsoft-kiota-serialization-json` from 1.3.0 to 1.3.2
- [Release notes](https://github.com/microsoft/kiota/releases)
- [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota/commits)

Updates `msal` from 1.30.0 to 1.31.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-python@1.30.0...1.31.0)

Updates `msgraph-core` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python-core/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python-core/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-python-core@v1.1.2...v1.1.3)

Updates `msgraph-sdk` from 1.1.0 to 1.7.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-python@v1.1.0...v1.7.0)

Updates `multidict` from 6.0.5 to 6.1.0
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](aio-libs/multidict@v6.0.5...v6.1.0)

Updates `numpy` from 2.0.1 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@v2.0.1...v2.1.1)

Updates `openai` from 1.42.0 to 1.45.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.42.0...v1.45.0)

Updates `opentelemetry-api` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.26.0...v1.27.0)

Updates `opentelemetry-instrumentation` from 0.47b0 to 0.48b0
- [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-aiohttp-client` from 0.47b0 to 0.48b0
- [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.47b0 to 0.48b0
- [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-dbapi` from 0.47b0 to 0.48b0
- [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-django` from 0.47b0 to 0.48b0
- [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.47b0 to 0.48b0
- [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-flask` from 0.47b0 to 0.48b0
- [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-httpx` from 0.47b0 to 0.48b0
- [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-openai` from 0.27.0 to 0.30.0
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry@0.27.0...0.30.0)

Updates `opentelemetry-instrumentation-psycopg2` from 0.47b0 to 0.48b0
- [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-requests` from 0.47b0 to 0.48b0
- [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-urllib` from 0.47b0 to 0.48b0
- [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-urllib3` from 0.47b0 to 0.48b0
- [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-wsgi` from 0.47b0 to 0.48b0
- [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-sdk` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.26.0...v1.27.0)

Updates `opentelemetry-semantic-conventions` from 0.47b0 to 0.48b0
- [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.47b0 to 0.48b0
- [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 `psutil` from 5.9.8 to 6.0.0
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0)

Updates `pydantic` from 2.8.2 to 2.9.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.1)

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

Updates `pymupdf` from 1.24.9 to 1.24.10
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.9...1.24.10)

Updates `pymupdfb` from 1.24.9 to 1.24.10
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.9...1.24.10)

Updates `regex` from 2024.7.24 to 2024.9.11
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2024.7.24...2024.9.11)

Updates `std-uritemplate` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/std-uritemplate/std-uritemplate/releases)
- [Commits](std-uritemplate/std-uritemplate@1.0.5...1.0.6)

Updates `types-beautifulsoup4` from 4.12.0.20240511 to 4.12.0.20240907
- [Commits](https://github.com/python/typeshed/commits)

Updates `urllib3` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.2...2.2.3)

Updates `yarl` from 1.9.4 to 1.11.1
- [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.11.1)

Updates `zipp` from 3.20.0 to 3.20.2
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.20.0...v3.20.2)

Updates `mypy` from 1.10.1 to 1.11.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11.2)

---
updated-dependencies:
- dependency-name: azure-ai-documentintelligence
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: azure-monitor-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: azure-monitor-opentelemetry-exporter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: cffi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: fixedint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: httpx[http2]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: microsoft-kiota-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: msal
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: msgraph-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: msgraph-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: multidict
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-aiohttp-client
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-asgi
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-dbapi
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-django
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-fastapi
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-flask
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-httpx
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-psycopg2
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-requests
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-urllib
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-urllib3
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-wsgi
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: opentelemetry-semantic-conventions
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: opentelemetry-util-http
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pymupdfb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: std-uritemplate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: types-beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: yarl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

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 Sep 16, 2024
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