-
-
Notifications
You must be signed in to change notification settings - Fork 1
Bump the everything-else group across 1 directory with 33 updates #765
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 33 updates in the /python directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2.post1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.3.1` | | [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.23.0` | | [astroid](https://github.com/pylint-dev/astroid) | `3.2.4` | `3.3.5` | | [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` | | [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.2` | `3.4.0` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.3` | | [dill](https://github.com/uqfoundation/dill) | `0.3.8` | `0.3.9` | | [distlib](https://github.com/pypa/distlib) | `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` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` | | [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.2` | | [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.9.2` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.5` | `2.6` | | [tomli](https://github.com/hukkin/tomli) | `2.0.1` | `2.0.2` | | [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.27.0` | | [zipp](https://github.com/jaraco/zipp) | `3.19.2` | `3.20.2` | Updates `build` from 1.2.1 to 1.2.2.post1 - [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.post1) 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.23.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.23.0) Updates `astroid` from 3.2.4 to 3.3.5 - [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.5) 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 `charset-normalizer` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.3.2...3.4.0) Updates `cryptography` from 43.0.0 to 43.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.0...43.0.3) 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 `distlib` from 0.3.8 to 0.3.9 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](pypa/distlib@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 `markupsafe` from 2.1.5 to 3.0.2 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.1.5...3.0.2) 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.2 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.9.2 - [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.9.2) Updates `soupsieve` from 2.5 to 2.6 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.5...2.6) Updates `tomli` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.0.1...2.0.2) 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.27.0 - [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.27.0) 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: charset-normalizer 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: distlib 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: markupsafe dependency-type: direct:production update-type: version-update:semver-major 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: tomli dependency-type: direct:production update-type: version-update:semver-patch 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-minor 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>
Superseded by #773. |
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 33 updates in the /python directory:
1.2.1
1.2.2.post1
3.2.6
3.3.1
4.16.0
4.23.0
3.2.4
3.3.5
2.15.0
2.16.0
5.4.0
5.5.0
2024.7.4
2024.8.30
1.16.0
1.17.1
3.3.2
3.4.0
43.0.0
43.0.3
0.3.8
0.3.9
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
2.1.5
3.0.2
0.4.1
0.4.2
10.3.0
10.5.0
1.10.0
1.11.2
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.9.2
2.5
2.6
2.0.1
2.0.2
0.13.0
0.13.2
2.2.2
2.2.3
20.26.3
20.27.0
3.19.2
3.20.2
Updates
build
from 1.2.1 to 1.2.2.post1Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
Commits
2f66702
chore: 1.2.2.post1 (#820)0580c6d
ci: add PyPI attestations (#821)e0e911c
tests: fix under pyproject-hooks 1.2a73ecbd
pre-commit: bump repositories56b3504
pre-commit: bump repositories (#819)481ca54
pre-commit: bump repositories (#818)025836a
docs: add a missing ` in README (#817)ae37340
docs: mention conda-forge name in README (#816)f81aac0
ci: add Python 3.13 (#815)3b0b5d0
docs: changelog for 1.2.2 (#812)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.23.0Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
7696a8e
release 4.23.0c01a023
Add NETRC to the default_pass_env list (#3410)971e7da
replace tool.pyproject and tool.tox.pyproject with tool.tox in config… (#3411)81a83bd
Fix typo in docs for dependency_groupsb912cb2
release 4.22.0568b90f
Add dependency-groups support (PEP-735) (#3409)f919d0d
Expose type checking dependencies into an extra (#3404)7c0e3ed
[pre-commit.ci] pre-commit autoupdate (#3406)6db3730
Fix the fix environment definition (#3407)2bf065a
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#3392)Updates
astroid
from 3.2.4 to 3.3.5Changelog
Sourced from astroid's changelog.
... (truncated)
Commits
8c74a5f
Bump astroid to 3.3.5, update changelog (#2600)d1f9347
Fix python 3.13 compatibility re: collections.abc (#2598) (#2599)34c70f0
change the type annotation error heuristic (#2583) (#2586)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)Updates
babel
from 2.15.0 to 2.16.0Release notes
Sourced from babel's releases.
Changelog
Sourced from babel's changelog.