chore(deps-dev): bump the pytest group across 1 directory with 6 updates#9
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump the pytest group across 1 directory with 6 updates#9dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the pytest group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `9.0.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `1.3.0` | | [pytest-httpx](https://github.com/Colin-b/pytest_httpx) | `0.32.0` | `0.36.2` | | [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) | `4.0.0` | `5.2.3` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.114.0` | `6.152.9` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.6.4` | `7.14.0` | Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...9.0.3) Updates `pytest-asyncio` from 0.24.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v1.3.0) Updates `pytest-httpx` from 0.32.0 to 0.36.2 - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](Colin-b/pytest_httpx@v0.32.0...0.36.2) Updates `pytest-benchmark` from 4.0.0 to 5.2.3 - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](ionelmc/pytest-benchmark@v4.0.0...v5.2.3) Updates `hypothesis` from 6.114.0 to 6.152.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.114.0...hypothesis-python-6.152.9) Updates `coverage` from 7.6.4 to 7.14.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.4...7.14.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: hypothesis dependency-version: 6.152.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pytest - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pytest - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pytest - dependency-name: pytest-httpx dependency-version: 0.36.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] <support@github.com>
a8a9121 to
0e1d24c
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 pytest group with 6 updates in the / directory:
8.3.39.0.30.24.01.3.00.32.00.36.24.0.05.2.36.114.06.152.97.6.47.14.0Updates
pytestfrom 8.3.3 to 9.0.3Release notes
Sourced from pytest's releases.
... (truncated)
Commits
a7d58d7Prepare release version 9.0.3089d981Merge pull request #14366 from bluetech/revert-14193-backport8127eafRevert "Fix: assertrepr_compare respects dict insertion order (#14050) (#14193)"99a7e60Merge pull request #14363 from pytest-dev/patchback/backports/9.0.x/95d8423bd...ddee02aMerge pull request #14343 from bluetech/cve-2025-71176-simple74eac69doc: Update training info (#14298) (#14301)f92dee7Merge pull request #14267 from pytest-dev/patchback/backports/9.0.x/d6fa26c62...7ee58acMerge pull request #12378 from Pierre-Sassoulas/fix-implicit-str-concat-and-d...37da870Merge pull request #14259 from mitre88/patch-4 (#14268)c34bfa3Add explanation for string context diffs (#14257) (#14266)Updates
pytest-asynciofrom 0.24.0 to 1.3.0Release notes
Sourced from pytest-asyncio's releases.
... (truncated)
Commits
2e9695fdocs: Compile changelog for v1.3.0dd0e9badocs: Reference correct issue in news fragment.4c31abeBuild(deps): Bump nh3 from 0.3.1 to 0.3.213e9477Link to migration guides from changelog4d2cf3ctests: handle Python 3.14 DefaultEventLoopPolicy deprecation warningsee3549btest: Remove obsolete test for the event_loop fixture.7a67c82tests: Fix failing test by preventing warning conversion to error.a17b689test: add pytest config to isolated test directories18afc9dfix(tests): replace runpytest_subprocess with runpytestcdc6bd1Add support for pytest 9 and drop Python 3.9 supportUpdates
pytest-httpxfrom 0.32.0 to 0.36.2Release notes
Sourced from pytest-httpx's releases.
... (truncated)
Changelog
Sourced from pytest-httpx's changelog.
... (truncated)
Commits
8121166Re-release as 0.36.2d5e4283Bump version66eeeb0Release version 0.36.11be4693Merge branch 'master' into develop5acf97fRelease 0.36.171b9dd4Release 0.36.19714e55Cleanup project management47e7e02Use commit sha as versionede6a6dUpdate black to latest version7d8291eUse trusted publisher to publish to pypiUpdates
pytest-benchmarkfrom 4.0.0 to 5.2.3Changelog
Sourced from pytest-benchmark's changelog.
... (truncated)
Commits
b857483Bump version: 5.2.2 → 5.2.37f5abf9Add a note about the readme.b8e5f53Fix bad wrap.931d50fAdd back some escapes. Oops.d5c2f7eAdd support for pytest 9.0. Fixes #295.9a3888aMove readme+changelog extraction to static pyproject config.d34bf73Bump version: 5.2.1 → 5.2.2cf2ac34Bump prek.8bfc327Improve formatting (docutils chokes on those arguments with colons and bracke...190b487Prefix all headings with letters to allow docutils or whatever generate stabl...Updates
hypothesisfrom 6.114.0 to 6.152.9Release notes
Sourced from hypothesis's releases.
... (truncated)
Commits
56018dcBump hypothesis-python version to 6.152.9 and update changelog4b976e2Merge pull request #4728 from HypothesisWorks/new-integers-distributionec394ecBump hypothesis-python version to 6.152.8 and update changelog70a31faMerge pull request #4709 from HypothesisWorks/create-pull-request/patchab53fc1drop end-of-life Django 4.20f3d80esort PYTHONS dict in autoupdate output3cdf0c8formatb5f5975address typing changes for mypy 2.014f3bd4Update pinned dependenciesadc8d2dBump hypothesis-python version to 6.152.7 and update changelogUpdates
coveragefrom 7.6.4 to 7.14.0Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
646351bdocs: sample HTML for 7.14.039cd015docs: prep for 7.14.0649e8aadocs: thanks Alex Vandiver for #21658cd392efix: snapshot data in Collector.flush_data to avoid threading race (#2165)c48e0edfix: less output for combiningc2a3a28docs: explain the change from #21621cd47aafix: implicit combine-during-report now removes the combined data files2d99fd7feat: automatically combine coverage in report, thanks Tim Hatch (#2162)9fbdcdffix: lazy soft keywords are bolded5de7d02build: oops, misplaced quote