-
-
Notifications
You must be signed in to change notification settings - Fork 17
Bump the dependencies group across 1 directory with 32 updates #177
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
Closed
+32
−32
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 32 updates in the /.config directory: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `5.5.2` | `6.0.0` | | [cairosvg](https://github.com/Kozea/CairoSVG) | `2.7.1` | `2.8.2` | | [certifi](https://github.com/certifi/python-certifi) | `2025.1.31` | `2025.4.26` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.1` | `3.4.2` | | [coverage](https://github.com/nedbat/coveragepy) | `7.8.0` | `7.8.2` | | [cryptography](https://github.com/pyca/cryptography) | `44.0.2` | `45.0.3` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.2` | `1.3.0` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.7.2` | `1.7.3` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.6.1` | `8.7.0` | | [importlib-resources](https://github.com/python/importlib_resources) | `5.0.7` | `6.5.2` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.23.0` | `4.24.0` | | [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications) | `2024.10.1` | `2025.4.1` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.8` | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.4.1` | `1.4.2` | | [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) | `1.4.5` | `1.4.7` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.11` | `9.6.14` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.10` | `1.16.12` | | [packaging](https://github.com/pypa/packaging) | `24.2` | `25.0` | | [pillow](https://github.com/python-pillow/Pillow) | `11.1.0` | `11.2.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.7` | `4.3.8` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.5.0` | `1.6.0` | | [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.50` | `3.0.51` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.14.3` | `10.15` | | [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.9.0` | `1.9.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.0` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.6.1` | `3.7.0` | | [pyyaml-env-tag](https://github.com/waylan/pyyaml-env-tag) | `0.1` | `1.1` | | [rpds-py](https://github.com/crate-py/rpds) | `0.24.0` | `0.25.1` | | [setproctitle](https://github.com/dvarrazzo/py-setproctitle) | `1.3.5` | `1.3.6` | | [termcolor](https://github.com/termcolor/termcolor) | `3.0.1` | `3.1.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.3.0` | `2.4.0` | | [zipp](https://github.com/jaraco/zipp) | `3.21.0` | `3.23.0` | Updates `cachetools` from 5.5.2 to 6.0.0 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v5.5.2...v6.0.0) Updates `cairosvg` from 2.7.1 to 2.8.2 - [Release notes](https://github.com/Kozea/CairoSVG/releases) - [Changelog](https://github.com/Kozea/CairoSVG/blob/main/NEWS.rst) - [Commits](Kozea/CairoSVG@2.7.1...2.8.2) Updates `certifi` from 2025.1.31 to 2025.4.26 - [Commits](certifi/python-certifi@2025.01.31...2025.04.26) Updates `charset-normalizer` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.1...3.4.2) Updates `coverage` from 7.8.0 to 7.8.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.8.0...7.8.2) Updates `cryptography` from 44.0.2 to 45.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.2...45.0.3) Updates `exceptiongroup` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.2.2...1.3.0) Updates `griffe` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.7.2...1.7.3) Updates `importlib-metadata` from 8.6.1 to 8.7.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.6.1...v8.7.0) Updates `importlib-resources` from 5.0.7 to 6.5.2 - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](python/importlib_resources@v5.0.7...v6.5.2) Updates `jsonschema` from 4.23.0 to 4.24.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.23.0...v4.24.0) Updates `jsonschema-specifications` from 2024.10.1 to 2025.4.1 - [Release notes](https://github.com/python-jsonschema/jsonschema-specifications/releases) - [Commits](python-jsonschema/jsonschema-specifications@v2024.10.1...v2025.4.1) Updates `markdown` from 3.7 to 3.8 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.7...3.8) Updates `mkdocs-autorefs` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/mkdocstrings/autorefs/releases) - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/autorefs@1.4.1...1.4.2) Updates `mkdocs-git-revision-date-localized-plugin` from 1.4.5 to 1.4.7 - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.4.5...v1.4.7) Updates `mkdocs-material` from 9.6.11 to 9.6.14 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.11...9.6.14) Updates `mkdocstrings-python` from 1.16.10 to 1.16.12 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.10...1.16.12) Updates `packaging` from 24.2 to 25.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.2...25.0) Updates `pillow` from 11.1.0 to 11.2.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.1.0...11.2.1) Updates `platformdirs` from 4.3.7 to 4.3.8 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.7...4.3.8) Updates `pluggy` from 1.5.0 to 1.6.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.5.0...1.6.0) Updates `prompt-toolkit` from 3.0.50 to 3.0.51 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](prompt-toolkit/python-prompt-toolkit@3.0.50...3.0.51) Updates `pymdown-extensions` from 10.14.3 to 10.15 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.14.3...10.15) Updates `pyproject-api` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/tox-dev/pyproject-api/releases) - [Commits](tox-dev/pyproject-api@1.9.0...1.9.1) Updates `pytest` from 8.3.5 to 8.4.0 - [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.5...8.4.0) Updates `pytest-xdist` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v3.6.1...v3.7.0) Updates `pyyaml-env-tag` from 0.1 to 1.1 - [Commits](waylan/pyyaml-env-tag@0.1...1.1) Updates `rpds-py` from 0.24.0 to 0.25.1 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.24.0...v0.25.1) Updates `setproctitle` from 1.3.5 to 1.3.6 - [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst) - [Commits](dvarrazzo/py-setproctitle@version-1.3.5...version-1.3.6) Updates `termcolor` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/termcolor/termcolor/releases) - [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md) - [Commits](termcolor/termcolor@3.0.1...3.1.0) Updates `urllib3` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.3.0...2.4.0) Updates `zipp` from 3.21.0 to 3.23.0 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.21.0...v3.23.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: cairosvg dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: certifi dependency-version: 2025.4.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: charset-normalizer dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage dependency-version: 7.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cryptography dependency-version: 45.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: exceptiongroup dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: griffe dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: importlib-metadata dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: importlib-resources dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: jsonschema dependency-version: 4.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: jsonschema-specifications dependency-version: 2025.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-autorefs dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-version: 1.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocs-material dependency-version: 9.6.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocstrings-python dependency-version: 1.16.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: packaging dependency-version: '25.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pillow dependency-version: 11.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: platformdirs dependency-version: 4.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: prompt-toolkit dependency-version: 3.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pymdown-extensions dependency-version: '10.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyproject-api dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest-xdist dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyyaml-env-tag dependency-version: '1.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: rpds-py dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: setproctitle dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: termcolor dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: zipp dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Label error. Requires exactly 1 of: bug, chore, enhancement, major, minor, patch, skip-changelog. Found: major, skip-changelog, dependencies, dependabot-deps-updates |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependabot-deps-updates
dependencies
major
Marks an important and likely breaking change.
skip-changelog
Can be missed from the changelog.
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 32 updates in the /.config directory:
5.5.2
6.0.0
2.7.1
2.8.2
2025.1.31
2025.4.26
3.4.1
3.4.2
7.8.0
7.8.2
44.0.2
45.0.3
1.2.2
1.3.0
1.7.2
1.7.3
8.6.1
8.7.0
5.0.7
6.5.2
4.23.0
4.24.0
2024.10.1
2025.4.1
3.7
3.8
1.4.1
1.4.2
1.4.5
1.4.7
9.6.11
9.6.14
1.16.10
1.16.12
24.2
25.0
11.1.0
11.2.1
4.3.7
4.3.8
1.5.0
1.6.0
3.0.50
3.0.51
10.14.3
10.15
1.9.0
1.9.1
8.3.5
8.4.0
3.6.1
3.7.0
0.1
1.1
0.24.0
0.25.1
1.3.5
1.3.6
3.0.1
3.1.0
2.3.0
2.4.0
3.21.0
3.23.0
Updates
cachetools
from 5.5.2 to 6.0.0Changelog
Sourced from cachetools's changelog.
Commits
e497575
Release v6.0.0.0a8f391
Update related projects section.3afef37
Pre-release v6.0.0b4.34815dd
Update documentation for v6.0.0.8854b50
Add intersphinx extension.0af4a07
Bump codecov/codecov-action from 5.4.0 to 5.4.2ad42371
Merge pull request #349 from tkem/dependabot/github_actions/actions/setup-pyt...987c076
Bump actions/setup-python from 5.5.0 to 5.6.027d0dce
Add cache_condition wrapper attribute (and refactor a bit).37b5c12
Use class method attributes in tests.Updates
cairosvg
from 2.7.1 to 2.8.2Release notes
Sourced from cairosvg's releases.
Changelog
Sourced from cairosvg's changelog.
Commits
9e8c6ed
Version 2.8.21c28b57
De-duplicate input string encodingb4670ec
Merge pull request #443 from marcelometal/ensure-bytestring-type-before-gzip245b3f2
Ensure bytestring is bytes before checking for gzip headere5128ec
Version 2.8.1abdb8f9
Allow both text- and bytes-based file objects as input37952cd
Version 2.8.05b1c860
Update setup.cfg500391d
Update supported Python versionsabafa8a
Don’t crash when more than 2 values are given to translate and scaleUpdates
certifi
from 2025.1.31 to 2025.4.26Commits
275c9eb
2025.04.26 (#347)3788331
Bump actions/setup-python from 5.4.0 to 5.5.0 (#346)9d1f1b7
Bump actions/download-artifact from 4.1.9 to 4.2.1 (#344)96b97a5
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#343)c054ed3
Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#342)44547fc
Bump actions/download-artifact from 4.1.8 to 4.1.9 (#341)5ea5124
Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#340)2f142b7
Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#339)80d2ebd
Bump actions/setup-python from 5.3.0 to 5.4.0 (#337)Updates
charset-normalizer
from 3.4.1 to 3.4.2Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
6422af1
📝 update release date0e60ec1
🔖 Release 3.4.2 (#614)f6630ce
⬆️ Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#617)677c999
⬆️ Bump actions/download-artifact from 4.2.1 to 4.3.0 (#618)960ab1e
⬆️ Bump actions/setup-python from 5.5.0 to 5.6.0 (#619)6eb6325
⬆️ Bump github/codeql-action from 3.28.10 to 3.28.16 (#620)c99c0f2
⬆️ Update coverage requirement from <7.7,>=7.2.7 to >=7.2.7,<7.9 (#606)270f28e
⬆️ Bump actions/setup-python from 5.4.0 to 5.5.0 (#607)d4d89a0
⬆️ Bump pypa/cibuildwheel from 2.22.0 to 2.23.2 (#608)905fcf5
⬆️ Bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#609)Updates
coverage
from 7.8.0 to 7.8.2Changelog
Sourced from coverage's changelog.
Commits
51ab2e5
build: have to keep expected dist counts in syncbe7bbf2
docs: sample HTML for 7.8.23cee850
docs: prep for 7.8.239bc6b0
docs: provide more details if the kit matrix is edited.a608fb3
build: add support for Windows arm64 (#1972)2fe6225
build: runtox lint
if actions have changed3d93a78
docs: docs need scriv for making github releases0c443a2
build: bump version to 7.8.2ed98b87
docs: sample HTML for 7.8.1b98bc9b
docs: prep for 7.8.1Updates
cryptography
from 44.0.2 to 45.0.3Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
5038495
backports for 45.0.3 release (#12979)f81c075
Backport mypy fixes for release (#12930)8ea28e0
bump for 45.0.1 (#12922)6784097
bump for 45 release (#12886)2d9c1c9
bump MSRV to 1.74 (#12919)6c18874
Bump BoringSSL, OpenSSL, AWS-LC in CI (#12918)43fd312
add test vectors for upcoming explicit curve loading (#12913)6bfa0a3
chore(deps): bump asn1 from 0.21.2 to 0.21.3 (#12914)a88dd66
chore(deps): bump cc from 1.2.22 to 1.2.23 (#12912)e4e9840
chore(deps): bump uv from 0.7.3 to 0.7.4 in /.github/requirements (#12911)Updates
exceptiongroup
from 1.2.2 to 1.3.0Release notes
Sourced from exceptiongroup's releases.
Changelog
Sourced from exceptiongroup's changelog.
... (truncated)
Commits
77fba8a
Added the release version5e153aa
Revert "Migrated test dependencies to dependency groups"5000bfe
Migrated tox configuration to native TOML427220d
Updated pytest options4ca264f
Migrated test dependencies to dependency groups163c3a8
Marked test_exceptions_mutate_original_sequence as xfail on pypy3.11a176574
Always create the exceptions tuple at init and return it from the exceptions ...550b796
Added BaseExceptionGroup.init, following CPython (#142)2a84dfd
Added typevar defaults to (Base)ExceptionGroup (#147)fb9133b
[pre-commit.ci] pre-commit autoupdate (#145)Updates
griffe
from 1.7.2 to 1.7.3Release notes
Sourced from griffe's releases.
Changelog
Sourced from griffe's changelog.
Commits
4c6907c
chore: Prepare release 1.7.32666399
fix: Don't output color codes with GitHub format6561643
chore: Template upgrade5930e0b
docs: Fix logo in README4e73b3e
refactor: Log a debug message when inspecting a module raises an errorUpdates
importlib-metadata
from 8.6.1 to 8.7.0Changelog
Sourced from importlib-metadata's changelog.
Commits
708dff4
Finalizeb3065f0
Merge pull request #519 from python/bugfix/493-metadata-missinge4351c2
Add a new test capturing the new expectation.5a65705
Refactor the casting into a wrapper for brevity and to document its purpose.0830c39
Add news fragment.22bb567
Fix type errors where metadata could be None.57f31d7
Allow metadata to return None when there is no metadata present.b9c4be4
Merge pull request #518 from python/bugfix/488-bad-ep-value9f8af01
Prefer a cached property, as the property is likely to be retrieved at least ...f179e28
Also raise ValueError on construction if the value is invalid.Updates
importlib-resources
from 5.0.7 to 6.5.2Changelog
Sourced from importlib-resources's changelog.
... (truncated)
Commits
7d3b2bf
Finalize1440809
Merge pull request #324 from pstjohn/patch-16569354
Add news fragment.6c1bc3c
Rely on Literal from stdlib.883380a
Update pyproject.tomla61a948
Add typing-extensions as a dependency78c4bda
Finalize10d87bf
Merge pull request #321 from kurtmckee/add-readtext-errors-parameter-cpython-...9a872e5
Add news fragment.cf269ce
Replace unreachable block with simple assertion. Fixes diffcov failure.Updates
jsonschema
from 4.23.0 to 4.24.0Release notes
Sourced from jsonschema's releases.
Changelog
Sourced from jsonschema's changelog.
Commits
3e23ee5
Add the bugfix to the changelog.8917e85
Stop running CIFuzz.737e5ed
Rely on ruff in pre-commit.57e5e03
Test via PyPy 3.11.d6c2ad7
Add the zizmor setup here as well.af9a857
Drop a dead pyproject section.c64ef84
This is less true than it once was...9ff926f
Merge branch 'additional-evaluated'8290667
We still need to ditch pip-licenses...6d973b5
Update pre-commit hooks.Updates
jsonschema-specifications
from 2024.10.1 to 2025.4.1Release notes
Sourced from jsonschema-specifications's releases.
Commits
e3b0c79
Merge pull request #92 from python-jsonschema/pre-commit-ci-update-config7baf069
Merge pull request #93 from cdce8p/mainde30014
Add SPDX license identifier26b9687
[pre-commit.ci] pre-commit autoupdatea8d179a
Merge pull request #91 from python-jsonschema/pre-commit-ci-update-config9d19c46
[pre-commit.ci] pre-commit autoupdate865ee26
Merge pull request #90 from python-jsonschema/pre-commit-ci-update-config89e5dbe
[pre-commit.ci] pre-commit autoupdate4f5a550
Merge pull request #89 from python-jsonschema/pre-commit-ci-update-config9289b54
[pre-commit.ci] pre-commit autoupdateUpdates
markdown
from 3.7 to 3.8Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
b34e1d0
Bump version to 3.8e6b7163
Update deploy workflow to normalize versionbd67d48
Improve changelog validatione912575
Fix incorrect TOC list structure in docs42d4b43
Fix CI badge in README1caf028
Optimize raw HTML post-processor (#1510)f6cfc5c
Use PEP 639 license expressions in project metadata9c6e39a
Add Python 3.13 and drop Python 3.87aae61b
Add special case for closing nested quotes0ad5b0a
Abbr should respect AtomicStringsUpdates
mkdocs-autorefs
from 1.4.1 to 1.4.2Release notes
Sourced from mkdocs-autorefs's releases.
Changelog
Sourced from mkdocs-autorefs's changelog.
Commits
ca304f0
chore: Prepare release 1.4.25e77f7f
build: Exclude mypy cache from dists47238d4
chore: Template upgradeUpdates
mkdocs-git-revision-date-localized-plugin
from 1.4.5 to 1.4.7Release notes
Sourced from mkdocs-git-revision-date-localized-plugin's releases.
Commits
c511b3f
Merge branch 'master' of https://github.com/timvink/mkdocs-git-revision-date-...992c38f
bump to v1.4.7666bee0
Merge pull request #187 from mgorny/click8278ff40b
Fix tests for click >= 8.2.0e0babba
Pin dev dependency ofclick
to <8.2.0