-
Notifications
You must be signed in to change notification settings - Fork 65
Deps: Bump the python-packages group with 3 updates #1230
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
Merged
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 python-packages group with 3 updates: [coverage](https://github.com/nedbat/coveragepy), [cryptography](https://github.com/pyca/cryptography) and [ruff](https://github.com/astral-sh/ruff). Updates `coverage` from 7.8.0 to 7.8.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.8.0...7.8.2) Updates `cryptography` from 45.0.2 to 45.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.2...45.0.3) Updates `ruff` from 0.11.10 to 0.11.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.10...0.11.11) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: cryptography dependency-version: 45.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.11.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuespoetry.lock
Allowed Licenses: 0BSD, AGPL-3.0-or-later, Apache-2.0, BlueOak-1.0.0, BSD-2-Clause, BSD-3-Clause-Clear, BSD-3-Clause, BSL-1.0, CAL-1.0, CC-BY-3.0, CC-BY-4.0, CC-BY-SA-4.0, CC0-1.0, EPL-2.0, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-2.0, GPL-3.0-only, GPL-3.0-or-later, GPL-3.0, ISC, LGPL-2.0-only, LGPL-2.0-or-later, LGPL-2.1-only, LGPL-2.1-or-later, LGPL-2.1, LGPL-3.0-only, LGPL-3.0, LGPL-3.0-or-later, MIT, MIT-CMU, MPL-1.1, MPL-2.0, OFL-1.1, PSF-2.0, Python-2.0, Python-2.0.1, Unicode-DFS-2016, Unlicense, Zlib, ZPL-2.1 OpenSSF Scorecard
Scanned Files
|
Conventional Commits Report
🚀 Conventional commits found. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1230 +/- ##
=======================================
Coverage 97.78% 97.78%
=======================================
Files 73 73
Lines 5112 5112
Branches 929 929
=======================================
Hits 4999 4999
Misses 76 76
Partials 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bjoernricks
approved these changes
May 26, 2025
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
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 python-packages group with 3 updates: coverage, cryptography and ruff.
Updates
coverage
from 7.8.0 to 7.8.2Changelog
Sourced from coverage's changelog.
Commits
51ab2e5
build: have to keep expected dist counts in syncbe7bbf2
docs: sample HTML for 7.8.23cee850
docs: prep for 7.8.239bc6b0
docs: provide more details if the kit matrix is edited.a608fb3
build: add support for Windows arm64 (#1972)2fe6225
build: runtox lint
if actions have changed3d93a78
docs: docs need scriv for making github releases0c443a2
build: bump version to 7.8.2ed98b87
docs: sample HTML for 7.8.1b98bc9b
docs: prep for 7.8.1Updates
cryptography
from 45.0.2 to 45.0.3Changelog
Sourced from cryptography's changelog.
Commits
5038495
backports for 45.0.3 release (#12979)Updates
ruff
from 0.11.10 to 0.11.11Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
0397682
Bump 0.11.11 (#18259)bcefa45
[ty] Renamecall-possibly-unbound-method
to `possibly-unbound-implicit-call...91b7a57
[ty] Implement Python's floor division semantics forLiteral
int
s (#18249)98da200
[ty] Fix server panic when callingsystem_mut
(#18252)029085f
[ty] Clarifyty check
output default in documentation. (#18246)6df10c6
[pylint
] Fix docs example that produced different output (PLW0603
) (#18216)bdf4884
Preserve tuple parentheses in case patterns (#18147)01eeb2f
[ty] Support frozen dataclasses (#17974)cb04343
[ty] Splitinvalid-base
error code into two error codes (#18245)02394b8
[ty] Improveinvalid-type-form
diagnostic where a module-literal type is us...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