Skip to content
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 in /.config with 9 updates #4151

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2024

Bumps the dependencies group in /.config with 9 updates:

Package From To
cryptography 42.0.6 42.0.7
rpds-py 0.18.0 0.18.1
astroid 3.1.0 3.2.0
babel 2.14.0 2.15.0
mkdocs-ansible 24.3.0 24.3.1
mkdocstrings 0.25.0 0.25.1
pipdeptree 2.19.1 2.20.0
regex 2024.4.28 2024.5.10
tomlkit 0.12.4 0.12.5

Updates cryptography from 42.0.6 to 42.0.7

Changelog

Sourced from cryptography's changelog.

42.0.7 - 2024-05-06


* Restored Windows 7 compatibility for our pre-built wheels. Note that we do
  not test on Windows 7 and wheels for our next release will not support it.
  Microsoft no longer provides support for Windows 7 and users are encouraged
  to upgrade.

.. _v42-0-6:

Commits

Updates rpds-py from 0.18.0 to 0.18.1

Release notes

Sourced from rpds-py's releases.

v0.18.1

Full Changelog: crate-py/rpds@v0.18.0...v0.18.1

Commits
  • bb8cfc1 Tag a release for PyO3 0.20.3 support.
  • fe7fa78 Merge pull request #70 from crate-py/pre-commit-ci-update-config
  • ebcf21c [pre-commit.ci] pre-commit autoupdate
  • c3b9108 Update requirements.
  • e530a28 Merge pull request #67 from crate-py/dependabot/github_actions/wntrblm/nox-20...
  • 090abe7 Merge pull request #65 from crate-py/pre-commit-ci-update-config
  • fb5baf2 [pre-commit.ci] pre-commit autoupdate
  • 20a3d8c Bump wntrblm/nox from 2024.03.02 to 2024.04.15
  • 75de41c Merge pull request #61 from crate-py/pre-commit-ci-update-config
  • 0583682 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates astroid from 3.1.0 to 3.2.0

Changelog

Sourced from astroid's changelog.

What's New in astroid 3.2.0?

Release date: 2024-05-07

  • .pyi stub files are now preferred over .py files when resolving imports, (except for numpy).

    Closes pylint-dev/#9185

  • igetattr() returns the last same-named function in a class (instead of the first). This avoids false positives in pylint with @overload.

    Closes #1015 Refs pylint-dev/pylint#4696

  • Adds module_denylist to AstroidManager for modules to be skipped during AST generation. Modules in this list will cause an AstroidImportError to be raised when an AST for them is requested.

    Refs pylint-dev/pylint#9442

  • Make astroid.interpreter._import.util.is_namespace only consider modules using a loader set to NamespaceLoader or None as namespaces. This fixes a problem that six.moves brain was not effective if six.moves was already imported.

    Closes #1107

Commits
  • 7d4d805 Bump astroid to 3.2.0, update changelog
  • 4a1a788 [changelog] Remove placeholder patch release header
  • 8c48d5c [pre-commit.ci] pre-commit autoupdate (#2425)
  • a4a9fcc Bump actions/checkout from 4.1.4 to 4.1.5 (#2423)
  • 0984386 Prefer .pyi stubs (#2375)
  • 2ec0115 Fix mypy warnings and update typing
  • 2592505 Remove AstroidCacheSetupMixin
  • 3ce9af4 Improve performance by caching find_spec
  • 47c0b8f [sphinx] Fix path to source (#2422)
  • 4a8827d Adjust is_namespace() to check ModuleSpec.loader (#2410)
  • Additional commits viewable in compare view

Updates babel from 2.14.0 to 2.15.0

Release notes

Sourced from babel's releases.

v2.15.0

The changelog below is auto-generated by GitHub.

The binary artifacts attached to this GitHub release were generated by the GitHub Actions workflow.

Please see CHANGELOG.rst for additional details.


What's Changed

New Contributors

Full Changelog: python-babel/babel@v2.14.0...v2.15.0

Changelog

Sourced from babel's changelog.

Version 2.15.0

Python version support


* Babel 2.15.0 will require Python 3.8 or newer. (:gh:`1048`)

Features


* CLDR: Upgrade to CLDR 44 (:gh:`1071`) (@akx)
* Dates: Support for the "fall back to short format" logic for time delta formatting (:gh:`1075`) (@akx)
* Message: More versatile .po IO functions (:gh:`1068`) (@akx)
* Numbers: Improved support for alternate spaces when parsing numbers (:gh:`1007`) (@ronnix's first contribution)

Infrastructure

  • Upgrade GitHub Actions (:gh:1054) (@​cclauss's first contribution)
  • The Unicode license is now included in locale-data and in the documentation (:gh:1074) (@​akx)
Commits
  • 40b194f Prepare for 2.15.0 release (#1079)
  • c2e6c6e Encode support for the "fall back to short format" logic for time delta forma...
  • 1a03526 Include Unicode license in locale-data and in documentation (#1074)
  • c0fb56e Allow alternative space characters as group separator when parsing numbers (#...
  • fe82fbc Use CLDR 44 and adjust tests to match new data (#1071)
  • e0d1018 Improve .po IO (#1068)
  • 40e60a1 Upgrade GitHub Actions (#1054)
  • 2a1709a Drop support for Python 3.7 (EOL since June 2023) (#1048)
  • See full diff in compare view

Updates mkdocs-ansible from 24.3.0 to 24.3.1

Release notes

Sourced from mkdocs-ansible's releases.

v24.3.1

Bugfixes

Commits

Updates mkdocstrings from 0.25.0 to 0.25.1

Release notes

Sourced from mkdocstrings's releases.

0.25.1

0.25.1 - 2024-05-05

Compare with 0.25.0

Bug Fixes

Changelog

Sourced from mkdocstrings's changelog.

0.25.1 - 2024-05-05

Compare with 0.25.0

Bug Fixes

Commits
  • e135869 chore: Prepare release 0.25.1
  • cb86e08 fix: Always descend into sub-headings when re-applying their label
  • a86ca7d docs: Customize parameters color in ToC
  • bc25b6a docs: Remove requirements link in readme
  • See full diff in compare view

Updates pipdeptree from 2.19.1 to 2.20.0

Release notes

Sourced from pipdeptree's releases.

2.20.0

What's Changed

Full Changelog: tox-dev/pipdeptree@2.19.1...2.20.0

Commits

Updates regex from 2024.4.28 to 2024.5.10

Commits

Updates tomlkit from 0.12.4 to 0.12.5

Release notes

Sourced from tomlkit's releases.

0.12.5

What's Changed

New Contributors

Full Changelog: python-poetry/tomlkit@0.12.4...0.12.5

Changelog

Sourced from tomlkit's changelog.

Change Log

Commits
  • a96883b chore: release 0.12.5
  • c2611c5 fix: Construction of OutOfOrderTableProxy can cause newlines to be inserted (...
  • 990e325 fix: redundant minus sign added to negative integers when multiplie by -1
  • e5e09e9 chore: switch to ruff lint and format
  • bf01a25 fix: don't add sign if the float is negative (#345)
  • 059fab2 chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (#344)
  • 6351f3d fix: CI workflow for macos (#342)
  • 3711b06 fix: linter errors caused by black
  • dab2da8 chore(deps-dev): bump idna from 3.4 to 3.7 (#339)
  • 4f2ae7f [pre-commit.ci] pre-commit autoupdate (#337)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group in /.config with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.6` | `42.0.7` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.18.0` | `0.18.1` |
| [astroid](https://github.com/pylint-dev/astroid) | `3.1.0` | `3.2.0` |
| [babel](https://github.com/python-babel/babel) | `2.14.0` | `2.15.0` |
| [mkdocs-ansible](https://github.com/ansible/mkdocs-ansible) | `24.3.0` | `24.3.1` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.0` | `0.25.1` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.19.1` | `2.20.0` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2024.4.28` | `2024.5.10` |
| [tomlkit](https://github.com/sdispater/tomlkit) | `0.12.4` | `0.12.5` |


Updates `cryptography` from 42.0.6 to 42.0.7
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.6...42.0.7)

Updates `rpds-py` from 0.18.0 to 0.18.1
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.18.0...v0.18.1)

Updates `astroid` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.1.0...v3.2.0)

Updates `babel` from 2.14.0 to 2.15.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.15.0)

Updates `mkdocs-ansible` from 24.3.0 to 24.3.1
- [Release notes](https://github.com/ansible/mkdocs-ansible/releases)
- [Commits](ansible/mkdocs-ansible@v24.3.0...v24.3.1)

Updates `mkdocstrings` from 0.25.0 to 0.25.1
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.25.0...0.25.1)

Updates `pipdeptree` from 2.19.1 to 2.20.0
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Commits](tox-dev/pipdeptree@2.19.1...2.20.0)

Updates `regex` from 2024.4.28 to 2024.5.10
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2024.4.28...2024.5.10)

Updates `tomlkit` from 0.12.4 to 0.12.5
- [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.12.5)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rpds-py
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: babel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocs-ansible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pipdeptree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tomlkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 12, 2024 07:04
@dependabot dependabot bot removed the request for review from a team May 12, 2024 07:04
@dependabot dependabot bot added the dependabot-deps-updates PRs from GitHub Dependabot with the dependency updates label May 12, 2024
@dependabot dependabot bot requested a review from Qalthos May 12, 2024 07:04
@dependabot dependabot bot added the skip-changelog Can be missed from the changelog. label May 12, 2024
@dependabot dependabot bot requested a review from shatakshiiii May 12, 2024 07:04
@ansibuddy ansibuddy enabled auto-merge (squash) May 12, 2024 07:04
@ssbarnea
Copy link
Member

@dependabot ignore astroid

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

OK, I won't notify you about astroid again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 13, 2024
auto-merge was automatically disabled May 13, 2024 09:13

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/dot-config/dependencies-c5200a7b26 branch May 13, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot-deps-updates PRs from GitHub Dependabot with the dependency updates skip-changelog Can be missed from the changelog.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants