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
7271244 to
3721d92
Compare
3721d92 to
7b4743d
Compare
Bumps the runtime group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `48.0.0` | | [keyring](https://github.com/jaraco/keyring) | `25.3.0` | `25.7.0` | | [paramiko](https://github.com/paramiko/paramiko) | `3.4.1` | `5.0.0` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.34.2` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.5` | `4.67.3` | Updates `cryptography` from 43.0.0 to 48.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.0...48.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 5.0.0 - [Commits](paramiko/paramiko@3.4.1...5.0.0) Updates `requests` from 2.32.3 to 2.34.2 - [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.34.2) 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>
7b4743d to
0a3ab38
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.048.0.025.3.025.7.03.4.15.0.02.32.32.34.24.66.54.67.3Updates
cryptographyfrom 43.0.0 to 48.0.0Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
8e03e30bump for 48.0.0 release (#14796)295e0d2Add AGENTS.md with CLAUDE.md symlink (#14794)104a2deBump BoringSSL, OpenSSL, AWS-LC in CI (#14793)67ec1e5call check_length early on AesSiv::encrypt (#14792)b2da57achangelog for mldsa/mlkem for openssl (#14791)3cf44adML-KEM OpenSSL support (#14781)2e31639ML-DSA OpenSSL support (#14773)5affe5afix rust nightly clippy (#14790)2e73ca4bump rust-openssl dep and update EcPoint::mul_generator to mul_generator2 (#1...82ebd3bBump BoringSSL, OpenSSL, AWS-LC in CI (#14785)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 5.0.0Commits
710cc5cWhat's a few weeks between friends?ea93c59Fix up Ed25519Key so it has non-erroring repr() during fatal errors5b90ef9ruff/isortf3864b6Changelog fixesacd4bc1Replace hardcoded PEM format in PKey.write* with new parameter6fa1556Bump group-exchange kex min_bits to 2048eb87ad3Fix some tests that were incorrectly passing1ecc933Remove GSSAPI support :(9bf5fcaRemove SHA1-based (non-GSS) kex methodsb8f75c7Lintin' ain't easyUpdates
requestsfrom 2.32.3 to 2.34.2Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
6e83187v2.34.284d10f0Move Request.headers back to Mapping (#7441)b7b549bv2.34.1e511bc7Fix mutability issues with headers input types (#7431)5691f59Update JsonType containers to read-based collections (#7436)2144213Constrain Response.reason to str (#7437)6404f34Fixprepare_bodystream detection for__getattr__-based file wrappers (#7...0b401c7v2.34.086b378dAlign Session.get parameters with requests.get (#7429)a4f9a59Port bpo-39057 to Requests (#7427)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