Skip to content

chore(deps)(deps): bump the python-minor-patch group with 4 updates - #228

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-minor-patch-e1049ed91c
Open

chore(deps)(deps): bump the python-minor-patch group with 4 updates#228
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-minor-patch-e1049ed91c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the python-minor-patch group with 4 updates: sphinx-autodoc-typehints, faker, coverage and locust.

Updates sphinx-autodoc-typehints from 3.12.1 to 3.13.0

Release notes

Sourced from sphinx-autodoc-typehints's releases.

3.13.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.11.1...3.13.0

Commits
  • 39e9e1c 👷 ci(python): test against Python 3.15 beta (#735)
  • 6620c76 [pre-commit.ci] pre-commit autoupdate (#734)
  • 1463cb4 Replace prettier with mdformat and yamlfmt (#733)
  • 2275416 🐛 fix(overloads): keep summary above overloads (#731)
  • 543af34 🐛 fix(annotations): use py:class for types on 3.13+ (#732)
  • b9a1be9 build(deps): bump astral-sh/setup-uv from 8.3.1 to 8.3.2 (#729)
  • 18d1350 build(deps): bump astral-sh/setup-uv from 8.3.0 to 8.3.1 (#728)
  • 6f451f9 [pre-commit.ci] pre-commit autoupdate (#727)
  • 0226995 build(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 (#726)
  • 1a53a63 [pre-commit.ci] pre-commit autoupdate (#725)
  • Additional commits viewable in compare view

Updates faker from 40.28.1 to 40.36.0

Release notes

Sourced from faker's releases.

Release v40.36.0

See CHANGELOG.md.

Release v40.35.0

See CHANGELOG.md.

Release v40.34.0

See CHANGELOG.md.

Release v40.33.2

See CHANGELOG.md.

Release v40.33.1

See CHANGELOG.md.

Release v40.33.0

See CHANGELOG.md.

Release v40.32.0

See CHANGELOG.md.

Release v40.31.0

See CHANGELOG.md.

Release v40.30.0

See CHANGELOG.md.

Release v40.29.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.36.0 - 2026-07-24

  • Fix: correct uk_UA bban_format to 6 digits + 19 letters so iban() generates valid Ukrainian IBANs (#2417). Thanks @​CedricConday.

v40.35.0 - 2026-07-22

  • Fix: add correct bban_format so ru_RU iban() generates valid Russian IBANs (#2416). Thanks @​CedricConday.

v40.34.0 - 2026-07-22

  • Fix: correct BBAN length so da_DK iban() generates valid Danish IBANs (#2409). Thanks @​CedricConday.

v40.33.2 - 2026-07-22

  • Validate positive=True against a non-positive max_value in pydecimal (#2428). Thanks @​Sreekant13.

v40.33.1 - 2026-07-22

  • Make uuid1() and uuid7() reproducible under a fixed seed (#2427). Thanks @​vidigoat.

v40.33.0 - 2026-07-22

  • Add alphanumeric CNPJ support for pt_BR via flag (#2402). Thanks @​moohbr.

v40.32.0 - 2026-07-20

v40.31.0 - 2026-07-14

  • Fix: correct BBAN length so pt_BR iban() generates valid Brazilian IBANs (#2410). Thanks @​CedricConday.

v40.30.0 - 2026-07-14

v40.29.0 - 2026-07-14

Commits
  • 62d5a6a Bump version: 40.35.0 → 40.36.0
  • 09c254a 📝 Update CHANGELOG.md
  • ce45ebd fix(uk_UA): correct bban_format to 6 digits + 19 letters so iban() is valid (...
  • 8ad78a6 Merge pull request #2434 from joke2k/joke2k-security-md
  • ce3d3b1 Add SECURITY.md to the manifest file
  • ac535cf Revise security policy for clarity and updates
  • 4b7d4d7 💄 Lint code
  • 2e83f45 Bump version: 40.34.0 → 40.35.0
  • b1caba1 📝 Update CHANGELOG.md
  • 706aaca 💄 Lint code
  • Additional commits viewable in compare view

Updates coverage from 7.15.0 to 7.15.2

Release notes

Sourced from coverage's releases.

7.15.2

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229.

➡️  PyPI page: coverage 7.15.2. :arrow_right:  To install: python3 -m pip install coverage==7.15.2

7.15.1

Version 7.15.1 — 2026-07-12

  • Fix: in the HTML report with show_contexts enabled, a context label containing </script> (for example a parametrized pytest node id) could close the inline <script> element in a file page early, injecting markup. Context labels are now fully escaped. Thanks, Rajath Mohare.
  • A number of performance improvements thanks to Paul Kehrer, in pull requests 2213, 2214, 2215, 2216, 2218, 2220, and 2221.

➡️  PyPI page: coverage 7.15.1. :arrow_right:  To install: python3 -m pip install coverage==7.15.1

Changelog

Sourced from coverage's changelog.

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229_.

.. _issue 2229: coveragepy/coveragepy#2229

.. _changes_7-15-1:

Version 7.15.1 — 2026-07-12

  • Fix: in the HTML report with show_contexts enabled, a context label containing </script> (for example a parametrized pytest node id) could close the inline <script> element in a file page early, injecting markup. Context labels are now fully escaped. Thanks, Rajath Mohare <pull 2224_>_.

  • A number of performance improvements thanks to Paul Kehrer, in pull requests 2213 <pull 2213_>, 2214 <pull 2214_>, 2215 <pull 2215_>, 2216 <pull 2216_>, 2218 <pull 2218_>, 2220 <pull 2220_>, and 2221 <pull 2221_>_.

.. _pull 2213: coveragepy/coveragepy#2213 .. _pull 2214: coveragepy/coveragepy#2214 .. _pull 2215: coveragepy/coveragepy#2215 .. _pull 2216: coveragepy/coveragepy#2216 .. _pull 2218: coveragepy/coveragepy#2218 .. _pull 2220: coveragepy/coveragepy#2220 .. _pull 2221: coveragepy/coveragepy#2221 .. _pull 2224: coveragepy/coveragepy#2224

.. _changes_7-15-0:

Commits
  • 50d8659 docs: sample HTML for 7.15.2
  • b5eed20 docs: prep for 7.15.2
  • 78cab6e fix: reduce memory use during reporting. #2229 (#2231)
  • b4c1fda build: bump version to 7.15.2
  • da63bed docs: sample HTML for 7.15.1
  • bc35e64 docs: prep for 7.15.1
  • 182b010 perf: resolve sysmon branch events lazily, one pair at a time (#2221)
  • ee271ee perf: compute multiline maps cheaply in the sysmon core (#2220)
  • 1441b96 chore: bump the action-dependencies group with 6 updates (#2225)
  • dd80635 fix: escape context labels in html report inline script block (#2224)
  • Additional commits viewable in compare view

Updates locust from 2.44.4 to 2.46.2

Release notes

Sourced from locust's releases.

2.46.2

What's Changed

New Contributors

Full Changelog: locustio/locust@2.46.1...2.46.2

2.46.1

What's Changed

New Contributors

Full Changelog: locustio/locust@2.46.0...2.46.1

2.46.0

What's Changed

New Contributors

Full Changelog: locustio/locust@2.45.0...2.46.0

2.45.0

What's Changed

... (truncated)

Changelog

Sourced from locust's changelog.

2.46.2 (2026-07-24)

Full Changelog

Closed issues:

  • get_response_time_percentile counts None (async) requests in the denominator, deflating all reported percentiles #3472

Merged pull requests:

2.46.1 (2026-07-20)

Full Changelog

Closed issues:

  • [Feature-Request][Web UI] Preserve Custom Parameters/Options values during edit #3462

Merged pull requests:

2.46.0 (2026-07-19)

Full Changelog

Closed issues:

  • Unexpected Behaviour When Using the json Method with --class-picker #3435
  • parse_options() emits deprecation warning via print() instead of warnings.warn(DeprecationWarning) #3433
  • proper_round gives wrong result for integer inputs when digits > 0 #3430
  • Code quality observations (3 high priority) #3427

Merged pull requests:

... (truncated)

Commits
  • 5493f26 Merge pull request #3481 from locustio/dependabot/uv/cryptography-48.0.1
  • 4428849 build(deps-dev): bump cryptography from 46.0.7 to 48.0.1
  • 635a389 Merge pull request #3480 from locustio/dependabot/npm_and_yarn/locust/webui/p...
  • cdeeaa4 build(deps): bump picomatch from 2.3.1 to 2.3.2 in /locust/webui
  • bd43a0b Merge pull request #3479 from locustio/dependabot/npm_and_yarn/locust/webui/m...
  • e58013a build(deps): bump minimatch from 3.1.2 to 3.1.5 in /locust/webui
  • 9ad0f83 Merge pull request #3477 from locustio/dependabot/npm_and_yarn/locust/webui/t...
  • b6ff319 Merge pull request #3478 from locustio/dependabot/npm_and_yarn/locust/webui/b...
  • c8ef6f2 build(deps): bump brace-expansion from 1.1.12 to 1.1.16 in /locust/webui
  • 83884f5 build(deps): bump tar from 7.5.7 to 7.5.22 in /locust/webui
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-minor-patch group with 4 updates: [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints), [faker](https://github.com/joke2k/faker), [coverage](https://github.com/coveragepy/coveragepy) and [locust](https://github.com/locustio/locust).


Updates `sphinx-autodoc-typehints` from 3.12.1 to 3.13.0
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](tox-dev/sphinx-autodoc-typehints@3.12.1...3.13.0)

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

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

Updates `locust` from 2.44.4 to 2.46.2
- [Release notes](https://github.com/locustio/locust/releases)
- [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md)
- [Commits](locustio/locust@2.44.4...2.46.2)

---
updated-dependencies:
- dependency-name: sphinx-autodoc-typehints
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: faker
  dependency-version: 40.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: coverage
  dependency-version: 7.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor-patch
- dependency-name: locust
  dependency-version: 2.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant