forked from ansible/ansible-lint
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump the dependencies group across 1 directory with 40 updates #98
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/dot-config/dependencies-641cf47faa
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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 40 updates in the /.config directory: | Package | From | To | | --- | --- | --- | | [ansible-compat](https://github.com/ansible/ansible-compat) | `24.10.0` | `25.1.2` | | [astroid](https://github.com/pylint-dev/astroid) | `3.3.5` | `3.3.8` | | [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `25.1.0` | | [babel](https://github.com/python-babel/babel) | `2.16.0` | `2.17.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.13.3` | | [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` | | [cachetools](https://github.com/tkem/cachetools) | `5.5.0` | `5.5.1` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2025.1.31` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.0` | `3.4.1` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.12` | | [cryptography](https://github.com/pyca/cryptography) | `44.0.0` | `44.0.1` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.17.0` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.5.1` | `1.5.7` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.5.0` | `8.6.1` | | [isort](https://github.com/pycqa/isort) | `5.13.2` | `6.0.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` | | [license-expression](https://github.com/aboutcode-org/license-expression) | `30.4.0` | `30.4.1` | | [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.9.3` | `1.10.0` | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.2.0` | `1.3.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.6.4` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.27.0` | `0.28.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.12.2` | `1.15.0` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.15.0` | | [pillow](https://github.com/python-pillow/Pillow) | `11.0.0` | `11.1.0` | | [psutil](https://github.com/giampaolo/psutil) | `6.1.0` | `7.0.0` | | [pygments](https://github.com/pygments/pygments) | `2.18.0` | `2.19.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.4` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.12` | `10.14.3` | | [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.8.0` | `1.9.0` | | [pytest-plus](https://github.com/pytest-dev/pytest-plus) | `0.7.0` | `0.8.1` | | [referencing](https://github.com/python-jsonschema/referencing) | `0.35.1` | `0.36.2` | | [rpds-py](https://github.com/crate-py/rpds) | `0.22.1` | `0.22.3` | | ruamel-yaml | `0.18.6` | `0.18.10` | | [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` | | [tox](https://github.com/tox-dev/tox) | `4.23.2` | `4.24.1` | | [types-jsonschema](https://github.com/python/typeshed) | `4.23.0.20240813` | `4.23.0.20241208` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240917` | `6.0.12.20241230` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.28.0` | `20.29.2` | Updates `ansible-compat` from 24.10.0 to 25.1.2 - [Release notes](https://github.com/ansible/ansible-compat/releases) - [Commits](ansible/ansible-compat@v24.10.0...v25.1.2) Updates `astroid` from 3.3.5 to 3.3.8 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v3.3.5...v3.3.8) Updates `attrs` from 24.2.0 to 25.1.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `babel` from 2.16.0 to 2.17.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.16.0...v2.17.0) Updates `beautifulsoup4` from 4.12.3 to 4.13.3 Updates `black` from 24.10.0 to 25.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) Updates `cachetools` from 5.5.0 to 5.5.1 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v5.5.0...v5.5.1) Updates `certifi` from 2024.8.30 to 2025.1.31 - [Commits](certifi/python-certifi@2024.08.30...2025.01.31) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [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.0...3.4.1) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) Updates `coverage` from 7.6.8 to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.8...7.6.12) Updates `cryptography` from 44.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.0...44.0.1) Updates `filelock` from 3.16.1 to 3.17.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.16.1...3.17.0) Updates `griffe` from 1.5.1 to 1.5.7 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.5.1...1.5.7) Updates `importlib-metadata` from 8.5.0 to 8.6.1 - [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.5.0...v8.6.1) Updates `isort` from 5.13.2 to 6.0.0 - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.13.2...6.0.0) Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) Updates `license-expression` from 30.4.0 to 30.4.1 - [Release notes](https://github.com/aboutcode-org/license-expression/releases) - [Changelog](https://github.com/aboutcode-org/license-expression/blob/main/CHANGELOG.rst) - [Commits](aboutcode-org/license-expression@v30.4.0...v30.4.1) Updates `markdown-exec` from 1.9.3 to 1.10.0 - [Release notes](https://github.com/pawamoy/markdown-exec/releases) - [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md) - [Commits](pawamoy/markdown-exec@1.9.3...1.10.0) Updates `mkdocs-autorefs` from 1.2.0 to 1.3.1 - [Release notes](https://github.com/mkdocstrings/autorefs/releases) - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/autorefs@1.2.0...1.3.1) Updates `mkdocs-material` from 9.5.47 to 9.6.4 - [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.47...9.6.4) Updates `mkdocstrings` from 0.27.0 to 0.28.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.27.0...0.28.1) Updates `mkdocstrings-python` from 1.12.2 to 1.15.0 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.12.2...1.15.0) Updates `mypy` from 1.13.0 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.15.0) Updates `pillow` from 11.0.0 to 11.1.0 - [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.0.0...11.1.0) Updates `psutil` from 6.1.0 to 7.0.0 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-6.1.0...release-7.0.0) Updates `pygments` from 2.18.0 to 2.19.1 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.18.0...2.19.1) Updates `pylint` from 3.3.2 to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.2...v3.3.4) Updates `pymdown-extensions` from 10.12 to 10.14.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.12...10.14.3) Updates `pyproject-api` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/tox-dev/pyproject-api/releases) - [Commits](tox-dev/pyproject-api@1.8.0...1.9.0) Updates `pytest-plus` from 0.7.0 to 0.8.1 - [Release notes](https://github.com/pytest-dev/pytest-plus/releases) - [Commits](pytest-dev/pytest-plus@v0.7.0...v0.8.1) Updates `referencing` from 0.35.1 to 0.36.2 - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](python-jsonschema/referencing@v0.35.1...v0.36.2) Updates `rpds-py` from 0.22.1 to 0.22.3 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.22.1...v0.22.3) Updates `ruamel-yaml` from 0.18.6 to 0.18.10 Updates `six` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](benjaminp/six@1.16.0...1.17.0) Updates `tox` from 4.23.2 to 4.24.1 - [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.23.2...4.24.1) Updates `types-jsonschema` from 4.23.0.20240813 to 4.23.0.20241208 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241230 - [Commits](https://github.com/python/typeshed/commits) Updates `urllib3` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.3.0) Updates `virtualenv` from 20.28.0 to 20.29.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.28.0...20.29.2) --- updated-dependencies: - dependency-name: ansible-compat dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: griffe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: license-expression dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markdown-exec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-autorefs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyproject-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest-plus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: referencing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rpds-py dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: six dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: types-jsonschema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
The following labels could not be found: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
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 40 updates in the /.config directory:
24.10.0
25.1.2
3.3.5
3.3.8
24.2.0
25.1.0
2.16.0
2.17.0
4.12.3
4.13.3
24.10.0
25.1.0
5.5.0
5.5.1
2024.8.30
2025.1.31
3.4.0
3.4.1
8.1.7
8.1.8
7.6.8
7.6.12
44.0.0
44.0.1
3.16.1
3.17.0
1.5.1
1.5.7
8.5.0
8.6.1
5.13.2
6.0.0
3.1.4
3.1.5
30.4.0
30.4.1
1.9.3
1.10.0
1.2.0
1.3.1
9.5.47
9.6.4
0.27.0
0.28.1
1.12.2
1.15.0
1.13.0
1.15.0
11.0.0
11.1.0
6.1.0
7.0.0
2.18.0
2.19.1
3.3.2
3.3.4
10.12
10.14.3
1.8.0
1.9.0
0.7.0
0.8.1
0.35.1
0.36.2
0.22.1
0.22.3
0.18.6
0.18.10
1.16.0
1.17.0
4.23.2
4.24.1
4.23.0.20240813
4.23.0.20241208
6.0.12.20240917
6.0.12.20241230
2.2.3
2.3.0
20.28.0
20.29.2
Updates
ansible-compat
from 24.10.0 to 25.1.2Release notes
Sourced from ansible-compat's releases.
Commits
e980c9e
Avoid get_cache_dir errors with read only virtualenvs (#457)02624c7
Reduce number of cases when we test RPM building (#463)1112c75
chore: pre-commit autoupdate (#462)0fc5616
Update docs tools (#461)cab79c9
Simplify module presence testing (#460)edc4d3f
Minor test fixes (#459)a61d946
Bump the dependencies group in /.config with 8 updates (#458)b4b2fb9
Fix grammatical error in collection path info message (#456)2a8732f
Ensure that cache directory is writable (#453)83c5cfb
Inject venv site-packages at the top of collection path (test isolation) (#447)Updates
astroid
from 3.3.5 to 3.3.8Changelog
Sourced from astroid's changelog.
Commits
d52799b
Bump astroid to 3.3.8, update changelog68714df
[Backport maintenance/3.3.x] Another attempt at fixing thecollections.abc
...7cfbad1
Skip flaky recursion test on PyPy (#2661) (#2663)50916d6
Bump astroid to 3.3.7, update changelog (#2659)c47a798
Fixcollections.abc
imports on Python 3.13.0 and 3.13.1 (#2657) (#2658)a132679
Bump astroid to 3.3.6, update changelog0834156
Add compatibility with python 3.13.1 (#2647) (#2649)80ce031
[Backport maintenance/3.3.x] Fix IndexError when typing._alias() has missing ...Updates
attrs
from 24.2.0 to 25.1.0Commits
Updates
babel
from 2.16.0 to 2.17.0Release notes
Sourced from babel's releases.
... (truncated)
Changelog
Sourced from babel's changelog.