-
-
Notifications
You must be signed in to change notification settings - Fork 73
build(deps): bump the development-dependencies group across 1 directory with 35 updates #1026
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
xaviml
merged 1 commit into
main
from
dependabot/pip/development-dependencies-f2e01ee08c
Sep 10, 2024
Merged
build(deps): bump the development-dependencies group across 1 directory with 35 updates #1026
xaviml
merged 1 commit into
main
from
dependabot/pip/development-dependencies-f2e01ee08c
Sep 10, 2024
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
…ry with 35 updates Bumps the development-dependencies group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.4.0` | `24.8.0` | | [commitizen](https://github.com/commitizen-tools/commitizen) | `3.9.1` | `3.29.0` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.11.2` | | [types-mock](https://github.com/python/typeshed) | `5.1.0.20240311` | `5.1.0.20240425` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240311` | `6.0.12.20240808` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.3.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.6` | `0.24.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.18` | `9.5.34` | | [setuptools](https://github.com/pypa/setuptools) | `70.3.0` | `74.1.2` | | [argcomplete](https://github.com/kislyuk/argcomplete) | `3.1.6` | `3.5.0` | | [babel](https://github.com/python-babel/babel) | `2.14.0` | `2.16.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.6.1` | | decli | `0.6.1` | `0.6.2` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.0` | `1.2.2` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.13.4` | `3.16.0` | | [identify](https://github.com/pre-commit/identify) | `2.5.35` | `2.6.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.6` | `3.7` | | [nodeenv](https://github.com/ekalinin/nodeenv) | `1.8.0` | `1.9.1` | | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` | | [paginate](https://github.com/Signum/paginate) | `0.5.6` | `0.5.7` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.0` | `4.3.2` | | [psutil](https://github.com/giampaolo/psutil) | `5.9.8` | `6.0.0` | | [pygments](https://github.com/pygments/pygments) | `2.17.2` | `2.18.0` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.7.1` | `10.9` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.4.16` | `2024.7.24` | | [tomlkit](https://github.com/sdispater/tomlkit) | `0.12.4` | `0.13.2` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.11.0` | `4.12.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.25.3` | `20.26.4` | | [watchdog](https://github.com/gorakhargosh/watchdog) | `4.0.0` | `4.0.2` | | [zipp](https://github.com/jaraco/zipp) | `3.19.1` | `3.20.1` | Updates `black` from 24.4.0 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.0...24.8.0) Updates `commitizen` from 3.9.1 to 3.29.0 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](commitizen-tools/commitizen@v3.9.1...v3.29.0) Updates `mypy` from 1.9.0 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.11.2) Updates `types-mock` from 5.1.0.20240311 to 5.1.0.20240425 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240808 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.1.1 to 8.3.3 - [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.1.1...8.3.3) Updates `pytest-asyncio` from 0.23.6 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.24.0) Updates `mkdocs-material` from 9.5.18 to 9.5.34 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.18...9.5.34) Updates `setuptools` from 70.3.0 to 74.1.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.3.0...v74.1.2) Updates `argcomplete` from 3.1.6 to 3.5.0 - [Release notes](https://github.com/kislyuk/argcomplete/releases) - [Changelog](https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst) - [Commits](kislyuk/argcomplete@v3.1.6...v3.5.0) Updates `babel` from 2.14.0 to 2.16.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.14.0...v2.16.0) Updates `coverage` from 7.4.4 to 7.6.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.4...7.6.1) Updates `decli` from 0.6.1 to 0.6.2 Updates `exceptiongroup` from 1.2.0 to 1.2.2 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.2.0...1.2.2) Updates `filelock` from 3.13.4 to 3.16.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.13.4...3.16.0) Updates `identify` from 2.5.35 to 2.6.0 - [Commits](pre-commit/identify@v2.5.35...v2.6.0) Updates `importlib-metadata` from 6.11.0 to 8.4.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@v6.11.0...v8.4.0) Updates `markdown` from 3.6 to 3.7 - [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.6...3.7) Updates `mkdocs` from 1.5.3 to 1.6.1 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](mkdocs/mkdocs@1.5.3...1.6.1) Updates `nodeenv` from 1.8.0 to 1.9.1 - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](ekalinin/nodeenv@1.8.0...1.9.1) Updates `packaging` from 24.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.0...24.1) Updates `paginate` from 0.5.6 to 0.5.7 - [Changelog](https://github.com/Pylons/paginate/blob/master/CHANGELOG.txt) - [Commits](Pylons/paginate@0.5.6...0.5.7) Updates `platformdirs` from 4.2.0 to 4.3.2 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.0...4.3.2) Updates `pluggy` from 1.4.0 to 1.5.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.4.0...1.5.0) Updates `prompt-toolkit` from 3.0.43 to 3.0.36 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG) - [Commits](prompt-toolkit/python-prompt-toolkit@3.0.43...3.0.36) Updates `psutil` from 5.9.8 to 6.0.0 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0) Updates `pygments` from 2.17.2 to 2.18.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.17.2...2.18.0) Updates `pymdown-extensions` from 10.7.1 to 10.9 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.7.1...10.9) Updates `questionary` from 1.10.0 to 2.0.1 - [Commits](tmbo/questionary@1.10.0...2.0.1) Updates `regex` from 2024.4.16 to 2024.7.24 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2024.4.16...2024.7.24) Updates `tomlkit` from 0.12.4 to 0.13.2 - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](python-poetry/tomlkit@0.12.4...0.13.2) Updates `typing-extensions` from 4.11.0 to 4.12.2 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.11.0...4.12.2) Updates `virtualenv` from 20.25.3 to 20.26.4 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.25.3...20.26.4) Updates `watchdog` from 4.0.0 to 4.0.2 - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](gorakhargosh/watchdog@v4.0.0...v4.0.2) Updates `zipp` from 3.19.1 to 3.20.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.19.1...v3.20.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: types-mock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: argcomplete dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: babel dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: coverage dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: decli dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: exceptiongroup dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: filelock dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: importlib-metadata dependency-type: indirect update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: markdown dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mkdocs dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: nodeenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: packaging dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: paginate dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: platformdirs dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pluggy dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: prompt-toolkit dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: psutil dependency-type: indirect update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: pygments dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pymdown-extensions dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: questionary dependency-type: indirect update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: regex dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tomlkit dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: typing-extensions dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: watchdog dependency-type: indirect update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: zipp dependency-type: indirect update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
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
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 development-dependencies group with 30 updates in the / directory:
24.4.0
24.8.0
3.9.1
3.29.0
1.9.0
1.11.2
5.1.0.20240311
5.1.0.20240425
6.0.12.20240311
6.0.12.20240808
8.1.1
8.3.3
0.23.6
0.24.0
9.5.18
9.5.34
70.3.0
74.1.2
3.1.6
3.5.0
2.14.0
2.16.0
7.4.4
7.6.1
0.6.1
0.6.2
1.2.0
1.2.2
3.13.4
3.16.0
2.5.35
2.6.0
3.6
3.7
1.8.0
1.9.1
24.0
24.1
0.5.6
0.5.7
4.2.0
4.3.2
5.9.8
6.0.0
2.17.2
2.18.0
10.7.1
10.9
2024.4.16
2024.7.24
0.12.4
0.13.2
4.11.0
4.12.2
20.25.3
20.26.4
4.0.0
4.0.2
3.19.1
3.20.1
Updates
black
from 24.4.0 to 24.8.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
b965c2a
Prepare release 24.8.0 (#4426)9ccf279
Documentfind_project_root
ignoringpyproject.toml
without[tool.black]
...14b6e61
fix: Enhace black efficiently to skip directories listed in .gitignore (#4415)b1c4dd9
fix: respect braces better in f-string parsing (#4422)4b4ae43
Fix incorrect linenos on fstring tokens with escaped newlines (#4423)7fa1faf
docs: fix the installation command of extra for blackd (#4413)8827acc
Bump sphinx from 7.3.7 to 7.4.0 in /docs (#4404)b0da11d
Bump furo from 2024.5.6 to 2024.7.18 in /docs (#4409)721dff5
fix: avoid formatting backslash strings inside f-strings (#4401)7e2afc9
Updateactions/checkout
to v4 to stop node deprecation warnings (#4379)Updates
commitizen
from 3.9.1 to 3.29.0Release notes
Sourced from commitizen's releases.
... (truncated)
Changelog
Sourced from commitizen's changelog.
... (truncated)
Commits
d7e01aa
bump: version 3.28.0 → 3.29.0b84a83b
docs(bump): reword "--get-next" descriptiond6e394a
docs(bump): add comparison between --get-next and --dry-run9e18b63
feat(bump): add functionality to write the next version to stdout72ce1da
build(deps-dev): bump ruff from 0.5.6 to 0.5.7f0aa3a7
build(deps-dev): bump types-pyyaml4becd3c
build(deps): bump pyyaml from 6.0.1 to 6.0.21b3a507
build(deps): bump argcomplete from 3.4.0 to 3.5.00c01bfb
build(deps-dev): bump mkdocs-material from 9.5.30 to 9.5.3187df5bb
build(deps-dev): bump ruff from 0.5.5 to 0.5.6Updates
mypy
from 1.9.0 to 1.11.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
789f02c
Bump version to 1.11.2917cc75
An alternative fix for a union-like literal string (#17639)7d805b3
Unwrap TypedDict item types before storing (#17640)32675dd
Revert "Fix Literal strings containing pipe characters" (#17638)778542b
Revert "FixRawExpressionType.accept
crash with--cache-fine-grained
" (#1...14ab742
Bump version to 1.11.2+dev570b90a
Bump version to 1.11b3a102e
FixRawExpressionType.accept
crash with--cache-fine-grained
(#17588)aec04c7
Fix PEP 604 isinstance caching (#17563)cb44e4d
Fixtyping.TypeAliasType
being undefined on python < 3.12 (#17558)Updates
types-mock
from 5.1.0.20240311 to 5.1.0.20240425Commits
Updates
types-pyyaml
from 6.0.12.20240311 to 6.0.12.20240808Commits
Updates
pytest
from 8.1.1 to 8.3.3Release notes
Sourced from pytest's releases.
... (truncated)
Commits
d0f136f
build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12790)972f307
Prepare release version 8.3.30dabdcf
Include co-authors in release announcement (#12795) (#12797)a9910a4
Do not discover properties when iterating fixtures (#12781) (#12788)0f10b6b
Fix issue with slashes being turned into backslashes on Windows (#12760) (#12...300d13d
Merge pull request #12785 from pytest-dev/patchback/backports/8.3.x/57cccf7f4...e5d32c7
Merge pull request #12784 from svenevs/fix/docs-example-parametrize-minor-typobc913d1
Streamline checks for verbose option (#12706) (#12778)01cfcc9
Fix typos and introduce codespell pre-commit hook (#12769) (#12774)4873394
doc: Remove past training (#12772) (#12773)Updates
pytest-asyncio
from 0.23.6 to 0.24.0Release notes
Sourced from pytest-asyncio's releases.
Commits
fb5422f
docs: Set release date for v0.24 in changelog.6dc7f58
docs: Add migration guides for pytest-asyncio v0.21 and v0.23.1bfc181
Wire Sphinx builds into the RTD config via toxf03cf13
Build(deps): Bump hypothesis in /dependencies/default69540bf
Build(deps): Bump attrs from 24.1.0 to 24.2.0 in /dependencies/defaultb0ccfc5
Build(deps): Bump hypothesis in /dependencies/default574f1db
Build(deps): Bump babel from 2.15.0 to 2.16.0 in /dependencies/docsae30dac
Update .readthedocs.yaml to install pytest-asyncio972a704
Derive project version using importlibd587a52
[pre-commit.ci] pre-commit autoupdateUpdates
mkdocs-material
from 9.5.18 to 9.5.34Release notes
Sourced from mkdocs-material's releases.
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
7d6096a
Prepare 9.5.34 release6f3c05b
Updated dependenciesd3b1792
Updated Mermaid to v11 (#7475)f88c436
Unpinned Stylelint and plugins3b12816
Unpinned TypeScript ESLint integration and checkscafd67b
Fixed error in build script80ae560
Unpinned svgo dependencya91ee70
Prepare 9.5.33 release4104faf
Updated dependencies8ee7137
Updated premium sponsorsUpdates
setuptools
from 70.3.0 to 74.1.2Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
3b2ef1e
Removed test_integration tests (for easy_install).c484f9e
Bump version: 74.1.1 → 74.1.2d8933c5
Merge pull request #4630 from pypa/bugfix/4615a07de2b
Skip test on stdlib distutils6bf20d9
Add news fragment.9d4b288
Enable the test40ee221
Merge https://github.com/pypa/distutils into bugfix/4615d901698
Add test capturing missed expectation.91bc99a
In sdist.prune_file_list, support build.build_base as a pathlib.Path.7ee29bd
Bump version: 74.1.0 → 74.1.1Updates
argcomplete
from 3.1.6 to 3.5.0Release notes
Sourced from argcomplete's releases.
Changelog
Sourced from argcomplete's changelog.
... (truncated)
Commits
4a60a7e
v3.5.04007d13
CI: Use macos 12 and 140767743
Apply black5ba502c
Skip codecov on macos380acbb
Fix new mypy errors932a28e
Switch to project.scripts from the classic scripts (#498)5ccf8f5
Use ruff check042d091
Ensure ZSH-related tests succeed when TERM variable is set to linux (#497)368bc32
Fix package PEP 366 specification27aade6
Review fixUpdates
babel
from 2.14.0 to 2.16.0Release notes
Sourced from babel's releases.
... (truncated)
Changelog
Sourced from babel's changelog.