chore(deps): bump the all-dependencies group with 6 updates#714
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the all-dependencies group with 6 updates#714dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the all-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.152.1` | `6.152.3` | | [mypy](https://github.com/python/mypy) | `1.20.1` | `1.20.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.11` | `0.15.12` | | [uv](https://github.com/astral-sh/uv) | `0.11.7` | `0.11.8` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.7` | `47.0.0` | | [click](https://github.com/pallets/click) | `8.3.2` | `8.3.3` | Updates `hypothesis` from 6.152.1 to 6.152.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.1...hypothesis-python-6.152.3) Updates `mypy` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.1...v1.20.2) Updates `ruff` from 0.15.11 to 0.15.12 - [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.15.11...0.15.12) Updates `uv` from 0.11.7 to 0.11.8 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.11.7...0.11.8) Updates `cryptography` from 46.0.7 to 47.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.7...47.0.0) Updates `click` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.2...8.3.3) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: uv dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: click dependency-version: 8.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
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 all-dependencies group with 6 updates:
6.152.16.152.31.20.11.20.20.15.110.15.120.11.70.11.846.0.747.0.08.3.28.3.3Updates
hypothesisfrom 6.152.1 to 6.152.3Release notes
Sourced from hypothesis's releases.
Commits
609de04Bump hypothesis-python version to 6.152.3 and update changelog902f1baMerge pull request #4720 from Liam-DeVoe/urandom-disable-bufferingda81118claude: open /dev/urandom with buffering=0 in URandomProvider80fada3Merge pull request #4714 from HypothesisWorks/DRMacIver/uv634e2beLet tox auto-provision tox-uv instead of pinning it in tools.txt5265564Seed pip into tox-uv envsd6caeb8Use uv instead of pyenv for build-time Python installs and toxc727eadBump hypothesis-python version to 6.152.2 and update changelog36d74b7Merge pull request #4711 from HypothesisWorks/DRMacIver/is-code-ownerbbc8963Merge pull request #4712 from HypothesisWorks/DRMacIver/fix-buildUpdates
mypyfrom 1.20.1 to 1.20.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
145a062Bump version to 1.20.281cd492Fix slicing with nonstrict optional (#21282)908d344[mypyc] Set dunder attrs when adding module to sys.modules (#21275)ba28610Initial support for Python 3.15.0a8 (#21255)7b0e09fFix match statement semantics for "or" pattern (#21156)92b74f2Avoid widening types in conditional_types (#21242)0dcbfaaFix is_overlapping_types for generic callables (#21208)210f518Correctly aggregate narrowing information on parent expressions (#21206)c34530eOnly set journal mode in coordinator (#21217)79a3ec6Use WAL with SQLite cache, fix close (#21154)Updates
rufffrom 0.15.11 to 0.15.12Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
66f93cfBump 0.15.12 (#24815)476a4d0[ty] Complete support for more detailed diagnostics on possibly unbound error...ed669eaImplement#ruff:file-ignorefile-level suppressions (#23599)e73d952[ty] Include inferred type ininvalid-keyconcise diagnostic for union/inte...80feb29[ty] report only dead annotation-only locals as unused (#24811)0fbf2bcDrop deprecated license classifier (#24808)43b174c[ty] Infer lambda parameter types withCallabletype context (#24317)4f449ae[ty] Add error context for intersection types (#24772)5b4e753[ty] Add support for goto in literal enum member inlay hint (#24792)e7cc762[ty] Add error context for TypedDict assignments (#24790)Updates
uvfrom 0.11.7 to 0.11.8Release notes
Sourced from uv's releases.
... (truncated)
Changelog
Sourced from uv's changelog.
Commits
0e961ddBump version to 0.11.8 (#19184)3e9c333Configure logging before globals (#19155)84a3244Redact pre-signed upload URLs in verbose output (#19146)51448c2Use a single codepath for extracting a .tar.zst wheel (#19144)5f461d6Allowscripts/build-trampolines.shto try podman when it's available (#19134)dea9815uv-build: fixup classifiers (#19130)15118d7Drop whoami dependency (#19132)992be06Add rust-toolchain.toml to uv-build sdist (#19131)d46a7b6Fix pip_compile test (#19129)282919cSharepylock.tomlreading and resolution in pip commands (#19125)Updates
cryptographyfrom 46.0.7 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
clickfrom 8.3.2 to 8.3.3Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
c06d2d0Release 8.3.3f1f191eApply format guidelines to commits since latest 8.3.2 release (#3343)bb59ba0Apply format guidelines to commits since latest 8.3.2 release4a35225Reduce blast-radius ofUNSETindefault_map(#3240)c07bb93Merge branch 'stable' into unset-in-default-mapc7e1ba8ReorderParameterSource(#3248)76552ffShow default string in prompt (#3328)ac5cec5Reorder ParameterSource from most to least explicit8c452e0Merge branch 'stable' into show-default-string-in-prompt8c95c73Reconcile default value passing and default activation (#3239)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 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