Skip to content

build(deps): bump the minor-and-patch group with 9 updates #631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the minor-and-patch group with 9 updates:

Package From To
isort 6.0.0 6.0.1
pytest 8.3.4 8.3.5
authlib 1.4.1 1.5.1
cryptography 44.0.1 44.0.2
levenshtein 0.26.1 0.27.1
python-levenshtein 0.26.1 0.27.1
rapidfuzz 3.12.1 3.12.2
setuptools 75.8.0 75.8.2
typer 0.15.1 0.15.2

Updates isort from 6.0.0 to 6.0.1

Release notes

Sourced from isort's releases.

6.0.1

Changes

🪲 Fixes

👷 Continuous Integration

Commits

Updates pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

Updates authlib from 1.4.1 to 1.5.1

Release notes

Sourced from authlib's releases.

Version 1.5.0

  • Fix token introspection auth method for clients. #662
  • Optional typ claim in JWT tokens. #696
  • JWT validation leeway. #689
  • Implement server-side RFC9207. #700 #701
  • generate_id_token can take a kid parameter. #702
  • More detailed InvalidClientError. #706
  • OpenID Connect Dynamic Client Registration implementation. #707
Changelog

Sourced from authlib's changelog.

Version 1.5.1

Released on Feb 28, 2025

  • Fix RFC9207 iss parameter. :pr:715

Version 1.5.0

Released on Feb 25, 2025

  • Fix token introspection auth method for clients. :pr:662
  • Optional typ claim in JWT tokens. :pr:696
  • JWT validation leeway. :pr:689
  • Implement server-side :rfc:RFC9207 <9207>. :issue:700 :pr:701
  • generate_id_token can take a kid parameter. :pr:702
  • More detailed InvalidClientError. :pr:706
  • OpenID Connect Dynamic Client Registration implementation. :pr:707
Commits
  • 4eafdc2 chore: release 1.5.1
  • 0e7e344 Merge pull request #715 from azmeuk/rfc9207
  • b57932b fix: RFC9207 iss parameter
  • 7833a88 Merge pull request #713 from geigerzaehler/full-entropy
  • 642dfa3 doc: fix an example import for rfc9207
  • 5c507a8 fix: Use full entropy from specified oct key size
  • 2d0396e chore: release 1.5.0
  • da87c8b doc: update changelog
  • b79d868 Merge pull request #662 from AdamWill/oauth2-fix-introspect-endpoint
  • 24c2bd8 chore: add a dependency group for the documentation
  • Additional commits viewable in compare view

Updates cryptography from 44.0.1 to 44.0.2

Changelog

Sourced from cryptography's changelog.

44.0.2 - 2025-03-01


* We now build wheels for PyPy 3.11.

.. _v44-0-1:

Commits

Updates levenshtein from 0.26.1 to 0.27.1

Release notes

Sourced from levenshtein's releases.

Release 0.27.1

Changed

  • fix build with scikit-build-core v0.11
  • upgrade to Cython==3.0.12

Release 0.27.0

Fixed

  • avoid instantiation of basic_string for unsupported types

Changed

  • upgrade rapidfuzz-cpp to v3.2.0
Changelog

Sourced from levenshtein's changelog.

v0.27.1

Changed

  • fix build with scikit-build-core v0.11
  • upgrade to Cython==3.0.12

v0.27.0

Fixed

  • avoid instantiation of basic_string for unsupported types

Changed

  • upgrade rapidfuzz-cpp to v3.2.0
Commits

Updates python-levenshtein from 0.26.1 to 0.27.1

Release notes

Sourced from python-levenshtein's releases.

Release 0.27.1

Changed

  • fix build with scikit-build-core v0.11
  • upgrade to Cython==3.0.12
Changelog

Sourced from python-levenshtein's changelog.

v0.27.1

Changed

  • fix build with scikit-build-core v0.11
  • upgrade to Cython==3.0.12
Commits

Updates rapidfuzz from 3.12.1 to 3.12.2

Release notes

Sourced from rapidfuzz's releases.

Release 3.12.2

Added

  • added wheels for pypy 3.11
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.12.2] - 2025-03-02 ^^^^^^^^^^^^^^^^^^^^^ Added

* added wheels for pypy 3.11

Changed

  • upgrade to Cython==3.0.12

[3.12.1] - 2025-01-30 ^^^^^^^^^^^^^^^^^^^^^ Fixed

* fix version number

[3.12.0] - 2025-01-16 ^^^^^^^^^^^^^^^^^^^^^ Changed

  • generate code for fallback imports to be better parseable for tools bundling Python applications into a single binary (examples are cx-freeze and pyinstaller)

Added

* added support for taskflow 3.9.0

[3.11.0] - 2024-12-17 ^^^^^^^^^^^^^^^^^^^^^ Performance

  • improve calculation of min score inside partial_ratio so it can skip more alignments

Added

* added build support for emscripten

[3.10.1] - 2024-10-24 ^^^^^^^^^^^^^^^^^^^^^ Fixed

  • fix compilation on clang-19
  • fix incorrect results in simd optimized implementation of Levenshtein and OSA on 32bit targets

Added

</tr></table> 

... (truncated)

Commits

Updates setuptools from 75.8.0 to 75.8.2

Changelog

Sourced from setuptools's changelog.

v75.8.2

