Skip to content

Bump the dev group in /api with 48 updates#9

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

Bump the dev group in /api with 48 updates#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/api/dev-47dda9969a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown

Updates the requirements on coverage, faker, ruff, pytest, types-aiofiles, types-cachetools, types-colorama, types-defusedxml, types-deprecated, types-docutils, types-flask-cors, types-flask-migrate, types-gevent, types-greenlet, types-html5lib, types-markdown, types-oauthlib, types-objgraph, types-olefile, types-openpyxl, types-pexpect, types-protobuf, types-psutil, types-psycopg2, types-pygments, types-pymysql, types-python-dateutil, types-pywin32, types-pyyaml, types-regex, types-shapely, types-simplejson, types-six, types-tensorflow, types-tqdm, boto3-stubs, types-jmespath, hypothesis, types-cffi, types-setuptools, pandas-stubs, scipy-stubs, types-python-http-client, import-linter, celery-types, mypy, pyrefly and basedpyright to permit the latest version.
Updates coverage from 7.13.5 to 7.14.3

Changelog

Sourced from coverage's changelog.

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

.. _changes_7-14-2:

Version 7.14.2 — 2026-06-20

  • Fix: some messages were being written to stdout, making coverage json -o - useless for capturing JSON output. Now messages are written to stderr, fixing issue 2197_.

  • Fix: CoverageData kept one SQLite connection per thread that recorded coverage, but never closed them when those threads terminated. On long runs with many short-lived threads this leaked one file descriptor per dead thread, eventually failing with OSError: [Errno 24] Too many open files. Connections belonging to terminated threads are now closed and dropped. Fixes issue 2192. Thanks, Matthew Lloyd <pull 2193_>.

  • Fix: when using sys.monitoring, we were assuming we could use the COVERAGE_ID tool id. But other tools might also assume they could use that id. Pre-allocated ids don't really make sense, so now we search for a usable one instead. Fixes issue 2187_.

  • Following the advice of cibuildwheel <no-13t_>_, we no longer distribute wheels for Python 3.13 free-threaded.

.. _issue 2187: coveragepy/coveragepy#2187 .. _issue 2192: coveragepy/coveragepy#2192 .. _pull 2193: coveragepy/coveragepy#2193 .. _issue 2197: coveragepy/coveragepy#2197 .. _no-13t: https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel

.. _changes_7-14-1:

... (truncated)

Commits
  • 22f13ea docs: sample HTML for 7.14.3
  • 2ca4e5f docs: prep for 7.14.3
  • 01d714e docs: add changelog entry for #2203
  • f36248d fix: don't emit 'Couldn't import C tracer' warning for 3.13t (#2203)
  • 86d73d1 docs: thanks, Mengjia Shang
  • 3d4ae3c docs: add the #2196 pr link to CHANGES
  • f4b2b4d fix: exclude ... bodies after multi-line return-type annotations (#2185) (#...
  • 1980ed0 chore: bump sigstore/gh-action-sigstore-python (#2201)
  • bca3217 build: since we don't ship 3.13t, don't test it
  • 77550d8 docs: oops, mismatched pull requests
  • Additional commits viewable in compare view

Updates faker from 40.15.0 to 40.23.0

Release notes

Sourced from faker's releases.

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.23.0 - 2026-06-10

v40.22.0 - 2026-06-09

v40.21.0 - 2026-06-02

v40.20.0 - 2026-06-01

v40.19.1 - 2026-05-22

v40.19.0 - 2026-05-22

v40.18.0 - 2026-05-14

  • Add automotive providers for ar_DZ and fr_DZ locales. Thanks @​othmane099.
  • Add phone_number provider for ar_DZ and fr_DZ locales. Thanks @​othmane099.

v40.17.0 - 2026-05-14

  • Add am_ET phone_number provider for Ethiopia. Thanks @​jasur-py.

v40.16.0 - 2026-05-14

  • Fix duplicate phone number prefix 145 in zh_CN locale. Thanks @​r266-tec.
Commits
  • f5fcbb6 Bump version: 40.22.0 → 40.23.0
  • baaccee 📝 Update CHANGELOG.md
  • 8336b21 💄 Lint code
  • 02bd52b French social security numbers - corsican codes (#2373)
  • 22e7aca Fix typos in docstrings and comments (#2387)
  • c3a9a5b Bump version: 40.21.0 → 40.22.0
  • 71393c6 📝 Update CHANGELOG.md
  • 77896ac feat(locale): add mr_IN person, address, and phone_number providers (...
  • dc63614 Fixed flaky test_optional by using seed and larger sample size. (#2376)
  • 8b06111 Bump version: 40.20.0 → 40.21.0
  • 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.5.9.20260518

Commits

Updates types-shapely from 2.1.0.20260408 to 2.1.0.20260603

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.36

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.155.7

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
  • 929e5fb Bump hypothesis version to 6.155.7 and update changelog
  • 93ee3c9 Merge pull request #4772 from Liam-DeVoe/recursive-property-thread-safety
  • 0bb0f2f drop more 3.13t
  • de6bd79 drop inbetween
  • ff583cc drop 313t jobs
  • a5474e4 claude: re-trigger CI
  • 55d2b97 claude: re-trigger CI (flaky conjecture-coverage + transient scipy/OpenBLAS b...
  • 0a2bdae claude: fix recursive_property thread-safety; install Python via fresh uv met...
  • 4641d65 Bump hypothesis version to 6.155.6 and update changelog
  • 7d90a93 Merge pull request #4770 from Liam-DeVoe/ignore-up037
  • 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

... (truncated)

Commits

Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy), [faker](https://github.com/joke2k/faker), [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest), [types-aiofiles](https://github.com/python/typeshed), [types-cachetools](https://github.com/python/typeshed), [types-colorama](https://github.com/python/typeshed), [types-defusedxml](https://github.com/python/typeshed), [types-deprecated](https://github.com/python/typeshed), [types-docutils](https://github.com/python/typeshed), [types-flask-cors](https://github.com/python/typeshed), [types-flask-migrate](https://github.com/python/typeshed), [types-gevent](https://github.com/python/typeshed), [types-greenlet](https://github.com/python/typeshed), [types-html5lib](https://github.com/python/typeshed), [types-markdown](https://github.com/python/typeshed), [types-oauthlib](https://github.com/python/typeshed), [types-objgraph](https://github.com/python/typeshed), [types-olefile](https://github.com/python/typeshed), [types-openpyxl](https://github.com/python/typeshed), [types-pexpect](https://github.com/python/typeshed), [types-protobuf](https://github.com/python/typeshed), [types-psutil](https://github.com/python/typeshed), [types-psycopg2](https://github.com/python/typeshed), [types-pygments](https://github.com/python/typeshed), [types-pymysql](https://github.com/python/typeshed), [types-python-dateutil](https://github.com/python/typeshed), [types-pywin32](https://github.com/python/typeshed), [types-pyyaml](https://github.com/python/typeshed), [types-regex](https://github.com/python/typeshed), [types-shapely](https://github.com/python/typeshed), [types-simplejson](https://github.com/python/typeshed), [types-six](https://github.com/python/typeshed), [types-tensorflow](https://github.com/python/typeshed), [types-tqdm](https://github.com/python/typeshed), [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [types-jmespath](https://github.com/python/typeshed), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [types-cffi](https://github.com/python/typeshed), [types-setuptools](https://github.com/python/typeshed), [pandas-stubs](https://github.com/pandas-dev/pandas-stubs), [scipy-stubs](https://github.com/scipy/scipy-stubs), [types-python-http-client](https://github.com/python/typeshed), [import-linter](https://github.com/seddonym/import-linter), [celery-types](https://github.com/sbdchd/celery-types), [mypy](https://github.com/python/mypy), [pyrefly](https://github.com/facebook/pyrefly) and [basedpyright](https://github.com/detachhead/basedpyright) to permit the latest version.

Updates `coverage` from 7.13.5 to 7.14.3
- [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.14.3)

Updates `faker` from 40.15.0 to 40.23.0
- [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.23.0)

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.5.9.20260518
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-shapely` from 2.1.0.20260408 to 2.1.0.20260603
- [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.36
- [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.155.7
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.4...v6.155.7)

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.12
- [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md)
- [Commits](seddonym/import-linter@v2.11...v2.12)

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)

Updates `basedpyright` to 1.39.8
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](DetachHead/basedpyright@v1.39.3...v1.39.8)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.14.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: faker
  dependency-version: 40.23.0
  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.5.9.20260518
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: types-shapely
  dependency-version: 2.1.0.20260603
  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.36
  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.155.7
  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.12'
  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
- dependency-name: basedpyright
  dependency-version: 1.39.8
  dependency-type: direct:development
  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 Jun 26, 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