-
Notifications
You must be signed in to change notification settings - Fork 54
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
Conversation
…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 (and This is ready for review |
|
I'm going to merge this without more review: I'm not sure if there are other maintainers available at the moment, and the dependency updates are just going to get trickier as updates keep compounding. There is an open issue for the HSM test failure now. |
Updates the requirements on cryptography, sigstore, pykcs11, boto3, botocore, build, coverage, mypy, ruff and zizmor to permit the latest version.
Updates
cryptographyfrom 44.0.3 to 45.0.5Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
3e53a23Bump for 45.0.5 release (#13135)678c0c5prepare for 45.0.4 release (#13058)5038495backports for 45.0.3 release (#12979)f81c075Backport mypy fixes for release (#12930)8ea28e0bump for 45.0.1 (#12922)6784097bump for 45 release (#12886)2d9c1c9bump MSRV to 1.74 (#12919)6c18874Bump BoringSSL, OpenSSL, AWS-LC in CI (#12918)43fd312add test vectors for upcoming explicit curve loading (#12913)6bfa0a3chore(deps): bump asn1 from 0.21.2 to 0.21.3 (#12914)Updates
sigstorefrom 3.6.2 to 3.6.4Release notes
Sourced from sigstore's releases.
Changelog
Sourced from sigstore's changelog.
Commits
dd952ebchore: prep release v3.6.4 (#1452)1586361chore(deps): bump rfc3161-client to >= 1.0.3 (#1450) (#1451)0f88940Backport 1424, prepare 3.6.3 release (#1425)Updates
pykcs11from 1.5.17 to 1.5.18Release notes
Sourced from pykcs11's releases.
Changelog
Sourced from pykcs11's changelog.
Commits
1f34853Release 1.5.18abea61ffix load(): move os.getenv() outside of the _lock scopebe5f5e3fix: use self.assertRaises() in test_sign_integer2177a59add CKM_EDDSA and CK_EDDSA_PARAMS support2094a49IsNum(): CKA_HW_FEATURE_TYPE is also a numeric value383425eAdd information in PyKCS11Error(-2)1a1bab3dev-requirements.txt: add pytest62e8b7eMakefile: use pytest to run tests8eec8e3Add run_pytest.pyf7a9628PyKCS11.unload(): make the method thread safeUpdates
boto3to 1.40.2Commits
ad48a21Merge branch 'release-1.40.2'0a92fe4Bumping version to 1.40.2b1d3cd4Add changelog entries from botocore72d9a28Merge branch 'release-1.40.1'1c32a22Merge branch 'release-1.40.1' into developa3ffa61Bumping version to 1.40.1c643766Add changelog entries from botocoree2fb47bMerge branch 'release-1.40.0'e19cb9fMerge branch 'release-1.40.0' into develop9e895baBumping version to 1.40.0Updates
botocoreto 1.40.2Commits
98c9921Merge branch 'release-1.40.2'89d9a61Bumping version to 1.40.230b9a22Update endpoints model7a26dd8Update to latest models30c103cMerge pull request #3494 from andyferris/patch-137d82c4Merge pull request #3527 from akx/bad-logging-callsac5a0dbMerge pull request #3533 from nateprewitt/datetime_consolidationbbed2c0Add timezones to test dates7ebb8b8Consolidate datetime invocations to one placeb0015b7Resolve Python 3.12.utcnow()DeprecationWarning(#3239)Updates
buildfrom 1.2.2.post1 to 1.3.0Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
... (truncated)
Commits
60e8752chore: bump to 1.3.0 (#919)807cfbafeat: add --config-json (#916)bf54ad0tests: fix issues with ignore53852dfdocs: uv exampleb983371tests: optional virtualenv6cd157aAdopt PEP 639 "license" field (#914)bdaea36tests: fixes for errors in CI14d6508pre-commit: bump repositories59ac60epre-commit: bump repositories48ebd63pre-commit: bump repositoriesUpdates
coveragefrom 7.8.2 to 7.10.2Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
a867852docs: sample HTML for 7.10.2e7bfabedocs: prep for 7.10.25dbd736test: this test often borks metacov, retry itb7430fadebug: more convenient run_trace.pye2039d0refactor: less redundancy in branch_trailsc177731fix: see through nop bytecodes to get the right arcs. #19997a83ab0test: don't try to make pth files when invoked from pth #20116d8b091refactor: remove a commented-out linefc507adtest: add a case for an extension-less Python file parse error05a6e8dtest: no need for skip, we already skip windowsUpdates
mypyfrom 1.16.0 to 1.17.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
acb2983Bump version to 1.17.1933c913RetainNoneas constraints bottom if no bottoms were provided (#19485)5f4428fFix "ignored exception inhasattr" in dmypy (#19428)88fdeaaPrevent a crash when InitVar is redefined with a method in a subclass (#19453)e44d14fBump version to 1.17.1+dev0260991Update version string3901aa2Updates to 1.17 changelog (#19436)7d13396Initial changelog for 1.17 release (#19427)a182decCombine the revealed types of multiple iteration steps in a more robust manne...ab4fd57Improve the handling of "iteration dependent" errors and notes in finally cla...Updates
rufffrom 0.11.13 to 0.12.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
c5ac998Bump 0.12.7 (#19627)04a8f64Revertlicenseandlicense-fileschanges inpyproject.toml(#19624)6e00adfBump 0.12.6 (#19622)864196bAddChecker::contextmethod, 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
zizmorfrom 1.9.0 to 1.11.0Release notes
Sourced from zizmor's releases.
Changelog
Sourced from zizmor's changelog.
... (truncated)
Commits
1cc8f93chore: release 1.11.0 (#993)44a27e2feat: LSP skeleton code from #607 (#984)5495af9chore(deps): bump the github-actions group with 3 updates (#990)86c4489chore(deps): bump the cargo group with 3 updates (#991)ac6f6e2bugfix: repro, #988 (#989)b98dcb1chore: remove descriptions from fixes (#985)42862ebAdd Fix for bot-conditions audit rule (#921)b7500d1refactor: move audit registration into AuditRegistry (#983)e90af3achore(deps): bump http-cache-reqwest to 0.16.0 (#982)ab905e1chore(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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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