chore(deps): bump the all-dependencies group across 1 directory with 9 updates#734
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the all-dependencies group across 1 directory with 9 updates#734dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…9 updates Bumps the all-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.152.6` | `6.155.2` | | [types-setuptools](https://github.com/python/typeshed) | `82.0.0.20260508` | `82.0.0.20260518` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.17` | | [tox](https://github.com/tox-dev/tox) | `4.53.1` | `4.55.1` | | [uv](https://github.com/astral-sh/uv) | `0.11.13` | `0.11.21` | | [cryptography](https://github.com/pyca/cryptography) | `48.0.0` | `49.0.0` | | [click](https://github.com/pallets/click) | `8.3.3` | `8.4.1` | Updates `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.0) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) Updates `hypothesis` from 6.152.6 to 6.155.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.6...v6.155.2) Updates `types-setuptools` from 82.0.0.20260508 to 82.0.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.15.12 to 0.15.17 - [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.12...0.15.17) Updates `tox` from 4.53.1 to 4.55.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.53.1...4.55.1) Updates `uv` from 0.11.13 to 0.11.21 - [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.13...0.11.21) Updates `cryptography` from 48.0.0 to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...49.0.0) Updates `click` from 8.3.3 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.3.3...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: hypothesis dependency-version: 6.155.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: types-setuptools dependency-version: 82.0.0.20260518 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tox dependency-version: 4.55.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uv dependency-version: 0.11.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 9 updates in the / directory:
9.0.39.1.01.3.01.4.06.152.66.155.282.0.0.2026050882.0.0.202605180.15.120.15.174.53.14.55.10.11.130.11.2148.0.049.0.08.3.38.4.1Updates
pytestfrom 9.0.3 to 9.1.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b2522cfPrepare release version 9.1.0368d2fc[refactor] TightenSetComparisonFunctiontoIterator[str](#14587)ff77cd8[refactor] Make base assertion comparisons return an iterator instead of a li...0d8491abuild(deps): Bump actions/stale from 10.2.0 to 10.3.04a809d9Merge pull request #14568 from pytest-dev/register-fixture5dfa385Fix recursion traceback test to cover all styles (#14582)f52ff0cAddpytest.register_fixturea8ac094Merge pull request #14567 from pytest-dev/more-visibility-deprecatee5620cd[pre-commit.ci] pre-commit autoupdate (#14577)2ce9c6dMerge pull request #14540 from minbang930/fix-14533-doctest-module-fixturesUpdates
pytest-asynciofrom 1.3.0 to 1.4.0Release notes
Sourced from pytest-asyncio's releases.
... (truncated)
Commits
6e14cd2chore: Prepare release of v1.4.0.4b900fbBuild(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1ab9f632Build(deps): Bump zipp from 3.23.1 to 4.1.0a56fc77Build(deps): Bump hypothesis from 6.152.6 to 6.152.8e8bae9bBuild(deps): Bump requests from 2.34.0 to 2.34.2fc43340Build(deps): Bump idna from 3.14 to 3.15762eaf5Build(deps): Bump jaraco-functools from 4.4.0 to 4.5.0b62e222Build(deps): Bump click from 8.3.3 to 8.4.09190447Build(deps): Bump pydantic from 2.13.3 to 2.13.482a393cci: Remove unnecessary debug output.Updates
hypothesisfrom 6.152.6 to 6.155.2Release notes
Sourced from hypothesis's releases.
Commits
fcc26c4Bump hypothesis version to 6.155.2 and update changelog13cdd0bMerge pull request #4760 from Zac-HD/datetime-symbolic-4759e48846dformatb4152earewrite comments and improve test6b18db3fixed flakeeb7d53aUpdate pinned dependencies1bbeb59Fix update_pyodide_versions for relocated xbuildenv metadata552a461Make date/time drawing symbolic-execution friendly2c6dfdbMerge pull request #4758 from bsluther/docs-fix-assume-condition1416fe1Fix assume condition inadapting-strategies.rstUpdates
types-setuptoolsfrom 82.0.0.20260508 to 82.0.0.20260518Commits
Updates
rufffrom 0.15.12 to 0.15.17Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
7c645a9Bump 0.15.17 (#25872)f381eb1Prioritize human-readable names in CLI output (#25869)b9b4546Minor workflow simplification (#25870)1e77ba0[ty] MovePreformattedBlockScannerto format-agnostic location. (#25856)6f2b772[ty] Preserve nominal type of enum.property instances (#25849)be4777c[ty] Fix site-package error when multiple versions of pythons are installed i...53f6ff7Allow human-readable names in suppression comments (#25614)6740325[ty] Restrict uncached raw signature access (#25866)970b1bfAuto-update snapshots when syncing typeshed (#25841)0785793Fix handling ofignorecomments within adisable/enablepair (#25845)Updates
toxfrom 4.53.1 to 4.55.1Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
7ebde0crelease 4.55.19ac5479🐛 fix(config): propagate overrides through config references (#3951)28972a9[pre-commit.ci] pre-commit autoupdate (#3949)928b7f0release 4.55.0a43427f🐛 fix(pip): skip constrain_package_deps when constraints is set (#3948)27b68b3[pre-commit.ci] pre-commit autoupdate (#3947)4e6627cfeat: Also passTERMINFOwhen in an interactive shell (#3946)10c431c[pre-commit.ci] pre-commit autoupdate (#3943)c86e876👷 ci(schemastore): sync fork before pushing branch (#3942)1f1fcc7release 4.54.0Updates
uvfrom 0.11.13 to 0.11.21Release notes
Sourced from uv's releases.
... (truncated)
Changelog
Sourced from uv's changelog.
... (truncated)
Commits
5aa65ddBump version to 0.11.21 (#19810)453ab98Fix musllinux tag priority (#19804)1764c77Validate GraalPy ABI suffixes (#19805)1379b7dCompute and passuv workspace metadatapayload inty check(#19763)bd6d289Preserve cached Python downloads during cache pruning (#19795)143c12fPropagate errors when reading wheel entry points (#19794)b2d8307Allow trailing commas in version specifiers (#19806)d5c8a5fQuote virtual environment activation paths with shell metacharacters (#19798)48c4357Avoid overflow when reading malformed cache entries (#19799)6353b24Allow CI cache pruning without an sdist bucket (#19802)Updates
cryptographyfrom 48.0.0 to 49.0.0Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
e300bbebump version and changelog for 49.0.0 (#15030)fa74cd8Add external mu (message representative) support for ML-DSA (#14979)f594db3chore(deps): bump openssl from 0.10.80 to 0.10.81 (#15029)608e011chore(deps): bump openssl-sys from 0.9.116 to 0.9.117 (#15028)a322bc4chore(deps): bump cc from 1.2.63 to 1.2.64 (#15027)33181a7Reject critical nameConstraints extensions containing directoryName constrain...6080dc7Bump dependencies that dependabot isn't (#15026)121faa3chore(deps): bump virtualenv from 21.4.2 to 21.4.3 (#15023)829520bAdd more robust processing for DH parameters. (#15016)0f05001Bump downstream dependencies in CI (#15025)Updates
clickfrom 8.3.3 to 8.4.1Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
6eeb50erelease version 8.4.167921d5change log and doc fixes (#3495)9c41f46Fix changelog and version admonitions6cb3477fix skip condition5ee8e31fix I/O operation on closed file error with CliRunner and echo_via_pager (#3482)becbde5pager doesn't close std streamsa5f5aa6Handle empty bytes in echo (#3493)4d3db84handle empty bytes in echod42f15bFixget_parameter_source()during type conversion and eager callbacks (#3484)0baa8dbDocument ctx.params bypass with test and docDependabot 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, ...Description has been truncated