Bugfixes

  • Fixed pkg_resources.require(...) to also consider standardised dist-info directories. (#4856)

v75.8.1

Bugfixes

  • Fix wheel file naming to follow binary distribution specification -- by :user:di (#4766)
  • Fixed crash generating error message printed when building wheels for the free-threaded build using the limited API. -- by :user:ngoldbaum (#4809)
  • Fix documentation for recent CFLAGS distutils change. -- by :user:thesamesam (#4836)
Commits
  • 9aa3771 Bump version: 75.8.1 → 75.8.2
  • c0f39c0 Update WorkingSet.find to consider standardised .dist-info directory names (#...
  • edca181 Add news fragment
  • 22355fc Also consider '-' separator in tests
  • 8280e2c Attempt to solve path normalisation issue in windows tests
  • a3718c8 Slightly change test, so that we are sure about the correct distribution bein...
  • 23b73aa Fix mypy errors
  • 2c24223 Update WorkingSet.find to consider standardised dist-info names
  • 79d6e46 Add regression test for issue 4853
  • 56c055b Bump version: 75.8.0 → 75.8.1
  • Additional commits viewable in compare view

Updates typer from 0.15.1 to 0.15.2

Release notes

Sourced from typer's releases.

0.15.2

Features

  • ✨ Allow custom styles for commands in help output. PR #1103 by @​TheTechromancer.
  • ✨ Avoid the unnecessary import of typing_extensions in newer Python versions. PR #1048 by @​horta.

Fixes

Refactors

  • 🚚 Rename test to corner-cases to make it more explicit. PR #1083 by @​tiangolo.

Docs

  • ✏️ Fix small typos in the tutorial documentation. PR #1137 by @​svlandeg.
  • 📝 Update optional CLI argument section in tutorial with Annotated. PR #983 by @​gkeuccsr.
  • 📝 Clarify the need for mix_stderr when accessing the output of stderr in tests. PR #1045 by @​mrchrisadams.

Internal

... (truncated)

Changelog

Sourced from typer's changelog.

0.15.2

Features

  • ✨ Allow custom styles for commands in help output. PR #1103 by @​TheTechromancer.
  • ✨ Avoid the unnecessary import of typing_extensions in newer Python versions. PR #1048 by @​horta.

Fixes

Refactors

  • 🚚 Rename test to corner-cases to make it more explicit. PR #1083 by @​tiangolo.

Docs

  • ✏️ Fix small typos in the tutorial documentation. PR #1137 by @​svlandeg.
  • 📝 Update optional CLI argument section in tutorial with Annotated. PR #983 by @​gkeuccsr.
  • 📝 Clarify the need for mix_stderr when accessing the output of stderr in tests. PR #1045 by @​mrchrisadams.

Internal

... (truncated)

Commits
  • 5474f0b 🔖 Release version 0.15.2
  • 31f5222 📝 Update release notes
  • e8096c9 ✨ Allow custom styles for commands in help output (#1103)
  • f12ecec 📝 Update release notes
  • a169a35 ✏️ Fix small typos in the tutorial documentation (#1137)
  • d3d3e46 📝 Update release notes
  • 1332596 🔧 Add support for Python 3.13, tests in CI and add PyPI trove classifier (#1091)
  • cdeb036 📝 Update release notes
  • 4f04666 🐛 Fix shell completions for the fish shell (#1069)
  • 85ca5b5 📝 Update release notes
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 minor-and-patch group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [authlib](https://github.com/lepture/authlib) | `1.4.1` | `1.5.1` |
| [cryptography](https://github.com/pyca/cryptography) | `44.0.1` | `44.0.2` |
| [levenshtein](https://github.com/rapidfuzz/Levenshtein) | `0.26.1` | `0.27.1` |
| [python-levenshtein](https://github.com/rapidfuzz/python-Levenshtein) | `0.26.1` | `0.27.1` |
| [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.12.1` | `3.12.2` |
| [setuptools](https://github.com/pypa/setuptools) | `75.8.0` | `75.8.2` |
| [typer](https://github.com/fastapi/typer) | `0.15.1` | `0.15.2` |


Updates `isort` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.0...6.0.1)

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

Updates `authlib` from 1.4.1 to 1.5.1
- [Release notes](https://github.com/lepture/authlib/releases)
- [Changelog](https://github.com/lepture/authlib/blob/main/docs/changelog.rst)
- [Commits](authlib/authlib@v1.4.1...v1.5.1)

Updates `cryptography` from 44.0.1 to 44.0.2
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@44.0.1...44.0.2)

Updates `levenshtein` from 0.26.1 to 0.27.1
- [Release notes](https://github.com/rapidfuzz/Levenshtein/releases)
- [Changelog](https://github.com/rapidfuzz/Levenshtein/blob/main/HISTORY.md)
- [Commits](rapidfuzz/Levenshtein@v0.26.1...v0.27.1)

Updates `python-levenshtein` from 0.26.1 to 0.27.1
- [Release notes](https://github.com/rapidfuzz/python-Levenshtein/releases)
- [Changelog](https://github.com/rapidfuzz/python-Levenshtein/blob/main/HISTORY.md)
- [Commits](rapidfuzz/python-Levenshtein@v0.26.1...v0.27.1)

Updates `rapidfuzz` from 3.12.1 to 3.12.2
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.12.1...v3.12.2)

Updates `setuptools` from 75.8.0 to 75.8.2
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.8.0...v75.8.2)

Updates `typer` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.15.1...0.15.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: authlib
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: cryptography
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: levenshtein
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: python-levenshtein
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rapidfuzz
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: setuptools
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typer
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 3, 2025
@gadomski gadomski merged commit fb8099f into main Mar 3, 2025
8 checks passed
@gadomski gadomski deleted the dependabot/pip/minor-and-patch-9d776c4d11 branch March 3, 2025 12:42
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 Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant