-
Notifications
You must be signed in to change notification settings - Fork 700
Bump the dependencies group in /.config with 5 updates #4634
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
abhikdps
merged 2 commits into
main
from
dependabot/pip/dot-config/dependencies-b9801d39fc
Jun 15, 2025
Merged
Bump the dependencies group in /.config with 5 updates #4634
abhikdps
merged 2 commits into
main
from
dependabot/pip/dot-config/dependencies-b9801d39fc
Jun 15, 2025
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
Contributor
Bumps the dependencies group in /.config with 6 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `45.0.3` | `45.0.4` | | [zipp](https://github.com/jaraco/zipp) | `3.22.0` | `3.23.0` | | [cairosvg](https://github.com/Kozea/CairoSVG) | `2.7.1` | `2.8.2` | | [certifi](https://github.com/certifi/python-certifi) | `2025.4.26` | `2025.6.15` | | [coverage](https://github.com/nedbat/coveragepy) | `7.8.2` | `7.9.1` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` | Updates `cryptography` from 45.0.3 to 45.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.3...45.0.4) Updates `zipp` from 3.22.0 to 3.23.0 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.22.0...v3.23.0) Updates `cairosvg` from 2.7.1 to 2.8.2 - [Release notes](https://github.com/Kozea/CairoSVG/releases) - [Changelog](https://github.com/Kozea/CairoSVG/blob/main/NEWS.rst) - [Commits](Kozea/CairoSVG@2.7.1...2.8.2) Updates `certifi` from 2025.4.26 to 2025.6.15 - [Commits](certifi/python-certifi@2025.04.26...2025.06.15) Updates `coverage` from 7.8.2 to 7.9.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.8.2...7.9.1) Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: zipp dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cairosvg dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: certifi dependency-version: 2025.6.15 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverage dependency-version: 7.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
ansibuddy
approved these changes
Jun 15, 2025
ansibuddy
approved these changes
Jun 15, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 15, 2025
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhinav Anand <abanand@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 in /.config with 6 updates:
45.0.3
45.0.4
3.22.0
3.23.0
2025.4.26
2025.6.15
7.8.2
7.9.1
2.32.3
2.32.4
Updates
cryptography
from 45.0.3 to 45.0.4Changelog
Sourced from cryptography's changelog.
Commits
678c0c5
prepare for 45.0.4 release (#13058)Updates
zipp
from 3.22.0 to 3.23.0Changelog
Sourced from zipp's changelog.
Commits
ccb4111
Finalize5b5725d
Merge pull request #146 from jaraco/debt/backport-gh-133337c1dca82
Remove unused dependency.717d770
Add a compatibility shim for Python 3.13 and earlier.d860de4
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)Updates
certifi
from 2025.4.26 to 2025.6.15Commits
e767d59
2025.06.15 (#357)3e70765
Bump actions/setup-python from 5.5.0 to 5.6.09afd2ff
Bump actions/download-artifact from 4.2.1 to 4.3.0d7c816c
remove code that's no longer required that 3.7 is our minimum (#351)1899613
Declare setuptools as the build backend in pyproject.toml (#350)c874142
update CI for ubuntu 20.04 deprecation (#348)Updates
coverage
from 7.8.2 to 7.9.1Changelog
Sourced from coverage's changelog.
Commits
4fa1b71
docs: sample HTML for 7.9.15cf757b
docs: prep for 7.9.1bea6204
fix: better defaulting of core7795441
fix: fewer warnings, default to sys.monitoring on 3.14+18aa074
fix: some custom builds don't have file8c5bf65
chore: make upgrade128c4f4
build: bump version to 7.9.1452d86f
docs: sample HTML for 7.9.0a670927
docs: prep for 7.9.03b0cb87
build: windows 3.14 is fixedUpdates
requests
from 2.32.3 to 2.32.4Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
021dc72
Polish up release tooling for last manual release821770e
Bump version and add release notes for v2.32.459f8aa2
Add netrc file search information to authentication documentation (#6876)5b4b64c
Add more tests to prevent regression of CVE 2024 470817bc4587
Add new test to check netrc auth leak (#6962)96ba401
Only use hostname to do netrc lookup instead of netloc7341690
Merge pull request #6951 from tswast/patch-16716d7c
remove linksa7e1c74
Update docs/conf.pyc799b81
docs: fix dead links to kenreitz.orgDependabot 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