Bump the runtime group across 1 directory with 5 updates#3
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the runtime group across 1 directory with 5 updates#3dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
9a99ab8 to
7271244
Compare
Bumps the runtime group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `47.0.0` | | [keyring](https://github.com/jaraco/keyring) | `25.3.0` | `25.7.0` | | [paramiko](https://github.com/paramiko/paramiko) | `3.4.1` | `4.0.0` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.33.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.5` | `4.67.3` | Updates `cryptography` from 43.0.0 to 47.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.0...47.0.0) Updates `keyring` from 25.3.0 to 25.7.0 - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](jaraco/keyring@v25.3.0...v25.7.0) Updates `paramiko` from 3.4.1 to 4.0.0 - [Commits](paramiko/paramiko@3.4.1...4.0.0) Updates `requests` from 2.32.3 to 2.33.1 - [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.33.1) Updates `tqdm` from 4.66.5 to 4.67.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.5...v4.67.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: runtime - dependency-name: keyring dependency-version: 25.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: runtime - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime ... Signed-off-by: dependabot[bot] <support@github.com>
7271244 to
3721d92
Compare
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
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 runtime group with 5 updates in the / directory:
43.0.047.0.025.3.025.7.03.4.14.0.02.32.32.33.14.66.54.67.3Updates
cryptographyfrom 43.0.0 to 47.0.0Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
59c5f5ebump for 47.0.0 release (#14730)9025578Add MLKEM1024-P384 hybrid KEM support in HPKE (#14722)ef66de4Recommend Argon2id over PBKDF2HMAC as KDF (#14724)d996a37Add ubuntu-resolute to CI workflow (#14729)e86da41chore(deps): bump libc from 0.2.185 to 0.2.186 (#14725)1c33c9aBump downstream dependencies in CI (#14728)67fb6beBump x509-limbo and/or wycheproof in CI (#14727)6cb20b3Bump BoringSSL, OpenSSL, AWS-LC in CI (#14726)d6f372dUpdate supported OpenSSL versions in installation docs (#14721)ebd2619openssl 3.3 is out of upstream support (#14720)Updates
keyringfrom 25.3.0 to 25.7.0Changelog
Sourced from keyring's changelog.
... (truncated)
Commits
38c0401Finalizee5b7d2aRevert "Disable type checking on filter call. Fixes #659."2ce2d46Add news fragment.4bb5eceMerge pull request #722 from hugovk/rm-3.8d7c0aa4Merge branch 'main' into rm-3.8ea1d763Merge pull request #721 from hugovk/fix-tests30eea9dMerge https://github.com/jaraco/skeletonfb6e52cMerge pull request #724 from dachucky/patch-19ff8459Generalize the guidance around tox.e7fbfa7Prefer imperative third-person voice.Updates
paramikofrom 3.4.1 to 4.0.0Commits
aad0370Cut 4.0.0 in changelog76f2406Speling8c4277cFix syntax-warning-throwing unittest method calld3a9617Test existence of root module dunder version9579700Nuke mentions of specific Python 3.x versions from docs etcdbfd52cAdministrivia update: Python>=3.9, pyproject.toml, etcc2ba378Remove outdated version check in GSS module2af0dd7I'm good at my job, honeste534b1aFixes #973: remove DSA/DSS support3523febTweak .gitignore to more safely ignore top level docs/Updates
requestsfrom 2.32.3 to 2.33.1Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
111d2b7v2.33.1f0198e6Fix malformed value parsing for Content-Type (#7309)bc7dd0fFix cosmetic header validity parsing regex (#7308)4443b1aFix unintended test extra (#7306)389eea5Cleanup extracted file after extract_zipped_path test (#7305)7407309Packaging: DRY out extras definition (#7277)bc04dfdv2.33.066d21cbMerge commit from fork8b9bc8fMove badges to top of README (#7293)e331a28Remove unused extraction call (#7292)Updates
tqdmfrom 4.66.5 to 4.67.3Release notes
Sourced from tqdm's releases.
Commits
75bdb6cfix py3.7 compat09a863bbump version, merge pull request #1704 from tqdm/devel33d24cdupdate pyproject syntax70b9124add py3.13 supporta74d8f8drop _dist_ver14d72e2Merge pull request #1703 from wingding12/fix-pandas-3.0-and-negative-intervala69dac8fix dedented docstringsa986d22tests: fix pandas deprecation warningsbb7aa4dtests: fix pandas deprecated applymap0647db1misc tidy