Skip to content

chore(deps-dev): bump the dev group in /api with 40 updates#35022

Merged
asukaminato0721 merged 1 commit intomainfrom
dependabot/uv/api/dev-0776153752
Apr 13, 2026
Merged

chore(deps-dev): bump the dev group in /api with 40 updates#35022
asukaminato0721 merged 1 commit intomainfrom
dependabot/uv/api/dev-0776153752

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps the dev group in /api with 40 updates:

Package From To
faker 40.12.0 40.13.0
ruff 0.15.9 0.15.10
pytest 9.0.2 9.0.3
types-aiofiles 25.1.0.20251011 25.1.0.20260409
types-cachetools 6.2.0.20260317 6.2.0.20260408
types-colorama 0.4.15.20250801 0.4.15.20260408
types-defusedxml 0.7.0.20260402 0.7.0.20260408
types-deprecated 1.3.1.20260402 1.3.1.20260408
types-docutils 0.22.3.20260322 0.22.3.20260408
types-flask-cors 6.0.0.20260402 6.0.0.20260408
types-flask-migrate 4.1.0.20260402 4.1.0.20260408
types-gevent 25.9.0.20260402 26.4.0.20260409
types-greenlet 3.3.0.20251206 3.4.0.20260409
types-html5lib 1.1.11.20260402 1.1.11.20260408
types-markdown 3.10.2.20260211 3.10.2.20260408
types-oauthlib 3.3.0.20260324 3.3.0.20260408
types-objgraph 3.6.0.20240907 3.6.0.20260408
types-olefile 0.47.0.20240806 0.47.0.20260408
types-openpyxl 3.1.5.20260402 3.1.5.20260408
types-pexpect 4.9.0.20260127 4.9.0.20260408
types-protobuf 7.34.1.20260403 7.34.1.20260408
types-psutil 7.2.2.20260402 7.2.2.20260408
types-psycopg2 2.9.21.20260223 2.9.21.20260408
types-pygments 2.20.0.20260406 2.20.0.20260408
types-pymysql 1.1.0.20251220 1.1.0.20260408
types-python-dateutil 2.9.0.20260402 2.9.0.20260408
types-pywin32 311.0.0.20260402 311.0.0.20260408
types-pyyaml 6.0.12.20250915 6.0.12.20260408
types-regex 2026.4.4.20260405 2026.4.4.20260408
types-shapely 2.1.0.20260402 2.1.0.20260408
types-simplejson 3.20.0.20260402 3.20.0.20260408
types-six 1.17.0.20251009 1.17.0.20260408
types-tensorflow 2.18.0.20260402 2.18.0.20260408
types-tqdm 4.67.3.20260402 4.67.3.20260408
boto3-stubs 1.42.83 1.42.88
types-jmespath 1.1.0.20260124 1.1.0.20260408
hypothesis 6.151.11 6.151.12
types-cffi 2.0.0.20260402 2.0.0.20260408
types-setuptools 82.0.0.20260402 82.0.0.20260408
types-python-http-client 3.3.7.20250708 3.3.7.20260408

Updates faker from 40.12.0 to 40.13.0

Release notes

Sourced from faker's releases.

Release v40.13.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.13.0 - 2026-04-06

Commits

Updates ruff from 0.15.9 to 0.15.10

Release notes

Sourced from ruff's releases.

0.15.10

Release Notes

Released on 2026-04-09.

Preview features

  • [flake8-logging] Allow closures in except handlers (LOG004) (#24464)
  • [flake8-self] Make SLF diagnostics robust to non-self-named variables (#24281)
  • [flake8-simplify] Make the fix for collapsible-if safe in preview (SIM102) (#24371)

Bug fixes

  • Avoid emitting multi-line f-string elements before Python 3.12 (#24377)
  • Avoid syntax error from E502 fixes in f-strings and t-strings (#24410)
  • Strip form feeds from indent passed to dedent_to (#24381)
  • [pyupgrade] Fix panic caused by handling of octals (UP012) (#24390)
  • Reject multi-line f-string elements before Python 3.12 (#24355)

Rule changes

  • [ruff] Treat f-string interpolation as potential side effect (RUF019) (#24426)

Server

  • Add support for custom file extensions (#24463)

Documentation

  • Document adding fixes in CONTRIBUTING.md (#24393)
  • Fix JSON typo in settings example (#24517)

Contributors

Install ruff 0.15.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.10/ruff-installer.sh | sh

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.10

Released on 2026-04-09.

Preview features

  • [flake8-logging] Allow closures in except handlers (LOG004) (#24464)
  • [flake8-self] Make SLF diagnostics robust to non-self-named variables (#24281)
  • [flake8-simplify] Make the fix for collapsible-if safe in preview (SIM102) (#24371)

Bug fixes

  • Avoid emitting multi-line f-string elements before Python 3.12 (#24377)
  • Avoid syntax error from E502 fixes in f-strings and t-strings (#24410)
  • Strip form feeds from indent passed to dedent_to (#24381)
  • [pyupgrade] Fix panic caused by handling of octals (UP012) (#24390)
  • Reject multi-line f-string elements before Python 3.12 (#24355)

Rule changes

  • [ruff] Treat f-string interpolation as potential side effect (RUF019) (#24426)

Server

  • Add support for custom file extensions (#24463)

Documentation

  • Document adding fixes in CONTRIBUTING.md (#24393)
  • Fix JSON typo in settings example (#24517)

Contributors

Commits
  • 252f761 Bump 0.15.10 (#24519)
  • 37a1ec8 [ty] Fix assignability of intersections with bounded typevars (#24502)
  • f518cc9 [ty] Allow partially stringified type[…] annotations (#24518)
  • 16c4090 docs: fix JSON typo in settings example (#24517)
  • 99d97bd [ty] Tighten up a few edge cases in Concatenate type-expression parsing (#2...
  • 2714e34 [ty] Enable pull-diagnostics by default in E2E tests (#24516)
  • d8bc700 LSP: Add support for custom extensions (#24463)
  • a45f96d [ty] stop special-casing str constructor (#24514)
  • 87a0f01 [ruff] Treat f-string interpolation as potential side effect in RUF019 (#24426)
  • e9ba848 [ty] Fix excess subscript argument inference for non-generic types (#24354)
  • Additional commits viewable in compare view

Updates pytest from 9.0.2 to 9.0.3

Release notes

Sourced from pytest's releases.

9.0.3

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #12689: The test reports are now published to Codecov from GitHub Actions. The test statistics is visible on the web interface.

    -- by aleguy02

Commits

Updates types-aiofiles from 25.1.0.20251011 to 25.1.0.20260409

Commits

Updates types-cachetools from 6.2.0.20260317 to 6.2.0.20260408

Commits

Updates types-colorama from 0.4.15.20250801 to 0.4.15.20260408

Commits

Updates types-defusedxml from 0.7.0.20260402 to 0.7.0.20260408

Commits

Updates types-deprecated from 1.3.1.20260402 to 1.3.1.20260408

Commits

Updates types-docutils from 0.22.3.20260322 to 0.22.3.20260408

Commits

Updates types-flask-cors from 6.0.0.20260402 to 6.0.0.20260408

Commits

Updates types-flask-migrate from 4.1.0.20260402 to 4.1.0.20260408

Commits

Updates types-gevent from 25.9.0.20260402 to 26.4.0.20260409

Commits

Updates types-greenlet from 3.3.0.20251206 to 3.4.0.20260409

Commits

Updates types-html5lib from 1.1.11.20260402 to 1.1.11.20260408

Commits

Updates types-markdown from 3.10.2.20260211 to 3.10.2.20260408

Commits

Updates types-oauthlib from 3.3.0.20260324 to 3.3.0.20260408

Commits

Updates types-objgraph from 3.6.0.20240907 to 3.6.0.20260408

Commits

Updates types-olefile from 0.47.0.20240806 to 0.47.0.20260408

Commits

Updates types-openpyxl from 3.1.5.20260402 to 3.1.5.20260408

Commits

Updates types-pexpect from 4.9.0.20260127 to 4.9.0.20260408

Commits

Updates types-protobuf from 7.34.1.20260403 to 7.34.1.20260408

Commits

Updates types-psutil from 7.2.2.20260402 to 7.2.2.20260408

Commits

Updates types-psycopg2 from 2.9.21.20260223 to 2.9.21.20260408

Commits

Updates types-pygments from 2.20.0.20260406 to 2.20.0.20260408

Commits

Updates types-pymysql from 1.1.0.20251220 to 1.1.0.20260408

Commits

Updates types-python-dateutil from 2.9.0.20260402 to 2.9.0.20260408

Commits

Updates types-pywin32 from 311.0.0.20260402 to 311.0.0.20260408

Commits

Updates types-pyyaml from 6.0.12.20250915 to 6.0.12.20260408

Commits

Updates types-regex from 2026.4.4.20260405 to 2026.4.4.20260408

Commits

Updates types-shapely from 2.1.0.20260402 to 2.1.0.20260408

Commits

Updates types-simplejson from 3.20.0.20260402 to 3.20.0.20260408

Commits

Updates types-six from 1.17.0.20251009 to 1.17.0.20260408

Commits

Updates types-tensorflow from 2.18.0.20260402 to 2.18.0.20260408

Commits

Updates types-tqdm from 4.67.3.20260402 to 4.67.3.20260408

Commits

Updates boto3-stubs from 1.42.83 to 1.42.88

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates types-jmespath from 1.1.0.20260124 to 1.1.0.20260408

Commits

Updates hypothesis from 6.151.11 to 6.151.12

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.151.12

This release improves "Phase.explain" output by excluding pytest- related syrupy files as a possible source of variation.

The canonical version of these notes (with links) is on readthedocs.

Commits
  • 2b1de22 Bump hypothesis-python version to 6.151.12 and update changelog
  • 0016ad0 Merge pull request #4695 from HypothesisWorks/DRMacIver/syrupy
  • c43f475 Remove extra blank line in conftest.py
  • acbfebb Refactor test layout in response to code review
  • 25cdc50 Don't install syrupy in tox
  • d96f374 Inline list definitions
  • 6ab0b0c Remove useless module docstring
  • ebe4fcb Move get_output into common utils function
  • 0ddfbc6 Update hypothesis-python/RELEASE.rst
  • b4fc053 Add release file
  • Additional commits viewable in compare view

Updates types-cffi from 2.0.0.20260402 to 2.0.0.20260408

Commits

Updates types-setuptools from 82.0.0.20260402 to 82.0.0.20260408

Commits

Updates types-python-http-client from 3.3.7.20250708 to 3.3.7.20260408

Commits

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 dev group in /api with 40 updates:

| Package | From | To |
| --- | --- | --- |
| [faker](https://github.com/joke2k/faker) | `40.12.0` | `40.13.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.9` | `0.15.10` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` |
| [types-aiofiles](https://github.com/python/typeshed) | `25.1.0.20251011` | `25.1.0.20260409` |
| [types-cachetools](https://github.com/python/typeshed) | `6.2.0.20260317` | `6.2.0.20260408` |
| [types-colorama](https://github.com/python/typeshed) | `0.4.15.20250801` | `0.4.15.20260408` |
| [types-defusedxml](https://github.com/python/typeshed) | `0.7.0.20260402` | `0.7.0.20260408` |
| [types-deprecated](https://github.com/python/typeshed) | `1.3.1.20260402` | `1.3.1.20260408` |
| [types-docutils](https://github.com/python/typeshed) | `0.22.3.20260322` | `0.22.3.20260408` |
| [types-flask-cors](https://github.com/python/typeshed) | `6.0.0.20260402` | `6.0.0.20260408` |
| [types-flask-migrate](https://github.com/python/typeshed) | `4.1.0.20260402` | `4.1.0.20260408` |
| [types-gevent](https://github.com/python/typeshed) | `25.9.0.20260402` | `26.4.0.20260409` |
| [types-greenlet](https://github.com/python/typeshed) | `3.3.0.20251206` | `3.4.0.20260409` |
| [types-html5lib](https://github.com/python/typeshed) | `1.1.11.20260402` | `1.1.11.20260408` |
| [types-markdown](https://github.com/python/typeshed) | `3.10.2.20260211` | `3.10.2.20260408` |
| [types-oauthlib](https://github.com/python/typeshed) | `3.3.0.20260324` | `3.3.0.20260408` |
| [types-objgraph](https://github.com/python/typeshed) | `3.6.0.20240907` | `3.6.0.20260408` |
| [types-olefile](https://github.com/python/typeshed) | `0.47.0.20240806` | `0.47.0.20260408` |
| [types-openpyxl](https://github.com/python/typeshed) | `3.1.5.20260402` | `3.1.5.20260408` |
| [types-pexpect](https://github.com/python/typeshed) | `4.9.0.20260127` | `4.9.0.20260408` |
| [types-protobuf](https://github.com/python/typeshed) | `7.34.1.20260403` | `7.34.1.20260408` |
| [types-psutil](https://github.com/python/typeshed) | `7.2.2.20260402` | `7.2.2.20260408` |
| [types-psycopg2](https://github.com/python/typeshed) | `2.9.21.20260223` | `2.9.21.20260408` |
| [types-pygments](https://github.com/python/typeshed) | `2.20.0.20260406` | `2.20.0.20260408` |
| [types-pymysql](https://github.com/python/typeshed) | `1.1.0.20251220` | `1.1.0.20260408` |
| [types-python-dateutil](https://github.com/python/typeshed) | `2.9.0.20260402` | `2.9.0.20260408` |
| [types-pywin32](https://github.com/python/typeshed) | `311.0.0.20260402` | `311.0.0.20260408` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20250915` | `6.0.12.20260408` |
| [types-regex](https://github.com/python/typeshed) | `2026.4.4.20260405` | `2026.4.4.20260408` |
| [types-shapely](https://github.com/python/typeshed) | `2.1.0.20260402` | `2.1.0.20260408` |
| [types-simplejson](https://github.com/python/typeshed) | `3.20.0.20260402` | `3.20.0.20260408` |
| [types-six](https://github.com/python/typeshed) | `1.17.0.20251009` | `1.17.0.20260408` |
| [types-tensorflow](https://github.com/python/typeshed) | `2.18.0.20260402` | `2.18.0.20260408` |
| [types-tqdm](https://github.com/python/typeshed) | `4.67.3.20260402` | `4.67.3.20260408` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.42.83` | `1.42.88` |
| [types-jmespath](https://github.com/python/typeshed) | `1.1.0.20260124` | `1.1.0.20260408` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.151.11` | `6.151.12` |
| [types-cffi](https://github.com/python/typeshed) | `2.0.0.20260402` | `2.0.0.20260408` |
| [types-setuptools](https://github.com/python/typeshed) | `82.0.0.20260402` | `82.0.0.20260408` |
| [types-python-http-client](https://github.com/python/typeshed) | `3.3.7.20250708` | `3.3.7.20260408` |


Updates `faker` from 40.12.0 to 40.13.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.12.0...v40.13.0)

Updates `ruff` from 0.15.9 to 0.15.10
- [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.15.9...0.15.10)

Updates `pytest` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.2...9.0.3)

Updates `types-aiofiles` from 25.1.0.20251011 to 25.1.0.20260409
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-cachetools` from 6.2.0.20260317 to 6.2.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-colorama` from 0.4.15.20250801 to 0.4.15.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-defusedxml` from 0.7.0.20260402 to 0.7.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-deprecated` from 1.3.1.20260402 to 1.3.1.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-docutils` from 0.22.3.20260322 to 0.22.3.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-flask-cors` from 6.0.0.20260402 to 6.0.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-flask-migrate` from 4.1.0.20260402 to 4.1.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-gevent` from 25.9.0.20260402 to 26.4.0.20260409
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-greenlet` from 3.3.0.20251206 to 3.4.0.20260409
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-html5lib` from 1.1.11.20260402 to 1.1.11.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-markdown` from 3.10.2.20260211 to 3.10.2.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-oauthlib` from 3.3.0.20260324 to 3.3.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-objgraph` from 3.6.0.20240907 to 3.6.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-olefile` from 0.47.0.20240806 to 0.47.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-openpyxl` from 3.1.5.20260402 to 3.1.5.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pexpect` from 4.9.0.20260127 to 4.9.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-protobuf` from 7.34.1.20260403 to 7.34.1.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-psutil` from 7.2.2.20260402 to 7.2.2.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-psycopg2` from 2.9.21.20260223 to 2.9.21.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pygments` from 2.20.0.20260406 to 2.20.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pymysql` from 1.1.0.20251220 to 1.1.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-python-dateutil` from 2.9.0.20260402 to 2.9.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pywin32` from 311.0.0.20260402 to 311.0.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

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

Updates `types-regex` from 2026.4.4.20260405 to 2026.4.4.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-shapely` from 2.1.0.20260402 to 2.1.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-simplejson` from 3.20.0.20260402 to 3.20.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-six` from 1.17.0.20251009 to 1.17.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-tensorflow` from 2.18.0.20260402 to 2.18.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-tqdm` from 4.67.3.20260402 to 4.67.3.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `boto3-stubs` from 1.42.83 to 1.42.88
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `types-jmespath` from 1.1.0.20260124 to 1.1.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `hypothesis` from 6.151.11 to 6.151.12
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.151.11...hypothesis-python-6.151.12)

Updates `types-cffi` from 2.0.0.20260402 to 2.0.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-setuptools` from 82.0.0.20260402 to 82.0.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-python-http-client` from 3.3.7.20250708 to 3.3.7.20260408
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: faker
  dependency-version: 40.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: ruff
  dependency-version: 0.15.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-aiofiles
  dependency-version: 25.1.0.20260409
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-cachetools
  dependency-version: 6.2.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-colorama
  dependency-version: 0.4.15.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-defusedxml
  dependency-version: 0.7.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-deprecated
  dependency-version: 1.3.1.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-docutils
  dependency-version: 0.22.3.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-flask-cors
  dependency-version: 6.0.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-flask-migrate
  dependency-version: 4.1.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-gevent
  dependency-version: 26.4.0.20260409
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: types-greenlet
  dependency-version: 3.4.0.20260409
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: types-html5lib
  dependency-version: 1.1.11.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-markdown
  dependency-version: 3.10.2.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-oauthlib
  dependency-version: 3.3.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-objgraph
  dependency-version: 3.6.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-olefile
  dependency-version: 0.47.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-openpyxl
  dependency-version: 3.1.5.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-pexpect
  dependency-version: 4.9.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-protobuf
  dependency-version: 7.34.1.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-psutil
  dependency-version: 7.2.2.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-psycopg2
  dependency-version: 2.9.21.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-pygments
  dependency-version: 2.20.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-pymysql
  dependency-version: 1.1.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-python-dateutil
  dependency-version: 2.9.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-pywin32
  dependency-version: 311.0.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-regex
  dependency-version: 2026.4.4.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-shapely
  dependency-version: 2.1.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-simplejson
  dependency-version: 3.20.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-six
  dependency-version: 1.17.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-tensorflow
  dependency-version: 2.18.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-tqdm
  dependency-version: 4.67.3.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: boto3-stubs
  dependency-version: 1.42.88
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-jmespath
  dependency-version: 1.1.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: hypothesis
  dependency-version: 6.151.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-cffi
  dependency-version: 2.0.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-setuptools
  dependency-version: 82.0.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-python-http-client
  dependency-version: 3.3.7.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 13, 2026
@dependabot dependabot Bot requested a review from QuantumGhost as a code owner April 13, 2026 01:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 13, 2026
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Apr 13, 2026
@asukaminato0721 asukaminato0721 added this pull request to the merge queue Apr 13, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 13, 2026
Merged via the queue into main with commit dece58d Apr 13, 2026
27 checks passed
@asukaminato0721 asukaminato0721 deleted the dependabot/uv/api/dev-0776153752 branch April 13, 2026 02:15
HanqingZ pushed a commit to HanqingZ/dify that referenced this pull request Apr 23, 2026
…us#35022)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 lgtm This PR has been approved by a maintainer python:uv Pull requests that update python:uv code size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant