Skip to content

Bump the dev group across 1 directory with 48 updates#20

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

Bump the dev group across 1 directory with 48 updates#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/api/dev-ecc6515c83

Conversation

@dependabot

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

Copy link
Copy Markdown

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

Package From To
coverage 7.13.5 7.15.0
dotenv-linter 0.7.0 0.8.0
faker 40.15.0 40.28.1
ruff 0.15.12 0.15.21
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.46
types-jmespath 1.1.0.20260408 1.1.0.20260508
hypothesis 6.152.4 6.156.6
types-cffi 2.0.0.20260429 2.0.0.20260518
types-setuptools 82.0.0.20260408 83.0.0.20260706
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.2.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 dotenv-linter from 0.7.0 to 0.8.0

Release notes

Sourced from dotenv-linter's releases.

Version 0.8.0

What's Changed

Features

  • Adds python3.14 support
  • Forbids to use comments in values, #979
  • Forbids to use unreadable combinations of letters in keys, #969

New Contributors

Full Changelog: wemake-services/dotenv-linter@0.7.0...0.8.0

Changelog

Sourced from dotenv-linter's changelog.

Version 0.8.0

Features

  • Adds python3.14 support
  • Forbids to use comments in values, #979
  • Forbids to use unreadable combinations of letters in keys, #969
Commits

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

Release notes

Sourced from ruff's releases.

0.15.21

Release Notes

Released on 2026-07-09.

Preview features

  • Add --add-ignore for adding ruff:ignore comments (#26346)
  • [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707)
  • Avoid whitespace normalization when formatting comments (#26455)
  • [pyupgrade] Lint and fix use of deprecated abc decorators (UP051) (#26417)

Bug fixes

  • Refine non-empty f-string detection (#26526)
  • Detect syntax errors in individual notebook cells (#26419)
  • [flake8-implicit-str-concat] Fix ISC003 autofix incorrectly stripping + from comments (#26554)

Rule changes

  • [flake8-executable] Mark EXE004 fix as unsafe (#26033)
  • [flake8-pyi] Mark PYI061 fixes as unsafe in Python files (#26533)
  • [pydocstyle] Skip overload-with-docstring in stub files (D418) (#26318)

Performance

  • Avoid per-token source index visitor calls (#26506)
  • Cache parenthesized expression boundaries in the formatter (#26344)
  • Improve performance of rendering edits in preview mode (#26565)
  • Inline fits_element in formatter (#26429)
  • Inline formatter printing hot paths (#26504)
  • Lazily create builtin bindings (#26510)
  • Skip empty trivia scans in the source indexer (#26507)
  • Use ICF for macOS release builds (#25780)

Formatter

  • Add --extend-exclude to ruff format (#26372)

Documentation

  • Add "How does Ruff's import sorting compare to isort?" link to README (#26530)
  • Fix Mozilla Firefox repository link in README (#26537)
  • [flake8-bandit] Fix misleading docstring for mako-templates (S702) (#26432)
  • [ruff] Fix non-triggering example for if-key-in-dict-del (RUF051) (#26433)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.21

Released on 2026-07-09.

Preview features

  • Add --add-ignore for adding ruff:ignore comments (#26346)
  • [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707)
  • Avoid whitespace normalization when formatting comments (#26455)
  • [pyupgrade] Lint and fix use of deprecated abc decorators (UP051) (#26417)

Bug fixes

  • Refine non-empty f-string detection (#26526)
  • Detect syntax errors in individual notebook cells (#26419)
  • [flake8-implicit-str-concat] Fix ISC003 autofix incorrectly stripping + from comments (#26554)

Rule changes

  • [flake8-executable] Mark EXE004 fix as unsafe (#26033)
  • [flake8-pyi] Mark PYI061 fixes as unsafe in Python files (#26533)
  • [pydocstyle] Skip overload-with-docstring in stub files (D418) (#26318)

Performance

  • Avoid per-token source index visitor calls (#26506)
  • Cache parenthesized expression boundaries in the formatter (#26344)
  • Improve performance of rendering edits in preview mode (#26565)
  • Inline fits_element in formatter (#26429)
  • Inline formatter printing hot paths (#26504)
  • Lazily create builtin bindings (#26510)
  • Skip empty trivia scans in the source indexer (#26507)
  • Use ICF for macOS release builds (#25780)

Formatter

  • Add --extend-exclude to ruff format (#26372)

Documentation

  • Add "How does Ruff's import sorting compare to isort?" link to README (#26530)
  • Fix Mozilla Firefox repository link in README (#26537)
  • [flake8-bandit] Fix misleading docstring for mako-templates (S702) (#26432)
  • [ruff] Fix non-triggering example for if-key-in-dict-del (RUF051) (#26433)

Contributors

... (truncated)

Commits

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

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

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
  • 276c391 Bump hypothesis version to 6.156.6 and update changelog
  • c6e2305 Merge pull request #4791 from dylan-bakr/strip-auth-on-redirect
  • 988999a use add_unredirected_header instead
  • e8458dd Bump hypothesis version to 6.156.5 and update changelog
  • db2968a Merge pull request #4794 from Liam-DeVoe/publish-x86-wheels
  • a4d3a6d build 32bit wheels for windows and linux
  • 8683661 Bump hypothesis version to 6.156.4 and update changelog
  • d55de5a Merge pull request #4793 from Liam-DeVoe/abi3-wheels
  • 81be9b1 Merge pull request #4792 from HypothesisWorks/fix-version-import
  • 503f86d ship abi3 wheels
  • 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 83.0.0.20260706

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 48 updates in the /api directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.15.0` |
| [dotenv-linter](https://github.com/wemake-services/dotenv-linter) | `0.7.0` | `0.8.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.21` |
| [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.46` |
| [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.6` |
| [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` | `83.0.0.20260706` |
| [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.2.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 `dotenv-linter` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/wemake-services/dotenv-linter/releases)
- [Changelog](https://github.com/wemake-services/dotenv-linter/blob/master/CHANGELOG.md)
- [Commits](wemake-services/dotenv-linter@0.7.0...0.8.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.21
- [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.21)

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.46
- [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.6
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.4...v6.156.6)

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 83.0.0.20260706
- [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.2.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.20.2...v2.2.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: dotenv-linter
  dependency-version: 0.8.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.21
  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.46
  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.6
  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: 83.0.0.20260706
  dependency-type: direct:development
  update-type: version-update:semver-major
  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.2.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 10, 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