Skip to content

Bump the dev group across 1 directory with 47 updates#16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/api/dev-05e7ba0053
Open

Bump the dev group across 1 directory with 47 updates#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/api/dev-05e7ba0053

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown

Bumps the dev group with 47 updates in the /api directory:

Package From To
coverage 7.13.5 7.15.0
faker 40.15.0 40.28.1
ruff 0.15.12 0.15.20
pytest 9.0.3 9.1.1
types-aiofiles 25.1.0.20260409 25.1.0.20260518
types-cachetools 7.0.0.20260503 7.0.0.20260518
types-colorama 0.4.15.20260408 0.4.15.20260508
types-defusedxml 0.7.0.20260408 0.7.0.20260504
types-deprecated 1.3.1.20260408 1.3.1.20260520
types-docutils 0.22.3.20260408 0.22.3.20260518
types-flask-cors 6.0.0.20260408 6.0.3.20260616
types-flask-migrate 4.1.0.20260408 4.1.0.20260508
types-gevent 26.4.0.20260409 26.4.0.20260518
types-greenlet 3.5.0.20260428 3.5.0.20260518
types-html5lib 1.1.11.20260408 1.1.11.20260518
types-markdown 3.10.2.20260408 3.10.2.20260518
types-oauthlib 3.3.0.20260408 3.3.0.20260518
types-objgraph 3.6.0.20260408 3.6.0.20260508
types-olefile 0.47.0.20260408 0.47.0.20260508
types-openpyxl 3.1.5.20260408 3.1.5.20260518
types-pexpect 4.9.0.20260408 4.9.0.20260518
types-protobuf 7.34.1.20260503 7.34.1.20260518
types-psutil 7.2.2.20260408 7.2.2.20260518
types-psycopg2 2.9.21.20260422 2.9.21.20260518
types-pygments 2.20.0.20260408 2.20.0.20260518
types-pymysql 1.1.0.20260408 1.1.0.20260518
types-python-dateutil 2.9.0.20260408 2.9.0.20260518
types-pywin32 311.0.0.20260408 312.0.0.20260609
types-pyyaml 6.0.12.20260408 6.0.12.20260518
types-regex 2026.4.4.20260408 2026.6.28.20260630
types-shapely 2.1.0.20260408 2.1.0.20260630
types-simplejson 3.20.0.20260408 3.20.0.20260518
types-six 1.17.0.20260408 1.17.0.20260518
types-tensorflow 2.18.0.20260408 2.18.0.20260610
types-tqdm 4.67.3.20260408 4.68.0.20260608
boto3-stubs 1.43.2 1.43.40
types-jmespath 1.1.0.20260408 1.1.0.20260508
hypothesis 6.152.4 6.156.1
types-cffi 2.0.0.20260429 2.0.0.20260518
types-setuptools 82.0.0.20260408 82.0.0.20260518
pandas-stubs 3.0.0.260204 3.0.3.260530
scipy-stubs 1.17.1.4 1.18.0.0
types-python-http-client 3.3.7.20260408 3.3.7.20260518
import-linter 2.11 2.13
celery-types 0.23.0 0.26.0
mypy 1.20.2 2.1.0
pyrefly 1.0.0 1.1.1

Updates coverage from 7.13.5 to 7.15.0

Changelog

Sourced from coverage's changelog.

Version 7.15.0 — 2026-07-02

  • Since 7.14.0, reporting commands implicitly combine parallel data files. Now those commands have a new option --keep-combined to retain the data files after combining them instead of the default, which is to delete them. Finishes issue 2198_.

  • Fix: the LCOV report would incorrectly count excluded functions as uncovered, as described in issue 2205. This is now fixed thanks to Martin Kuntz Jacobsen <pull 2206_>.

  • When running your program, coverage now correctly sets yourmodule.__spec__.loader as strongly recommended <--loader--_>, avoiding the deprecation warning described in issue 2208. Thanks, A5rocks <pull 2209_>_.

  • Fix: with Python 3.10, running with the -I (isolated mode) option didn't correctly omit the current directory from the module search path, as described in issue 2103. That is now fixed thanks to Ilia Sorokin <pull 2211_>.

.. --loader--: https://docs.python.org/3/reference/datamodel.html#module.__loader_ .. _issue 2103: coveragepy/coveragepy#2103 .. _issue 2198: coveragepy/coveragepy#2198 .. _issue 2205: coveragepy/coveragepy#2205 .. _pull 2206: coveragepy/coveragepy#2206 .. _issue 2208: coveragepy/coveragepy#2208 .. _pull 2209: coveragepy/coveragepy#2209 .. _pull 2211: coveragepy/coveragepy#2211

.. _changes_7-14-3:

Version 7.14.3 — 2026-06-22

  • Fix: the default ... exclusion rule now also matches function bodies whose closing return-type bracket is on its own line (for example, after a long -> dict[ ... ] annotation that a formatter has split over multiple lines). Closes issue 2185, thanks Mengjia Shang <pull 2196_>.

  • Fix: On 3.13t, we incorrectly issued Couldn't import C tracer errors. We can't import the C tracer because in 7.14.2 we stopped shipping compiled wheels for 3.13t. Thanks, Hugo van Kemenade <pull 2203_>_.

.. _issue 2185: coveragepy/coveragepy#2185 .. _pull 2196: coveragepy/coveragepy#2196 .. _pull 2203: coveragepy/coveragepy#2203

... (truncated)

Commits
  • c8c8020 docs: sample HTML for 7.15.0
  • ae19db1 docs: prep for 7.15.0
  • 17b45a1 docs: --keep-combined in the man page
  • 6f9fa1e fix: preserve isolated sys.path on Python 3.10 (#2211)
  • 787af5f chore: bump actions/checkout in the action-dependencies group (#2210)
  • 1ed3998 fix: start attaching the loader on __spec__ #2208 (#2209)
  • 1ab1122 docs: remove stray comma
  • f24a91f feat: --keep-combined for reporting commands. #2198
  • 5e70751 test: canonicalize mock calls in test_cmdline to reduce diff noise
  • 65979cc fix: skip excluded functions in LCOV function totals (#2206)
  • Additional commits viewable in compare view

Updates faker from 40.15.0 to 40.28.1

Release notes

Sourced from faker's releases.

Release v40.28.1

See CHANGELOG.md.

Release v40.28.0

See CHANGELOG.md.

Release v40.27.0

See CHANGELOG.md.

Release v40.26.0

See CHANGELOG.md.

Release v40.25.0

See CHANGELOG.md.

Release v40.24.1

See CHANGELOG.md.

Release v40.24.0

See CHANGELOG.md.

Release v40.23.1

See CHANGELOG.md.

Release v40.23.0

See CHANGELOG.md.

Release v40.22.0

See CHANGELOG.md.

Release v40.21.0

See CHANGELOG.md.

Release v40.20.0

See CHANGELOG.md.

Release v40.19.1

See CHANGELOG.md.

Release v40.19.0

See CHANGELOG.md.

Release v40.18.0

See CHANGELOG.md.

Release v40.17.0

See CHANGELOG.md.

Release v40.16.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.28.1 - 2026-07-01

v40.28.0 - 2026-07-01

v40.27.0 - 2026-06-30

v40.26.0 - 2026-06-30

  • Update providers job, phone_number, bank and ssn for pt_BR (#2386). Thanks @​dclobato.
  • Update phone number test regex for pt_BR. Thanks @​fcurella.

v40.25.0 - 2026-06-30

v40.24.1 - 2026-06-30

  • Fix: prevent infinite recursion in _safe_random_int when both bounds collapse to the same integer (#2396). Thanks @​gaoflow.

v40.24.0 - 2026-06-30

v40.23.1 - 2026-06-30

v40.23.0 - 2026-06-10

v40.22.0 - 2026-06-09

v40.21.0 - 2026-06-02

... (truncated)

Commits
  • bb62df7 Bump version: 40.28.0 → 40.28.1
  • 1f87cf2 📝 Update CHANGELOG.md
  • 41624e3 fix(de_DE): compute valid ISO 7064 Mod 11,10 check digit for vat_id (#2403)
  • a774234 Bump version: 40.27.0 → 40.28.0
  • 96c3090 📝 Update CHANGELOG.md
  • 20e203a feat(automotive): add es_MX (Mexico) license plate provider (#2393)
  • 98da116 Bump version: 40.26.0 → 40.27.0
  • f2c05d9 📝 Update CHANGELOG.md
  • 88a17fc 💄 format code
  • 4f7f545 feat(locale): add sr_BA ssn provider (#2391)
  • Additional commits viewable in compare view

Updates ruff from 0.15.12 to 0.15.20

Release notes

Sourced from ruff's releases.

0.15.20

Release Notes

Released on 2026-06-25.

Preview features

  • Allow human-readable names in rule selectors (#25887)
  • Emit a warning instead of an error for unknown rule selectors (#26113)
  • Match noqa shebang handling in ruff:ignore comments (#26286)
  • [ruff] Remove pytest-fixture-autouse (RUF076) (#26240, #26371)

Documentation

  • Add versioning sections to custom crate READMEs (#26317)
  • Update ruff_python_parser README for crates.io (#26315)
  • [perflint] Clarify that PERF402 applies to any iterable (#26242)

Contributors

Install ruff 0.15.20

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.15.20/ruff-installer.ps1 | iex"

Download ruff 0.15.20

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.20

Released on 2026-06-25.

Preview features

  • Allow human-readable names in rule selectors (#25887)
  • Emit a warning instead of an error for unknown rule selectors (#26113)
  • Match noqa shebang handling in ruff:ignore comments (#26286)
  • [ruff] Remove pytest-fixture-autouse (RUF076) (#26240, #26371)

Documentation

  • Add versioning sections to custom crate READMEs (#26317)
  • Update ruff_python_parser README for crates.io (#26315)
  • [perflint] Clarify that PERF402 applies to any iterable (#26242)

Contributors

0.15.19

Released on 2026-06-23.

Preview features

  • Support human-readable names when hovering suppression comments and in code actions (#26114)

Bug fixes

  • Fall back to default settings when editor-only settings are invalid (#26244)
  • Fix panic when inserting text at a notebook cell boundary (#26111)

Rule changes

  • [pylint] Update fix suggestions for __floor__, __trunc__, __length_hint__, and __matmul__ variants (PLC2801) (#26239)

Performance

  • Avoid allocating when parsing single string literals (#26200)
  • Avoid reallocating singleton call arguments (#26223)
  • Lazily create source files for lint diagnostics (#26226)
  • Optimize formatter text width and indentation (#26236)
  • Reserve capacity for builtin bindings (#26229)
  • Skip repeated-key checks for singleton dictionaries (#26228)
  • Use ArrayVec for qualified name segments (#26224)

... (truncated)

Commits
  • f82a36b Bump 0.15.20 (#26376)
  • af32943 Improve the summarise-ecosystem-results skill (#26378)
  • 485ebab Remove RUF076 name from schema (#26371)
  • ef81835 [ty] Implement rust-analyzer's "Click for full compiler diagnostic" feature (...
  • 572b31e [ruff] Remove pytest-fixture-autouse (RUF076) (#26240)
  • f703f21 Allow human-readable names in rule selectors (#25887)
  • 0d726b2 [ty] Reuse equality semantics for membership compatibility (#25955)
  • dbe6e98 [ty] Infer definite equality comparison results (#26337)
  • e700ea3 [ty] Prove TypedDict structural patterns exhaustive (#26285)
  • 6a0d2ec [ty] Widen inferred class-valued instance attributes (#26338)
  • Additional commits viewable in compare view

Updates pytest from 9.0.3 to 9.1.1

Release notes

Sourced from pytest's releases.

9.1.1

pytest 9.1.1 (2026-06-19)

Bug fixes

  • #14220: Fixed a logic bug in pytest.RaisesGroup which would might cause it to display incorrect "It matches FooError() which was paired with BarError" messages.
  • #14591: Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @​pytest.mark.parametrize to fail with "duplicate parametrization of '<fixture name>'".
  • #14606: Fixed list-item typing errors from mypy in @pytest.mark.parametrize <pytest.mark.parametrize ref> argvalues parameter.
  • #14608: Fixed a regression in pytest 9.1.0 where conftest.py files located in <invocation dir>/test* were no longer loaded as initial conftests when invoked without arguments. This could cause certain hooks (like pytest_addoption) in these files to not fire.

9.1.0

pytest 9.1.0 (2026-06-13)

Removals and backward incompatible breaking changes

  • #14533: When using --doctest-modules, autouse fixtures with module, package or session scope that are defined inline in Python test modules (not plugins or conftests) will now possibly execute twice.

    If this is undesirable, move the fixture definition to a conftest.py file if possible.

    Technical explanation for those interested: When using --doctest-modules, pytest possibly collects Python modules twice, once as pytest.Module and once as a DoctestModule (depending on the configuration). Due to improvements in pytest's fixture implementation, if e.g. the DoctestModule collects a fixture, it is now visible to it only, and not to the Module. This means that both need to register the fixtures independently.

Deprecations (removal in next major release)

  • #10819: Added a deprecation warning for class-scoped fixtures defined as instance methods (without @classmethod). Such fixtures set attributes on a different instance than the test methods use, leading to unexpected behavior. Use @classmethod decorator instead -- by yastcher.

    See 10819 and 14011.

  • #12882: Calling request.getfixturevalue() <pytest.FixtureRequest.getfixturevalue> during teardown to request a fixture that was not already requested is now deprecated and will become an error in pytest 10.

    See dynamic-fixture-request-during-teardown for details.

  • #13409: Using non-~collections.abc.Collection iterables (such as generators, iterators, or custom iterable objects) for the argvalues parameter in @pytest.mark.parametrize <pytest.mark.parametrize ref> and metafunc.parametrize <pytest.Metafunc.parametrize> is now deprecated.

    These iterables get exhausted after the first iteration, leading to tests getting unexpectedly skipped in cases such as running pytest.main() multiple times, using class-level parametrize decorators, or collecting tests multiple times.

    See parametrize-iterators for details and suggestions.

  • #13946: The private config.inicfg attribute is now deprecated. Use config.getini() <pytest.Config.getini> to access configuration values instead.

    See config-inicfg for more details.

  • #14004: Passing baseid to ~pytest.FixtureDef or nodeid strings to fixture registration APIs is now deprecated. These are internal pytest APIs that are used by some plugins.

... (truncated)

Commits
  • cf470ec Prepare release version 9.1.1
  • e0c8ce6 Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...
  • 1b82d16 Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...
  • 501c4bc Merge pull request #14596 from bluetech/doc-classmethod
  • b61f588 Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir
  • 9a567e0 [automated] Update plugin list (#14617) (#14618)
  • ef8b299 Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...
  • 66abd07 Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup
  • 79fbf93 Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...
  • 0d312eb Merge pull request #14611 from bluetech/parametrize-argvalues-typing
  • Additional commits viewable in compare view

Updates types-aiofiles from 25.1.0.20260409 to 25.1.0.20260518

Commits

Updates types-cachetools from 7.0.0.20260503 to 7.0.0.20260518

Commits

Updates types-colorama from 0.4.15.20260408 to 0.4.15.20260508

Commits

Updates types-defusedxml from 0.7.0.20260408 to 0.7.0.20260504

Commits

Updates types-deprecated from 1.3.1.20260408 to 1.3.1.20260520

Commits

Updates types-docutils from 0.22.3.20260408 to 0.22.3.20260518

Commits

Updates types-flask-cors from 6.0.0.20260408 to 6.0.3.20260616

Commits

Updates types-flask-migrate from 4.1.0.20260408 to 4.1.0.20260508

Commits

Updates types-gevent from 26.4.0.20260409 to 26.4.0.20260518

Commits

Updates types-greenlet from 3.5.0.20260428 to 3.5.0.20260518

Commits

Updates types-html5lib from 1.1.11.20260408 to 1.1.11.20260518

Commits

Updates types-markdown from 3.10.2.20260408 to 3.10.2.20260518

Commits

Updates types-oauthlib from 3.3.0.20260408 to 3.3.0.20260518

Commits

Updates types-objgraph from 3.6.0.20260408 to 3.6.0.20260508

Commits

Updates types-olefile from 0.47.0.20260408 to 0.47.0.20260508

Commits

Updates types-openpyxl from 3.1.5.20260408 to 3.1.5.20260518

Commits

Updates types-pexpect from 4.9.0.20260408 to 4.9.0.20260518

Commits

Updates types-protobuf from 7.34.1.20260503 to 7.34.1.20260518

Commits

Updates types-psutil from 7.2.2.20260408 to 7.2.2.20260518

Commits

Updates types-psycopg2 from 2.9.21.20260422 to 2.9.21.20260518

Commits

Updates types-pygments from 2.20.0.20260408 to 2.20.0.20260518

Commits

Updates types-pymysql from 1.1.0.20260408 to 1.1.0.20260518

Commits

Updates types-python-dateutil from 2.9.0.20260408 to 2.9.0.20260518

Commits

Updates types-pywin32 from 311.0.0.20260408 to 312.0.0.20260609

Commits

Updates types-pyyaml from 6.0.12.20260408 to 6.0.12.20260518

Commits

Updates types-regex from 2026.4.4.20260408 to 2026.6.28.20260630

Commits

Updates types-shapely from 2.1.0.20260408 to 2.1.0.20260630

Commits

Updates types-simplejson from 3.20.0.20260408 to 3.20.0.20260518

Commits

Updates types-six from 1.17.0.20260408 to 1.17.0.20260518

Commits

Updates types-tensorflow from 2.18.0.20260408 to 2.18.0.20260610

Commits

Updates types-tqdm from 4.67.3.20260408 to 4.68.0.20260608

Commits

Updates boto3-stubs from 1.43.2 to 1.43.40

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.20260408 to 1.1.0.20260508

Commits

Updates hypothesis from 6.152.4 to 6.156.1

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.152.9

This release substantially improves our internal distribution for generating integers. This release has the most visible effect on "integers()", but may incidentally improve other strategies which draw integers internally.

Our integers distribution had two problems. First, it had jagged discontinuities at certain values where we switched sampling approaches. Second, it used a different distribution for bounded and unbounded ranges, which resulted in "st.integers()" and "st.integers(-264, 264)" producing very different distributions despite being semantically similar.

We now use a smooth distribution for both "st.integers()" and "st.integers(a, b)", which fixes both of these issues. This should substantially improve our testing power in certain cases.

The only way this release should be user-visible is that it finds more bugs! If this release is user-visible in other ways - for example, because it is slower, or produces a worse distribution in some cases - please open an issue.

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

Hypothesis for Python - version 6.152.8

This release drops support for end-of-life Django 4.2.

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

Hypothesis for Python - version 6.152.7

This patch improves our type hints for ".filter()" to work with "typing.TypeGuard". For example:

from typing import TypeGuard

from hypothesis import strategies as st

def is_str(x: object) -> TypeGuard[str]: return isinstance(x, str)

s = st.from_type(object).filter(is_str)

previously: SearchStrategy[object]

now: SearchStrategy[str]

reveal_type(s)

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

Hypothesis for Python - version 6.152.6

This patch adds a shrinking pass that tries natural text

... (truncated)

Commits
  • 5f23056 Bump hypothesis version to 6.156.1 and update changelog
  • b45fc67 Merge pull request #4785 from Liam-DeVoe/fix-release
  • afd3210 reword
  • f6ff3d7 cut a new release
  • e77dd6f Bump hypothesis version to 6.156.0 and update changelog
  • 3205ada Merge pull request #4783 from Liam-DeVoe/fix-release
  • c604da9 more ci fixes
  • 72dee8d Merge pull request #4782 from Liam-DeVoe/fix-release
  • 95f0de6 fix release CI
  • 5ff525a Merge pull request #4776 from Liam-DeVoe/rust-cathetus-migration
  • Additional commits viewable in compare view

Updates types-cffi from 2.0.0.20260429 to 2.0.0.20260518

Commits

Updates types-setuptools from 82.0.0.20260408 to 82.0.0.20260518

Commits

Updates pandas-stubs from 3.0.0.260204 to 3.0.3.260530

Commits
  • 1a40eec Version 3.0.3.260530
  • 0f063ec Make mypy reject float(Series) calls (#1753)
  • a073669 GH1415 Enhance typing of Series[Categorical] (#1748)
  • 9df3c52 TYP: GH1727 Narrow Series.to_numpy return types based on the dtype argument (...
  • 2da5f78 GH1742 fix nightly CI (#1747)
  • 84e7d1a BUG: allow kwargs in Styler apply_index and map_index (#1725)
  • 82c9851 GH1654 Pandas 3.0 support (#1741)
  • 4f6f533 MNT: Fix missing check/assert_type harness where missing (#1749)
  • 3bbd508 chore(ci): declare contents: read on test (#1751)
  • ee82af5 Modernize project settings in pyproject.toml (#1746)
  • Additional commits viewable in compare view

Updates scipy-stubs from 1.17.1.4 to 1.18.0.0

Release notes

Sourced from scipy-stubs's releases.

v1.18.0.0

This is the first scipy-stubs release that supports SciPy 1.18 (>=1.18.0rc2, <1.19) and supports Python 3.12-3.14, NumPy 2.0-2.7, and optype 0.14-0.18. If you encounter any regressions or other issues, please report them at https://github.com/scipy/scipy-stubs/issues.

What's Changed

⏬ SciPy 1.18.0 Changes

Bumps the dev group with 47 updates in the /api directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.15.0` |
| [faker](https://github.com/joke2k/faker) | `40.15.0` | `40.28.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.20` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [types-aiofiles](https://github.com/python/typeshed) | `25.1.0.20260409` | `25.1.0.20260518` |
| [types-cachetools](https://github.com/python/typeshed) | `7.0.0.20260503` | `7.0.0.20260518` |
| [types-colorama](https://github.com/python/typeshed) | `0.4.15.20260408` | `0.4.15.20260508` |
| [types-defusedxml](https://github.com/python/typeshed) | `0.7.0.20260408` | `0.7.0.20260504` |
| [types-deprecated](https://github.com/python/typeshed) | `1.3.1.20260408` | `1.3.1.20260520` |
| [types-docutils](https://github.com/python/typeshed) | `0.22.3.20260408` | `0.22.3.20260518` |
| [types-flask-cors](https://github.com/python/typeshed) | `6.0.0.20260408` | `6.0.3.20260616` |
| [types-flask-migrate](https://github.com/python/typeshed) | `4.1.0.20260408` | `4.1.0.20260508` |
| [types-gevent](https://github.com/python/typeshed) | `26.4.0.20260409` | `26.4.0.20260518` |
| [types-greenlet](https://github.com/python/typeshed) | `3.5.0.20260428` | `3.5.0.20260518` |
| [types-html5lib](https://github.com/python/typeshed) | `1.1.11.20260408` | `1.1.11.20260518` |
| [types-markdown](https://github.com/python/typeshed) | `3.10.2.20260408` | `3.10.2.20260518` |
| [types-oauthlib](https://github.com/python/typeshed) | `3.3.0.20260408` | `3.3.0.20260518` |
| [types-objgraph](https://github.com/python/typeshed) | `3.6.0.20260408` | `3.6.0.20260508` |
| [types-olefile](https://github.com/python/typeshed) | `0.47.0.20260408` | `0.47.0.20260508` |
| [types-openpyxl](https://github.com/python/typeshed) | `3.1.5.20260408` | `3.1.5.20260518` |
| [types-pexpect](https://github.com/python/typeshed) | `4.9.0.20260408` | `4.9.0.20260518` |
| [types-protobuf](https://github.com/python/typeshed) | `7.34.1.20260503` | `7.34.1.20260518` |
| [types-psutil](https://github.com/python/typeshed) | `7.2.2.20260408` | `7.2.2.20260518` |
| [types-psycopg2](https://github.com/python/typeshed) | `2.9.21.20260422` | `2.9.21.20260518` |
| [types-pygments](https://github.com/python/typeshed) | `2.20.0.20260408` | `2.20.0.20260518` |
| [types-pymysql](https://github.com/python/typeshed) | `1.1.0.20260408` | `1.1.0.20260518` |
| [types-python-dateutil](https://github.com/python/typeshed) | `2.9.0.20260408` | `2.9.0.20260518` |
| [types-pywin32](https://github.com/python/typeshed) | `311.0.0.20260408` | `312.0.0.20260609` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20260408` | `6.0.12.20260518` |
| [types-regex](https://github.com/python/typeshed) | `2026.4.4.20260408` | `2026.6.28.20260630` |
| [types-shapely](https://github.com/python/typeshed) | `2.1.0.20260408` | `2.1.0.20260630` |
| [types-simplejson](https://github.com/python/typeshed) | `3.20.0.20260408` | `3.20.0.20260518` |
| [types-six](https://github.com/python/typeshed) | `1.17.0.20260408` | `1.17.0.20260518` |
| [types-tensorflow](https://github.com/python/typeshed) | `2.18.0.20260408` | `2.18.0.20260610` |
| [types-tqdm](https://github.com/python/typeshed) | `4.67.3.20260408` | `4.68.0.20260608` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.43.2` | `1.43.40` |
| [types-jmespath](https://github.com/python/typeshed) | `1.1.0.20260408` | `1.1.0.20260508` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.152.4` | `6.156.1` |
| [types-cffi](https://github.com/python/typeshed) | `2.0.0.20260429` | `2.0.0.20260518` |
| [types-setuptools](https://github.com/python/typeshed) | `82.0.0.20260408` | `82.0.0.20260518` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `3.0.0.260204` | `3.0.3.260530` |
| [scipy-stubs](https://github.com/scipy/scipy-stubs) | `1.17.1.4` | `1.18.0.0` |
| [types-python-http-client](https://github.com/python/typeshed) | `3.3.7.20260408` | `3.3.7.20260518` |
| [import-linter](https://github.com/seddonym/import-linter) | `2.11` | `2.13` |
| [celery-types](https://github.com/sbdchd/celery-types) | `0.23.0` | `0.26.0` |
| [mypy](https://github.com/python/mypy) | `1.20.2` | `2.1.0` |
| [pyrefly](https://github.com/facebook/pyrefly) | `1.0.0` | `1.1.1` |



Updates `coverage` from 7.13.5 to 7.15.0
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.5...7.15.0)

Updates `faker` from 40.15.0 to 40.28.1
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.15.0...v40.28.1)

Updates `ruff` from 0.15.12 to 0.15.20
- [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.12...0.15.20)

Updates `pytest` from 9.0.3 to 9.1.1
- [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.3...9.1.1)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `boto3-stubs` from 1.43.2 to 1.43.40
- [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.20260408 to 1.1.0.20260508
- [Commits](https://github.com/python/typeshed/commits)

Updates `hypothesis` from 6.152.4 to 6.156.1
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.4...v6.156.1)

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

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

Updates `pandas-stubs` from 3.0.0.260204 to 3.0.3.260530
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v3.0.0.260204...v3.0.3.260530)

Updates `scipy-stubs` from 1.17.1.4 to 1.18.0.0
- [Release notes](https://github.com/scipy/scipy-stubs/releases)
- [Commits](scipy/scipy-stubs@v1.17.1.4...v1.18.0.0)

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

Updates `import-linter` from 2.11 to 2.13
- [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md)
- [Commits](seddonym/import-linter@v2.11...v2.13)

Updates `celery-types` from 0.23.0 to 0.26.0
- [Commits](https://github.com/sbdchd/celery-types/commits)

Updates `mypy` from 1.20.2 to 2.1.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.20.2...v2.1.0)

Updates `pyrefly` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/facebook/pyrefly/releases)
- [Commits](facebook/pyrefly@1.0.0...1.1.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: faker
  dependency-version: 40.28.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: ruff
  dependency-version: 0.15.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: types-aiofiles
  dependency-version: 25.1.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-cachetools
  dependency-version: 7.0.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-colorama
  dependency-version: 0.4.15.20260508
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-defusedxml
  dependency-version: 0.7.0.20260504
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-deprecated
  dependency-version: 1.3.1.20260520
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-docutils
  dependency-version: 0.22.3.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-flask-cors
  dependency-version: 6.0.3.20260616
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-flask-migrate
  dependency-version: 4.1.0.20260508
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-gevent
  dependency-version: 26.4.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-greenlet
  dependency-version: 3.5.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-html5lib
  dependency-version: 1.1.11.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-markdown
  dependency-version: 3.10.2.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-oauthlib
  dependency-version: 3.3.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-objgraph
  dependency-version: 3.6.0.20260508
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-olefile
  dependency-version: 0.47.0.20260508
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-openpyxl
  dependency-version: 3.1.5.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-pexpect
  dependency-version: 4.9.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-protobuf
  dependency-version: 7.34.1.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-psutil
  dependency-version: 7.2.2.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-psycopg2
  dependency-version: 2.9.21.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-pygments
  dependency-version: 2.20.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-pymysql
  dependency-version: 1.1.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-python-dateutil
  dependency-version: 2.9.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-pywin32
  dependency-version: 312.0.0.20260609
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-regex
  dependency-version: 2026.6.28.20260630
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: types-shapely
  dependency-version: 2.1.0.20260630
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-simplejson
  dependency-version: 3.20.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-six
  dependency-version: 1.17.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-tensorflow
  dependency-version: 2.18.0.20260610
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-tqdm
  dependency-version: 4.68.0.20260608
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: boto3-stubs
  dependency-version: 1.43.40
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-jmespath
  dependency-version: 1.1.0.20260508
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: hypothesis
  dependency-version: 6.156.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: types-cffi
  dependency-version: 2.0.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: types-setuptools
  dependency-version: 82.0.0.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: pandas-stubs
  dependency-version: 3.0.3.260530
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: scipy-stubs
  dependency-version: 1.18.0.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: types-python-http-client
  dependency-version: 3.3.7.20260518
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: import-linter
  dependency-version: '2.13'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: celery-types
  dependency-version: 0.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: mypy
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: pyrefly
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Jul 3, 2026
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:uv Pull requests that update python:uv code

Development

Successfully merging this pull request may close these issues.

0 participants