Skip to content

deps(deps): bump the backend group with 2 updates - #2531

Merged
lexicalunit merged 1 commit into
mainfrom
dependabot/uv/backend-89d6495602
Aug 4, 2026
Merged

deps(deps): bump the backend group with 2 updates#2531
lexicalunit merged 1 commit into
mainfrom
dependabot/uv/backend-89d6495602

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the backend group with 2 updates: aiohttp and ddtrace.

Updates aiohttp from 3.14.1 to 3.14.2

Changelog

Sourced from aiohttp's changelog.

3.14.2 (2026-07-20)

Bug fixes

  • Fixed :py:attr:~aiohttp.web.StreamResponse.last_modified rounding a :class:datetime.datetime with a fractional second down.

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

  • Fixed resolving localhost on Windows to fall back without AI_ADDRCONFIG when the first lookup fails, so localhost still works without an active network.

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

  • Rejected multipart body parts whose Content-Length header is not a plain sequence of digits (e.g. +5, -1, 1_0), matching the strictness of the main request parser per :rfc:9110#section-8.6 -- by :user:dxbjavid.

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

  • Fixed GunicornWebWorker endlessly reloading when app fails during startup -- by :user:Dreamsorcerer.

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

  • Fixed some inconsistent case sensitivity on request methods -- by :user:Dreamsorcerer.

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

... (truncated)

Commits
  • c1b9212 Release v3.14.2 (#13201)
  • 380d4b5 [PR #13054/ed8b040c backport][3.14] escape backslashes in digest auth quoted-...
  • e1e1bee Make llhttp method array size dynamic (#13174) (#13196)
  • aa4cf29 [PR #13170/2b906869 backport][3.14] Fix StreamResponse.last_modified rounding...
  • 71b57b4 [PR #13172/a57747ed backport][3.14] Fix C parser folding fragment into query_...
  • 64a03fb [PR #13169/1adc0cd7 backport][3.14] Upgrade http:// to https:// in README.rst...
  • ea2b4ae [3.14] keep websocket compression state across interleaved control frames (#1...
  • c620e62 Fix Python parser not rejecting LF early (#13136) (#13148)
  • 2781b95 [PR #13042/b48737e7 backport][3.14] catch unknown charset when decoding conte...
  • 73c8347 [PR #13128/bb3cb60f backport][3.14] Dependabot cooldown and versioning-strate...
  • Additional commits viewable in compare view

Updates ddtrace from 4.11.0 to 4.11.1

Release notes

Sourced from ddtrace's releases.

4.11.1

Bug Fixes

  • bootstrap: keep yaml/_yaml loaded during module cleanup, fixing an issue that broke PyYAML consumers such as Airflow.
  • Code Security (IAST): fixes an issue where taint tracking could abort the Python process when old-style % string formatting handled tainted text containing literal IAST evidence marker delimiters.
  • Code Security (IAST): Resolve a weak-hash false positive reported on ddtrace's own code when IAST and the live debugger (Symbol Database) are both enabled.
  • LLM Observability: This fix resolves an issue where annotating a span with a metric key containing a dot (e.g. anomaly.query_count) prevented the span from being ingested. Dots in metric keys are now replaced with underscores.
  • LLM Observability: This fixes an issue where cache write input tokens were not captured by the OpenAI integration when using newer models that include cache write token charges.
Commits
  • 823648d ci: pin build_base_venvs memory to prevent cold-cache OOM [backport 4.11]
  • e3b793a chore(ci): disable release benchmarks on the 4.11 branch (#19111)
  • 8a1b5a4 fix(bootstrap): do not unload yaml/_yaml during module cleanup [backport 4.11...
  • 0bc889a chore: bump pyproject to 4.11.1 (#19049)
  • 7d5f0d3 fix(llmobs): capture openai cache write input tokens [backport 4.11] (#19021)
  • bc60e33 fix(iast): avoid weak-hash false positive from symbol_db git-blob hash [backp...
  • a7ea26e fix(iast): handle literal evidence markers in modulo propagation [backport 4....
  • ee0fdfb fix(llmobs): sanitize dots in metric keys [backport 4.11] (#19022)
  • f21e814 chore(native): upgrade libdatadog to v35.0.0 [backport 4.11] (#19029)
  • See full diff 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

Bumps the backend group with 2 updates: [aiohttp](https://github.com/aio-libs/aiohttp) and [ddtrace](https://github.com/DataDog/dd-trace-py).


Updates `aiohttp` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.14.1...v3.14.2)

Updates `ddtrace` from 4.11.0 to 4.11.1
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/main/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v4.11.0...v4.11.1)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: ddtrace
  dependency-version: 4.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 4, 2026
@lexicalunit
lexicalunit merged commit 56dae65 into main Aug 4, 2026
13 checks passed
@lexicalunit
lexicalunit deleted the dependabot/uv/backend-89d6495602 branch August 4, 2026 14:53
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant