-
Notifications
You must be signed in to change notification settings - Fork 53
build(deps): bump the dependencies group across 1 directory with 10 updates #1013
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
Open
dependabot
wants to merge
4
commits into
main
Choose a base branch
from
dependabot/pip/dependencies-98742930df
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.
+36
−15
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
…pdates Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [sigstore](https://github.com/sigstore/sigstore-python), [pykcs11](https://github.com/LudovicRousseau/PyKCS11), [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [build](https://github.com/pypa/build), [coverage](https://github.com/nedbat/coveragepy), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [zizmor](https://github.com/zizmorcore/zizmor) to permit the latest version. Updates `cryptography` from 44.0.3 to 45.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.3...45.0.5) Updates `sigstore` from 3.6.2 to 3.6.4 - [Release notes](https://github.com/sigstore/sigstore-python/releases) - [Changelog](https://github.com/sigstore/sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/sigstore-python@v3.6.2...v3.6.4) Updates `pykcs11` from 1.5.17 to 1.5.18 - [Release notes](https://github.com/LudovicRousseau/PyKCS11/releases) - [Changelog](https://github.com/LudovicRousseau/PyKCS11/blob/master/Changes.txt) - [Commits](LudovicRousseau/PyKCS11@1.5.17...1.5.18) Updates `boto3` to 1.40.2 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.28...1.40.2) Updates `botocore` to 1.40.2 - [Commits](boto/botocore@1.38.28...1.40.2) Updates `build` from 1.2.2.post1 to 1.3.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.2.post1...1.3.0) Updates `coverage` from 7.8.2 to 7.10.2 - [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.10.2) Updates `mypy` from 1.16.0 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.0...v1.17.1) Updates `ruff` from 0.11.13 to 0.12.7 - [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.13...0.12.7) Updates `zizmor` from 1.9.0 to 1.11.0 - [Release notes](https://github.com/zizmorcore/zizmor/releases) - [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md) - [Commits](zizmorcore/zizmor@v1.9.0...v1.11.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: sigstore dependency-version: 3.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pykcs11 dependency-version: 1.5.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.40.2 dependency-type: direct:production dependency-group: dependencies - dependency-name: botocore dependency-version: 1.40.2 dependency-type: direct:production dependency-group: dependencies - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverage dependency-version: 7.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: zizmor dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
cd175b4
to
679c23c
Compare
sigstore is now compatible with newer cryptography but something is failing in a weird way on MacOS: #1015 This failure is not specific to this PR it's happening on main as well |
softHSM seems to have some sort of issue with new macs: #1015 Signed-off-by: Jussi Kukkonen <[email protected]>
* Add missing __hash__() implementations * Add noqa for some sketchy import habits Signed-off-by: Jussi Kukkonen <[email protected]>
It seems to be a bit much, there's too many changes on every upgrade. Signed-off-by: Jussi Kukkonen <[email protected]>
I'm disabling the hsm tests on mac since I have no way of working on them -- I think it's just a test failure on the specific mac release but not sure. This is ready for review |
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.
Updates the requirements on cryptography, sigstore, pykcs11, boto3, botocore, build, coverage, mypy, ruff and zizmor to permit the latest version.
Updates
cryptography
from 44.0.3 to 45.0.5Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
3e53a23
Bump for 45.0.5 release (#13135)678c0c5
prepare for 45.0.4 release (#13058)5038495
backports for 45.0.3 release (#12979)f81c075
Backport mypy fixes for release (#12930)8ea28e0
bump for 45.0.1 (#12922)6784097
bump for 45 release (#12886)2d9c1c9
bump MSRV to 1.74 (#12919)6c18874
Bump BoringSSL, OpenSSL, AWS-LC in CI (#12918)43fd312
add test vectors for upcoming explicit curve loading (#12913)6bfa0a3
chore(deps): bump asn1 from 0.21.2 to 0.21.3 (#12914)Updates
sigstore
from 3.6.2 to 3.6.4Release notes
Sourced from sigstore's releases.
Changelog
Sourced from sigstore's changelog.
Commits
dd952eb
chore: prep release v3.6.4 (#1452)1586361
chore(deps): bump rfc3161-client to >= 1.0.3 (#1450) (#1451)0f88940
Backport 1424, prepare 3.6.3 release (#1425)Updates
pykcs11
from 1.5.17 to 1.5.18Release notes
Sourced from pykcs11's releases.
Changelog
Sourced from pykcs11's changelog.
Commits
1f34853
Release 1.5.18abea61f
fix load(): move os.getenv() outside of the _lock scopebe5f5e3
fix: use self.assertRaises() in test_sign_integer2177a59
add CKM_EDDSA and CK_EDDSA_PARAMS support2094a49
IsNum(): CKA_HW_FEATURE_TYPE is also a numeric value383425e
Add information in PyKCS11Error(-2)1a1bab3
dev-requirements.txt: add pytest62e8b7e
Makefile: use pytest to run tests8eec8e3
Add run_pytest.pyf7a9628
PyKCS11.unload(): make the method thread safeUpdates
boto3
to 1.40.2Commits
ad48a21
Merge branch 'release-1.40.2'0a92fe4
Bumping version to 1.40.2b1d3cd4
Add changelog entries from botocore72d9a28
Merge branch 'release-1.40.1'1c32a22
Merge branch 'release-1.40.1' into developa3ffa61
Bumping version to 1.40.1c643766
Add changelog entries from botocoree2fb47b
Merge branch 'release-1.40.0'e19cb9f
Merge branch 'release-1.40.0' into develop9e895ba
Bumping version to 1.40.0Updates
botocore
to 1.40.2Commits
98c9921
Merge branch 'release-1.40.2'89d9a61
Bumping version to 1.40.230b9a22
Update endpoints model7a26dd8
Update to latest models30c103c
Merge pull request #3494 from andyferris/patch-137d82c4
Merge pull request #3527 from akx/bad-logging-callsac5a0db
Merge pull request #3533 from nateprewitt/datetime_consolidationbbed2c0
Add timezones to test dates7ebb8b8
Consolidate datetime invocations to one placeb0015b7
Resolve Python 3.12.utcnow()
DeprecationWarning
(#3239)Updates
build
from 1.2.2.post1 to 1.3.0Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
... (truncated)
Commits
60e8752
chore: bump to 1.3.0 (#919)807cfba
feat: add --config-json (#916)bf54ad0
tests: fix issues with ignore53852df
docs: uv exampleb983371
tests: optional virtualenv6cd157a
Adopt PEP 639 "license" field (#914)bdaea36
tests: fixes for errors in CI14d6508
pre-commit: bump repositories59ac60e
pre-commit: bump repositories48ebd63
pre-commit: bump repositoriesUpdates
coverage
from 7.8.2 to 7.10.2Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
a867852
docs: sample HTML for 7.10.2e7bfabe
docs: prep for 7.10.25dbd736
test: this test often borks metacov, retry itb7430fa
debug: more convenient run_trace.pye2039d0
refactor: less redundancy in branch_trailsc177731
fix: see through nop bytecodes to get the right arcs. #19997a83ab0
test: don't try to make pth files when invoked from pth #20116d8b091
refactor: remove a commented-out linefc507ad
test: add a case for an extension-less Python file parse error05a6e8d
test: no need for skip, we already skip windowsUpdates
mypy
from 1.16.0 to 1.17.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
acb2983
Bump version to 1.17.1933c913
RetainNone
as constraints bottom if no bottoms were provided (#19485)5f4428f
Fix "ignored exception inhasattr
" in dmypy (#19428)88fdeaa
Prevent a crash when InitVar is redefined with a method in a subclass (#19453)e44d14f
Bump version to 1.17.1+dev0260991
Update version string3901aa2
Updates to 1.17 changelog (#19436)7d13396
Initial changelog for 1.17 release (#19427)a182dec
Combine the revealed types of multiple iteration steps in a more robust manne...ab4fd57
Improve the handling of "iteration dependent" errors and notes in finally cla...Updates
ruff
from 0.11.13 to 0.12.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
c5ac998
Bump 0.12.7 (#19627)04a8f64
Revertlicense
andlicense-files
changes inpyproject.toml
(#19624)6e00adf
Bump 0.12.6 (#19622)864196b
AddChecker::context
method, deduplicate Unicode checks (#19609)ae26fa0
[flake8-pyi
] Preserve inline comment in ellipsis removal (PYI013
) (#19399)88a6799
[ty] Add flow diagram for import resolution941be52
[ty] Add comments to some core resolver functions13624ce
[ty] Add missing ticks and use consistent quotingedb2f8e
[ty] Reflow some long lines5e6ad84
[ty] Unexport helper functionUpdates
zizmor
from 1.9.0 to 1.11.0Release notes
Sourced from zizmor's releases.
Changelog
Sourced from zizmor's changelog.
... (truncated)
Commits
1cc8f93
chore: release 1.11.0 (#993)44a27e2
feat: LSP skeleton code from #607 (#984)5495af9
chore(deps): bump the github-actions group with 3 updates (#990)86c4489
chore(deps): bump the cargo group with 3 updates (#991)ac6f6e2
bugfix: repro, #988 (#989)b98dcb1
chore: remove descriptions from fixes (#985)42862eb
Add Fix for bot-conditions audit rule (#921)b7500d1
refactor: move audit registration into AuditRegistry (#983)e90af3a
chore(deps): bump http-cache-reqwest to 0.16.0 (#982)ab905e1
chore(deps): bump http-cache-reqwest to 0.15.2 (#980)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