Skip to content

Bump the python-dependencies group with 15 updates#54

Merged
webstackdev merged 1 commit into
mainfrom
dependabot/pip/python-dependencies-d1382227f0
May 11, 2026
Merged

Bump the python-dependencies group with 15 updates#54
webstackdev merged 1 commit into
mainfrom
dependabot/pip/python-dependencies-d1382227f0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Updates the requirements on boto3, botocore, cryptography, django-unfold, drf-standardized-errors, langgraph-prebuilt, langsmith, opentelemetry-exporter-otlp-proto-http, opentelemetry-instrumentation-celery, opentelemetry-instrumentation-django, psycopg, s3transfer, types-pyyaml, types-requests and websockets to permit the latest version.
Updates boto3 from 1.42.97 to 1.43.3

Commits
  • bea693c Merge branch 'release-1.43.3'
  • 1f57fdc Bumping version to 1.43.3
  • ba69bd2 Add changelog entries from botocore
  • 7dc336e Merge branch 'release-1.43.2'
  • e240af8 Merge branch 'release-1.43.2' into develop
  • 99fd421 Bumping version to 1.43.2
  • 80f4db8 Add changelog entries from botocore
  • be6bdf3 Bump pytest from 8.1.1 to 9.0.3 (#4782)
  • 753bcab Merge branch 'release-1.43.1'
  • 09f56f4 Merge branch 'release-1.43.1' into develop
  • Additional commits viewable in compare view

Updates botocore from 1.42.97 to 1.43.3

Commits
  • f687cc7 Merge branch 'release-1.43.3'
  • 847cf77 Bumping version to 1.43.3
  • b20a3c1 Update to latest models
  • b8db539 Implement updated retry behavior gated behind opt-in environment variable (#3...
  • 6338dda Merge branch 'release-1.43.2'
  • c139d1b Merge branch 'release-1.43.2' into develop
  • 6a8a47b Bumping version to 1.43.2
  • 0f4537b Update endpoints model
  • e018979 Update to latest models
  • 48efef7 Bump pytest from 8.1.1 to 9.0.3 (#3696)
  • Additional commits viewable in compare view

Updates cryptography from 46.0.7 to 47.0.0

Changelog

Sourced from cryptography's changelog.

47.0.0 - 2026-04-24


* Support for Python 3.8 is deprecated and will be removed in the next
  ``cryptography`` release.
* **BACKWARDS INCOMPATIBLE:** Support for binary elliptic curves
  (``SECT*`` classes) has been removed. These curves are rarely used and
  have additional security considerations that make them undesirable.
* **BACKWARDS INCOMPATIBLE:** Support for OpenSSL 1.1.x has been removed.
  OpenSSL 3.0.0 or later is now required. LibreSSL, BoringSSL, and AWS-LC
  continue to be supported.
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 4.1.
* **BACKWARDS INCOMPATIBLE:** Loading keys with unsupported algorithms or
  keys with unsupported explicit curve encodings now raises
  :class:`~cryptography.exceptions.UnsupportedAlgorithm` instead of
  ``ValueError``. This change affects
  :func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key`,
  :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key`,
  :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key`,
  :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key`,
  and :meth:`~cryptography.x509.Certificate.public_key` when called on
  certificates with unsupported public key algorithms.
* **BACKWARDS INCOMPATIBLE:** When parsing elliptic curve private keys, we now
  reject keys that incorrectly encode a private key of the wrong length because
  such keys are impossible to process in a constant-time manner. We do not
  believe keys with this problem are in wide use, however we may revert this
  change based on the feedback we receive.
* Deprecated passing 64-bit (8-byte) and 128-bit (16-byte) keys to
  :class:`~cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES`. In a
  future release, only 192-bit (24-byte) keys will be accepted. Users should
  expand shorter keys themselves (e.g., for single DES: ``key + key + key``,
  for two-key: ``key + key[:8]``).
* Updated the minimum supported Rust version (MSRV) to 1.83.0, from 1.74.0.
* Support for ``x86_64`` macOS (including publishing wheels) is deprecated
  and will be removed in the next release. We will switch to publishing an
  ``arm64`` only wheel for macOS.
* Support for 32-bit Windows (including publishing wheels) is deprecated
  and will be removed in the next release. Users should move to a 64-bit
  Python installation.
* ``public_bytes`` and ``private_bytes`` methods on keys now raise
  ``TypeError`` (instead of ``ValueError``) if an invalid encoding is provided
  for the given ``format``.
* Moved :class:`~cryptography.hazmat.decrepit.ciphers.modes.CFB`,
  :class:`~cryptography.hazmat.decrepit.ciphers.modes.OFB`, and
  :class:`~cryptography.hazmat.decrepit.ciphers.modes.CFB8` into
  :doc:`/hazmat/decrepit/index` and deprecated them in the ``modes`` module.
  They will be removed from the ``modes`` module in 49.0.0.
* Moved :class:`~cryptography.hazmat.primitives.ciphers.algorithms.Camellia`
  into  :doc:`/hazmat/decrepit/index` and deprecated it in the ``cipher`` module.
  It will be removed from the ``cipher`` module in 49.0.0.
</tr></table> 

... (truncated)

Commits

Updates django-unfold from 0.91.0 to 0.92.0

Release notes

Sourced from django-unfold's releases.

0.92.0

v0.92.0 (2026-05-01)

This release is published under the MIT License.

Bug Fixes

Features


Detailed Changes: 0.91.0...0.92.0

Changelog

Sourced from django-unfold's changelog.

v0.92.0 (2026-05-01)

Bug Fixes

Features

Commits

Updates drf-standardized-errors from 0.15.0 to 0.16.0

Release notes

Sourced from drf-standardized-errors's releases.

Release v0.16.0

Added

  • Add support for python 3.14
  • Add support for django 6.0
  • Add support for DRF 3.17

Changed (backward-incompatible)

  • Set the minimum version of drf-spectacular to 0.29.0
  • Account for the format query parameter raising 404 errors when generating the API schema for error responses. This will result in any project using the default value for REST_FRAMEWORK["URL_FORMAT_OVERRIDE"] showing 404 errors for every operation. That's because DRF enables the format query parameter in every endpoint by default. If you don't need the format query parameter for content negotiation, you can disable it by setting "URL_FORMAT_OVERRIDE" to None in DRF settings. Refer to DRF docs for more information.
Changelog

Sourced from drf-standardized-errors's changelog.

[0.16.0] - 2026-04-29

Added

  • Add support for python 3.14
  • Add support for django 6.0
  • Add support for DRF 3.17

Changed (backward-incompatible)

  • Set the minimum version of drf-spectacular to 0.29.0
  • Account for the format query parameter raising 404 errors when generating the API schema for error responses. This will result in any project using the default value for REST_FRAMEWORK["URL_FORMAT_OVERRIDE"] showing 404 errors for every operation. That's because DRF enables the format query parameter in every endpoint by default. If you don't need the format query parameter for content negotiation, you can disable it by setting "URL_FORMAT_OVERRIDE" to None in DRF settings. Refer to DRF docs for more information.
Commits
  • c392ba5 Bump to 0.16.0
  • 6227858 Merge pull request #117 from ghazi-git/support-violation-error-code
  • a0c505a ignore coverage of the else branch since the coverage report runs with django...
  • fdd85f6 account for UniqueTogetherValidator having a code attribute starting drf 3.17
  • b5c953e Merge pull request #116 from ghazi-git/support-drf-317
  • 5624c8c test against drf 3.17
  • 9d5a0f1 Merge pull request #115 from ghazi-git/pre-commit-ci-update-config
  • 344d570 update linting tools versions and run them on the repo
  • e7fb854 [pre-commit.ci] pre-commit autoupdate
  • e8f82a4 fix quotes
  • Additional commits viewable in compare view

Updates langgraph-prebuilt from 1.0.12 to 1.0.13

Release notes

Sourced from langgraph-prebuilt's releases.

langgraph-prebuilt==1.0.13

Changes since prebuilt==1.0.12

  • fix(prebuilt): default ToolRuntime tools to empty list (#7650)
  • release: alpha for timers (#7647)
  • chore: update x links to langchain_oss (#7645)
  • refactor(langgraph,prebuilt): merge EventLog into StreamChannel with optional name (#7637)
  • feat(langgraph): add streaming transformer infrastructure and tests (#7519)
  • chore(deps): bump the minor-and-patch group across 1 directory with 4 updates (ty held back) (#7635)
Commits

Updates langsmith from 0.7.37 to 0.8.0

Release notes

Sourced from langsmith's releases.

v0.8.0

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.7.38...v0.8.0

v0.7.38

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.7.37...v0.7.38

Commits

Updates opentelemetry-exporter-otlp-proto-http to 1.41.1

Changelog

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

Version 1.41.1/0.62b1 (2026-04-24)

Version 1.41.0/0.62b0 (2026-04-09)

  • opentelemetry-sdk: Add host resource detector support to declarative file configuration via detection_development.detectors[].host (#5002)
  • opentelemetry-sdk: Add container resource detector support to declarative file configuration via detection_development.detectors[].container, using entry point loading of the opentelemetry-resource-detector-containerid contrib package (#5004)
  • opentelemetry-sdk: Add create_tracer_provider/configure_tracer_provider to declarative file configuration, enabling TracerProvider instantiation from config files without reading env vars (#4985)
  • Enabled the flake8-tidy-import plugins rules for the ruff linter. These rules throw warnings for relative imports in the modules. (#5019)
  • opentelemetry-sdk: Fix AttributeError in ExplicitBucketHistogramAggregation when applied to non-Histogram instruments without explicit boundaries (#5034)
  • Fix BatchLogRecordProcessor default schedule_delay_millis from 5000ms to 1000ms to comply with the OTel specification. Note: logs may be exported 5x more frequently by default (e.g. for users who don't explicitly set the OTEL_BLRP_SCHEDULE_DELAY env var). (#4998)
  • opentelemetry-sdk: Add process resource detector support to declarative file configuration via detection_development.detectors[].process (#5001)
  • opentelemetry-sdk: Add shared _parse_headers helper for declarative config OTLP exporters (#5021)
  • opentelemetry-api: Replace a broad exception in attribute cleaning tests to satisfy pylint in the lint-opentelemetry-api CI job
  • opentelemetry-sdk: Add create_meter_provider/configure_meter_provider to declarative file configuration, enabling MeterProvider instantiation from config files without reading env vars (#4987)
  • opentelemetry-sdk: Add create_resource and create_propagator/configure_propagator to declarative file configuration, enabling Resource and propagator instantiation from config files without reading env vars (#4979)
  • opentelemetry-sdk: Map Python CRITICAL log level to OTel FATAL severity text per the specification (#4984)
  • opentelemetry-sdk: Add file configuration support with YAML/JSON loading, environment variable substitution, and schema validation against the vendored OTel config JSON schema (#4898)
  • Fix intermittent CI failures in getting-started and tracecontext jobs caused by GitHub git CDN SHA propagation lag by installing contrib packages from the already-checked-out local copy instead of a second git clone (#4958)
  • opentelemetry-sdk: fix type annotations on MetricReader and related types (#4938)
  • opentelemetry-sdk: implement log creation metric (#4935)
  • opentelemetry-sdk: implement metric reader metrics (#4970)
  • opentelemetry-sdk: implement processor metrics (#5012)
  • opentelemetry-sdk: upgrade vendored OTel configuration schema from v1.0.0-rc.3 to v1.0.0 (#4965)
  • improve check-links ci job (#4978)
  • Resolve some Pyright type errors in Span/ReadableSpan and utility stubs (#4973)
  • opentelemetry-exporter-prometheus: Fix metric name prefix (#4895)
  • opentelemetry-api, opentelemetry-sdk: Add deepcopy support for BoundedAttributes and BoundedList (#4934)
  • opentelemetry-proto-json, opentelemetry-codegen-json: Implement custom protoc plugin to generate OTLP JSON class definitions

... (truncated)

Commits
  • 760e024 Prepare release 1.41.1/0.62b1 (#5138)
  • 90e06bc Unreleased changelog for 1.41.1 (#5137)
  • 1a178fc [release/v1.41.x-0.62bx] Prepare release 1.41.0/0.62b0 (#5064)
  • 37dea4b feat: add experimental logger configurator (#4980)
  • 7c860ca misc: update version for codegen-json and proto-json packages (#5061)
  • b3d98b3 [chore]: update readme (#5060)
  • dbbd1bc feat(config): Add MeterProvider support for declarative config (#4987)
  • 6faa58c feat(config): add host resource detector support for declarative config (#5002)
  • c0cbfbd feat(config): wire container resource detector via entry point loading (#5004)
  • f764e45 feat(config): Add TracerProvider support for declarative config (#4985)
  • Additional commits viewable in compare view

Updates opentelemetry-instrumentation-celery to 0.62b1

Changelog

Sourced from opentelemetry-instrumentation-celery'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.

[!NOTE] The following components are released independently and maintain individual CHANGELOG files. Use this search for a list of all CHANGELOG.md files in this repo.

Unreleased

Added

  • Bump pylint to 4.0.5 (#4244)
  • opentelemetry-instrumentation-sqlite3: Add uninstrument, error status, suppress, and no-op tests (#4335)
  • Expand AGENTS.md with instrumentation/GenAI guidance and add PR review instructions. (#4457)

Fixed

  • opentelemetry-instrumentation-pika Use ObjectProxy instead of BaseObjectProxy for ReadyMessagesDequeProxy to restore iterability with wrapt 2.x (#4461)
  • opentelemetry-instrumentation-dbapi Use ObjectProxy instead of BaseObjectProxy for TracedCursorProxy to restore iterability with wrapt 2.x (#4427)
  • opentelemetry-instrumentation-flask: Clean up environ keys in _teardown_request to prevent duplicate execution (#4341)
  • opentelemetry-instrumentation-flask: Stop reading the deprecated (from 3.1) flask.__version__ attribute; resolve the Flask version via importlib.metadata (#4422)
  • opentelemetry-instrumentation-celery: Coerce non-string values to strings in CeleryGetter.get() to prevent TypeError in TraceState.from_header() when Celery request attributes contain ints (#4360)
  • opentelemetry-instrumentation-aiohttp-server: Use canonical attribute of the Resource as a span name (#3896)

Breaking changes

  • Drop Python 3.9 support (#4412)

Version 1.41.0/0.62b0 (2026-04-09)

Added

  • Enabled the flake8-tidy-import plugins rules for the ruff linter. These rules throw warnings for relative imports in the modules. (#4395)
  • opentelemetry-instrumentation-asgi: Respect suppress_http_instrumentation context in ASGI middleware to skip server span creation when HTTP instrumentation is suppressed (#4375)

... (truncated)

Commits

Updates opentelemetry-instrumentation-django to 0.62b1

Changelog

Sourced from opentelemetry-instrumentation-django'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.

[!NOTE] The following components are released independently and maintain individual CHANGELOG files. Use this search for a list of all CHANGELOG.md files in this repo.

Unreleased

Added

  • Bump pylint to 4.0.5 (#4244)
  • opentelemetry-instrumentation-sqlite3: Add uninstrument, error status, suppress, and no-op tests (#4335)
  • Expand AGENTS.md with instrumentation/GenAI guidance and add PR review instructions. (#4457)

Fixed

  • opentelemetry-instrumentation-pika Use ObjectProxy instead of BaseObjectProxy for ReadyMessagesDequeProxy to restore iterability with wrapt 2.x (#4461)
  • opentelemetry-instrumentation-dbapi Use ObjectProxy instead of BaseObjectProxy for TracedCursorProxy to restore iterability with wrapt 2.x (#4427)
  • opentelemetry-instrumentation-flask: Clean up environ keys in _teardown_request to prevent duplicate execution (#4341)
  • opentelemetry-instrumentation-flask: Stop reading the deprecated (from 3.1) flask.__version__ attribute; resolve the Flask version via importlib.metadata (#4422)
  • opentelemetry-instrumentation-celery: Coerce non-string values to strings in CeleryGetter.get() to prevent TypeError in TraceState.from_header() when Celery request attributes contain ints (#4360)
  • opentelemetry-instrumentation-aiohttp-server: Use canonical attribute of the Resource as a span name (#3896)

Breaking changes

  • Drop Python 3.9 support (#4412)

Version 1.41.0/0.62b0 (2026-04-09)

Added

  • Enabled the flake8-tidy-import plugins rules for the ruff linter. These rules throw warnings for relative imports in the modules. (#4395)
  • opentelemetry-instrumentation-asgi: Respect suppress_http_instrumentation context in ASGI middleware to skip server span creation when HTTP instrumentation is suppressed (#4375)

... (truncated)

Commits

Updates psycopg from 3.3.3 to 3.3.4

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.3.4 ^^^^^^^^^^^^^

  • Fix possible spurious connection timeout in systems with very long uptimes in C extension (:ticket:[#1280](https://github.com/psycopg/psycopg/issues/1280)).
  • Fix client-side adaptation of enums whose name require quotes (:ticket:[#1298](https://github.com/psycopg/psycopg/issues/1298)).
  • Consistently populate ~Cursor.statusmessage after ~Cursor.executemany() (:ticket:[#1302](https://github.com/psycopg/psycopg/issues/1302)).

Psycopg 3.3.3 ^^^^^^^^^^^^^

  • Retain Error.pgconn when raising a single exception for multiple connection attempt errors (:ticket:[#1246](https://github.com/psycopg/psycopg/issues/1246)).
  • Return a proper error when server sends ErrorResponse for a Sync after a Parse (:ticket:[#1260](https://github.com/psycopg/psycopg/issues/1260)).

Psycopg 3.3.2 ^^^^^^^^^^^^^

Fix race condition in adapters at startup (:ticket:[#1230](https://github.com/psycopg/psycopg/issues/1230)).

Psycopg 3.3.1 ^^^^^^^^^^^^^

Fix iteration on server-side cursors (:ticket:[#1226](https://github.com/psycopg/psycopg/issues/1226)).

Psycopg 3.3.0

.. rubric:: New top-level features

  • Add :ref:template strings queries \<template-strings> (:ticket:[#1054](https://github.com/psycopg/psycopg/issues/1054)).

... (truncated)

Commits
  • 83f1103 chore: bump psycopg_pool package version to 3.3.1
  • 1828770 chore: bump psycopg package version to 3.3.4
  • 8be14bb Merge pull request #1301 from oliverhaas/fix/sync-pool-open-race
  • aee0bf2 fix(pool): fix race in the construction of the sync ConnectionPool lock
  • bc4d303 chore(deps): bump the actions group across 1 directory with 4 updates
  • 785379f fix: retain statusmessage after executemany with returning=False
  • 8882a73 perf: do less if X in Y: return Y[X] for cache-like patterns
  • 2f78539 Merge pull request #1299 from dvarrazzo/fix-camel-enum
  • 37ef1dc test: skip test on crdb depending on precise regtype behaviour
  • 7f2f1d1 fix: fix client-side representation of enums requiring quotes
  • Additional commits viewable in compare view

Updates s3transfer from 0.16.1 to 0.17.0

Changelog

Sourced from s3transfer's changelog.

0.17.0

  • feature:Python: End of support for Python 3.9
Commits

Updates types-pyyaml from 6.0.12 to 6.0.12.20260408

Commits

Updates types-requests from 2.32.4.20250913 to 2.33.0.20260503

Commits

Updates websockets from 15.0.1 to 16.0

Release notes

Sourced from websockets's releases.

16.0

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • d4303a5 Release version 16.0.
  • 851bcd7 Bump pypa/cibuildwheel from 3.3.0 to 3.3.1
  • 740c8d3 Temporarily remove the trio implementation.
  • 92ea055 Add missing changelog entry.
  • ba74244 Document bug fix.
  • 9410483 Pin sphinx to avoid error in sphinxcontrib-trio.
  • 8e4d408 Document asyncio's TLS read buffer.
  • cb3500b Stop referring to the asyncio implementation as new.
  • 6563a9c The threading implementation supports max_queue.
  • 9f17e92 Clarify that protocol_mutex protects pending_pings.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [cryptography](https://github.com/pyca/cryptography), [django-unfold](https://github.com/unfoldadmin/django-unfold), [drf-standardized-errors](https://github.com/ghazi-git/drf-standardized-errors), [langgraph-prebuilt](https://github.com/langchain-ai/langgraph), [langsmith](https://github.com/langchain-ai/langsmith-sdk), [opentelemetry-exporter-otlp-proto-http](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-instrumentation-celery](https://github.com/open-telemetry/opentelemetry-python-contrib), [opentelemetry-instrumentation-django](https://github.com/open-telemetry/opentelemetry-python-contrib), [psycopg](https://github.com/psycopg/psycopg), [s3transfer](https://github.com/boto/s3transfer), [types-pyyaml](https://github.com/python/typeshed), [types-requests](https://github.com/python/typeshed) and [websockets](https://github.com/python-websockets/websockets) to permit the latest version.

Updates `boto3` from 1.42.97 to 1.43.3
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.97...1.43.3)

Updates `botocore` from 1.42.97 to 1.43.3
- [Commits](boto/botocore@1.42.97...1.43.3)

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

Updates `django-unfold` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/unfoldadmin/django-unfold/releases)
- [Changelog](https://github.com/unfoldadmin/django-unfold/blob/main/CHANGELOG.md)
- [Commits](unfoldadmin/django-unfold@0.91.0...0.92.0)

Updates `drf-standardized-errors` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/ghazi-git/drf-standardized-errors/releases)
- [Changelog](https://github.com/ghazi-git/drf-standardized-errors/blob/main/docs/changelog.md)
- [Commits](ghazi-git/drf-standardized-errors@v0.15.0...v0.16.0)

Updates `langgraph-prebuilt` from 1.0.12 to 1.0.13
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@prebuilt==1.0.12...prebuilt==1.0.13)

Updates `langsmith` from 0.7.37 to 0.8.0
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.7.37...v0.8.0)

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

Updates `opentelemetry-instrumentation-celery` to 0.62b1
- [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` to 0.62b1
- [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 `psycopg` from 3.3.3 to 3.3.4
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.3.3...3.3.4)

Updates `s3transfer` from 0.16.1 to 0.17.0
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.16.1...0.17.0)

Updates `types-pyyaml` from 6.0.12 to 6.0.12.20260408
- [Commits](https://github.com/python/typeshed/commits)

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

Updates `websockets` from 15.0.1 to 16.0
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@15.0.1...16.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.43.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: botocore
  dependency-version: 1.43.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: cryptography
  dependency-version: 47.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: django-unfold
  dependency-version: 0.92.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: drf-standardized-errors
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: langgraph-prebuilt
  dependency-version: 1.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: langsmith
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: opentelemetry-exporter-otlp-proto-http
  dependency-version: 1.41.1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: opentelemetry-instrumentation-celery
  dependency-version: 0.62b1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: opentelemetry-instrumentation-django
  dependency-version: 0.62b1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: psycopg
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: s3transfer
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20260408
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: types-requests
  dependency-version: 2.33.0.20260503
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: websockets
  dependency-version: '16.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 4, 2026
@webstackdev webstackdev merged commit 9e547cb into main May 11, 2026
9 of 12 checks passed
@webstackdev webstackdev deleted the dependabot/pip/python-dependencies-d1382227f0 branch May 11, 2026 17:44
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.

1 participant