-
-
Notifications
You must be signed in to change notification settings - Fork 1
Bump the everything-else group across 1 directory with 29 updates #738
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
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 everything-else group with 29 updates in the /python directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.3.1` | | [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.20.0` | | [astroid](https://github.com/pylint-dev/astroid) | `3.2.4` | `3.3.4` | | [babel](https://github.com/python-babel/babel) | `2.15.0` | `2.16.0` | | [cachetools](https://github.com/tkem/cachetools) | `5.4.0` | `5.5.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` | | [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.1` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.1` | | [dill](https://github.com/uqfoundation/dill) | `0.3.8` | `0.3.9` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.16.1` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.2.0` | `8.5.0` | | [jaraco-context](https://github.com/jaraco/jaraco.context) | `5.3.0` | `6.0.1` | | [jaraco-functools](https://github.com/jaraco/jaraco.functools) | `4.0.1` | `4.1.0` | | [keyring](https://github.com/jaraco/keyring) | `25.2.1` | `25.4.1` | | [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.1` | `0.4.2` | | [more-itertools](https://github.com/more-itertools/more-itertools) | `10.3.0` | `10.5.0` | | [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.10.0` | `1.11.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` | | [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.7.1` | `1.8.0` | | [pyproject-hooks](https://github.com/pypa/pyproject-hooks) | `1.1.0` | `1.2.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.8.1` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.5` | `2.6` | | [tomlkit](https://github.com/sdispater/tomlkit) | `0.13.0` | `0.13.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.26.6` | | [zipp](https://github.com/jaraco/zipp) | `3.19.2` | `3.20.2` | Updates `build` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.1...1.2.2) Updates `pylint` from 3.2.6 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.6...v3.3.1) Updates `tox` from 4.16.0 to 4.20.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.16.0...4.20.0) Updates `astroid` from 3.2.4 to 3.3.4 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v3.2.4...v3.3.4) Updates `babel` from 2.15.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.15.0...v2.16.0) Updates `cachetools` from 5.4.0 to 5.5.0 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v5.4.0...v5.5.0) Updates `certifi` from 2024.7.4 to 2024.8.30 - [Commits](certifi/python-certifi@2024.07.04...2024.08.30) Updates `cffi` from 1.16.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.16.0...v1.17.1) Updates `cryptography` from 43.0.0 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.0...43.0.1) Updates `dill` from 0.3.8 to 0.3.9 - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](uqfoundation/dill@0.3.8...0.3.9) Updates `filelock` from 3.15.4 to 3.16.1 - [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.15.4...3.16.1) Updates `idna` from 3.7 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.7...v3.10) Updates `importlib-metadata` from 8.2.0 to 8.5.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.2.0...v8.5.0) Updates `jaraco-context` from 5.3.0 to 6.0.1 - [Release notes](https://github.com/jaraco/jaraco.context/releases) - [Changelog](https://github.com/jaraco/jaraco.context/blob/main/NEWS.rst) - [Commits](jaraco/jaraco.context@v5.3.0...v6.0.1) Updates `jaraco-functools` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/jaraco/jaraco.functools/releases) - [Changelog](https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst) - [Commits](jaraco/jaraco.functools@v4.0.1...v4.1.0) Updates `keyring` from 25.2.1 to 25.4.1 - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](jaraco/keyring@v25.2.1...v25.4.1) Updates `mdit-py-plugins` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases) - [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md) - [Commits](executablebooks/mdit-py-plugins@v0.4.1...v0.4.2) Updates `more-itertools` from 10.3.0 to 10.5.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](more-itertools/more-itertools@v10.3.0...v10.5.0) Updates `pkginfo` from 1.10.0 to 1.11.1 Updates `platformdirs` from 4.2.2 to 4.3.6 - [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.2.2...4.3.6) Updates `pyproject-api` from 1.7.1 to 1.8.0 - [Release notes](https://github.com/tox-dev/pyproject-api/releases) - [Commits](tox-dev/pyproject-api@1.7.1...1.8.0) Updates `pyproject-hooks` from 1.1.0 to 1.2.0 - [Changelog](https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst) - [Commits](pypa/pyproject-hooks@v1.1.0...v1.2.0) Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@6.0.1...6.0.2) Updates `rich` from 13.7.1 to 13.8.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.7.1...v13.8.1) Updates `soupsieve` from 2.5 to 2.6 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.5...2.6) Updates `tomlkit` from 0.13.0 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.13.0...0.13.2) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.2.3) Updates `virtualenv` from 20.26.3 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.26.3...20.26.6) Updates `zipp` from 3.19.2 to 3.20.2 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.19.2...v3.20.2) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: dill dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: jaraco-context dependency-type: direct:production update-type: version-update:semver-major dependency-group: everything-else - dependency-name: jaraco-functools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: keyring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: mdit-py-plugins dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: more-itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: pkginfo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: pyproject-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: pyproject-hooks dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: soupsieve dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else ... Signed-off-by: dependabot[bot] <support@github.com>
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
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
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 everything-else group with 29 updates in the /python directory:
1.2.1
1.2.2
3.2.6
3.3.1
4.16.0
4.20.0
3.2.4
3.3.4
2.15.0
2.16.0
5.4.0
5.5.0
2024.7.4
2024.8.30
1.16.0
1.17.1
43.0.0
43.0.1
0.3.8
0.3.9
3.15.4
3.16.1
3.7
3.10
8.2.0
8.5.0
5.3.0
6.0.1
4.0.1
4.1.0
25.2.1
25.4.1
0.4.1
0.4.2
10.3.0
10.5.0
1.10.0
1.11.1
4.2.2
4.3.6
1.7.1
1.8.0
1.1.0
1.2.0
6.0.1
6.0.2
13.7.1
13.8.1
2.5
2.6
0.13.0
0.13.2
2.2.2
2.2.3
20.26.3
20.26.6
3.19.2
3.20.2
Updates
build
from 1.2.1 to 1.2.2Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
Commits
3b0b5d0
docs: changelog for 1.2.2 (#812)b44a886
docs: more info in README8e19948
build(deps): bump actions/attest-build-provenance in the actions group (#814)b90956c
tests: add module case to uv detection (#813)e79f1b3
ci: remove bot comments from generated release notes (#810)f6da25a
pre-commit: bump repositories (#801)9a52c50
tests: optional uv (#807)553b700
docs: Add a few intersphinx links to the Python Packaging User Guide (#804)336efcb
build(deps): bump actions/attest-build-provenance in the actions group (#802)73b7213
tests: mark more network tests (#808)Updates
pylint
from 3.2.6 to 3.3.1Commits
76bce72
Bump pylint to 3.3.1, update changelog (#9954)55ee816
Bump astroid to 3.3.4 (#9951) (#9952)6350dfa
Bump pylint to 3.3.0, update changelog78f3dfa
Bump astroid to 3.3.3 (#9939)b28c1f6
Add check forunnecessary-default-type-args
(#9938)bd97b93
[doc framework] Assert that the good and bad example exists in the doc (#9936)7aa4436
Fix duplicate workflow step ids (#9934)0950916
[pre-commit] Add codespell, and fix some existing typos (#9912)3b4a7f9
Add details.rst for c-extension-no-member (#9933)7d60c27
Explicitly save cache in primer jobsUpdates
tox
from 4.16.0 to 4.20.0Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
a04cc3a
release 4.20.04d8f5fd
Separate list dependencies to a separate installer class (#3347)0cb816c
YML to YAML2f83624
release 4.19.0ed6b0dc
Add pypy-major.minor environment name support (#3346)8127c7f
[pre-commit.ci] pre-commit autoupdate (#3345)8cadfa2
[pre-commit.ci] pre-commit autoupdate (#3341)df34192
release 4.18.19c6f835
Add 3.13 to CI and bump deps (#3339)9138e15
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (#3338)Updates
astroid
from 3.2.4 to 3.3.4Changelog
Sourced from astroid's changelog.
... (truncated)
Commits
6042e58
Bump astroid to 3.3.4, update changelogc51f510
Fix issue when inferring single-node or non-const JoinedStr (#2578) (#2579)97871e9
Check for empty format specs (#2574) (#2576)1915cc3
Fixmanager.clear_cache()
not fully clearing the module cache (#2572) (#2573)875651b
[Backport maintenance/3.3.x] Address pylint 3.3 messages (#2577)a01a9c9
Bump astroid to 3.3.3, update changelog3840ff6
Fix inference regression with property setters (#2567) (#2568)5eae215
brain_attrs: Support annotation-only members (#2515)4ae4617
Bump astroid to 3.3.2, update changelogb00b86c
[PY313] Add stubs for soft-deprecated typing members (#2503)Updates
babel
from 2.15.0 to 2.16.0Release notes
Sourced from babel's releases.
Changelog
Sourced from babel's changelog.