Bump the pip-deps group across 1 directory with 16 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 7
(9 days ago)
(8 days ago)
dependencies python skip-changelog
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the pip-deps group with 16 updates in the / directory:
Package | From | To |
---|---|---|
requests | 2.32.4 |
2.32.5 |
ruamel-yaml | 0.18.14 |
0.18.15 |
pymongo | 4.14.0 |
4.15.1 |
pytest | 8.4.1 |
8.4.2 |
pytest-asyncio | 1.1.0 |
1.2.0 |
cryptography | 45.0.6 |
46.0.1 |
black | 25.1.0 |
25.9.0 |
pytest-mock | 3.14.1 |
3.15.1 |
wrapt | 1.17.2 |
1.17.3 |
botocore | 1.40.7 |
1.40.36 |
boto3 | 1.40.7 |
1.40.36 |
mypy | 1.17.1 |
1.18.2 |
types-pyyaml | 6.0.12.20250809 |
6.0.12.20250915 |
types-python-dateutil | 2.9.0.20250809 |
2.9.0.20250822 |
pytest-cov | 6.2.1 |
7.0.0 |
pytest-rerunfailures | 16.0 |
16.0.1 |
Updates requests
from 2.32.4 to 2.32.5
Release notes
Sourced from requests's releases.
v2.32.5
2.32.5 (2025-08-18)
Bugfixes
- The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
- Added support for Python 3.14.
- Dropped support for Python 3.8 following its end of support.
Changelog
Sourced from requests's changelog.
2.32.5 (2025-08-18)
Bugfixes
- The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
- Added support for Python 3.14.
- Dropped support for Python 3.8 following its end of support.
Commits
b25c87d
v2.32.5131e506
Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...b336cb2
Bump actions/checkout from 4.2.0 to 5.0.046e939b
Update publish workflow to useartifact-id
instead ofname
4b9c546
Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...7618dbe
Bump step-security/harden-runner from 2.12.0 to 2.13.02edca11
Add support for Python 3.14 and drop support for Python 3.8 (#6993)fec96cd
Update Makefile rules (#6996)d58d8aa
docs: clarify timeout parameter uses seconds in Session.request (#6994)91a3eab
Bump github/codeql-action from 3.28.5 to 3.29.0- Additional commits viewable in compare view
Updates ruamel-yaml
from 0.18.14 to 0.18.15
Updates pymongo
from 4.14.0 to 4.15.1
Release notes
Sourced from pymongo's releases.
PyMongo 4.15.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-1-released/328837
PyMongo 4.15.0
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-released/328574
PyMongo 4.14.1
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-14-1-released/327511
Changelog
Sourced from pymongo's changelog.
Changes in Version 4.15.1 (2025/09/16)
Version 4.15.1 is a bug fix release.
Fixed a bug in :meth:
~pymongo.synchronous.encryption.ClientEncryption.encrypt
and :meth:~pymongo.asynchronous.encryption.AsyncClientEncryption.encrypt
that would cause aTypeError
when usingpymongocrypt<1.16
by passing an unsupportedtype_opts
parameter even if Queryable Encryption text queries beta was not used.Fixed a bug in
AsyncMongoClient
that caused aServerSelectionTimeoutError
when used withuvicorn
,FastAPI
, oruvloop
.Issues Resolved ...............
See the
PyMongo 4.15.1 release notes in JIRA
_ for the list of resolved issues in this release... _PyMongo 4.15.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=46486
Changes in Version 4.15.0 (2025/09/10)
PyMongo 4.15 brings a number of changes including:
- Added :class:
~pymongo.encryption_options.TextOpts
, :attr:~pymongo.encryption.Algorithm.TEXTPREVIEW
, :attr:~pymongo.encryption.QueryType.PREFIXPREVIEW
, :attr:~pymongo.encryption.QueryType.SUFFIXPREVIEW
, :attr:~pymongo.encryption.QueryType.SUBSTRINGPREVIEW
, as part of the experimental Queryable Encryption text queries beta.pymongocrypt>=1.16
is required for text query support.- Added :class:
bson.decimal128.DecimalEncoder
and :class:bson.decimal128.DecimalDecoder
to support encoding and decoding of BSON Decimal128 values to decimal.Decimal values using the TypeRegistry API.- Added support for Windows
arm64
wheels.Changes in Version 4.14.1 (2025/08/19)
Version 4.14.1 is a bug fix release.
- Fixed a bug in
MongoClient.append_metadata()
andAsyncMongoClient.append_metadata()
that allowed duplicateDriverInfo.name
to be appended to the metadata.Issues Resolved
... (truncated)
Commits
8cf6579
PYTHON-5542 Prepare for 4.15.1 Release (#2537)7a07c02
PYTHON-5544 Revert changes to base protocol layer (#2535)eca38b7
Bump mypy from 1.17.1 to 1.18.1 (#2532)32e183b
Bump the actions group with 3 updates (#2531)3da6e85
PYTHON-5543 PyMongoBaseProtocol should inherit from asyncio.BaseProtocol (#2528)2b14886
PYTHON-5540 Fix usage of text_opts for older versions of pymongocrypt (#2525)527cbdd
PYTHON-5537 Update typing dependencies (#2524)8879f2b
Bump the actions group with 5 updates (#2519)d2653ee
BUMP 4.16.0.dev01514e9b
Prepare 4.15 release (#2523)- Additional commits viewable in compare view
Updates pytest
from 8.4.1 to 8.4.2
Release notes
Sourced from pytest's releases.
8.4.2
pytest 8.4.2 (2025-09-03)
Bug fixes
#13478: Fixed a crash when using
console_output_style
{.interpreted-text role="confval"} withtimes
and a module is skipped.#13530: Fixed a crash when using
pytest.approx
{.interpreted-text role="func"} anddecimal.Decimal
{.interpreted-text role="class"} instances with thedecimal.FloatOperation
{.interpreted-text role="class"} trap set.#13549: No longer evaluate type annotations in Python
3.14
when inspecting function signatures.This prevents crashes during module collection when modules do not explicitly use
from __future__ import annotations
and import types for annotations within aif TYPE_CHECKING:
block.#13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in
pytest.Parser.addini
{.interpreted-text role="meth"}.#13563:
pytest.approx
{.interpreted-text role="func"} now only importsnumpy
if NumPy is already insys.modules
. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.Improved documentation
- #13577: Clarify that
pytest_generate_tests
is discovered in test modules/classes; other hooks must be inconftest.py
or plugins.Contributor-facing changes
- #13480: Self-testing: fixed a few test failures when run with
-Wdefault
or a similar override.- #13547: Self-testing: corrected expected message for
test_doctest_unexpected_exception
in Python3.14
.- #13684: Make pytest's own testsuite insensitive to the presence of the
CI
environment variable -- byogrisel
{.interpreted-text role="user"}.
Commits
bfae422
Prepare release version 8.4.28990538
Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bf
Merge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60a
Merge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8
Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568
Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4a
add missing colon (#13640) (#13641)c3d7684
Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3be
Merge pull request #13605 from The-Compiler/training-update-2025-07f87289c
Fix crash withtimes
output style and skipped module (#13573) (#13579)- Additional commits viewable in compare view
Updates pytest-asyncio
from 1.1.0 to 1.2.0
Release notes
Sourced from pytest-asyncio's releases.
pytest-asyncio 1.2.0
1.2.0 - 2025-09-12
Added
--asyncio-debug
CLI option andasyncio_debug
configuration option to enable asyncio debug mode for the default event loop. (#980)- A
pytest.UsageError
for invalid configuration values ofasyncio_default_fixture_loop_scope
andasyncio_default_test_loop_scope
. (#1189)- Compatibility with the Pyright type checker (#731)
Fixed
RuntimeError: There is no current event loop in thread 'MainThread'
when any test unsets the event loop (such as when usingasyncio.run
andasyncio.Runner
). (#1177)- Deprecation warning when decorating an asynchronous fixture with
@pytest.fixture
in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#1198)Notes for Downstream Packagers
- Bump the minimum required version of tox to v4.28. This change is only relevant if you use the
tox.ini
file provided by pytest-asyncio to run tests.- Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.
pytest-asyncio 1.1.1
v1.1.1 - 2025-09-12
Notes for Downstream Packagers
- Addresses a build problem with setuptoos-scm >= 9 caused by invalid setuptools-scm configuration in pytest-asyncio. (#1192)
Commits
0d3988f
ci: Create GitHub release before publishing to PyPI.07c5a0b
docs: Include orphaned news fragment in changelog.be24582
chore: Prepare release of v1.2.0.7aeb296
docs: Streamline news fragments7b8311c
ci: Fixes a bug that prevented SSH signature from being stripped from release...9d4c2bd
docs: Add changelog entry for Pyright compatibility.94f6106
test: Added tests which assert that the event loop is reinstated if unset by ...df61991
[pre-commit.ci] pre-commit autoupdatef1f7941
Build(deps): Bump pytest from 8.4.1 to 8.4.2c77d3d3
Build(deps): Bump twine from 6.1.0 to 6.2.0- Additional commits viewable in compare view
Updates cryptography
from 45.0.6 to 46.0.1
Changelog
Sourced from cryptography's changelog.
46.0.1 - 2025-09-16
* Fixed an issue where users installing via ``pip`` on Python 3.14 development versions would not properly install a dependency. * Fixed an issue building the free-threaded macOS 3.14 wheels.
.. _v46-0-0:
46.0.0 - 2025-09-16
- BACKWARDS INCOMPATIBLE: Support for Python 3.7 has been removed.
- Support for OpenSSL < 3.0 is deprecated and will be removed in the next release.
- Support for
x86_64
macOS (including publishing wheels) is deprecated and will be removed in two releases. We will switch to publishing anarm64
only wheel for macOS.- Support for 32-bit Windows (including publishing wheels) is deprecated and will be removed in two releases. Users should move to a 64-bit Python installation.
- Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.3.
- We now build
ppc64le
manylinux
wheels and publish them to PyPI.- We now build
win_arm64
(Windows on Arm) wheels and publish them to PyPI.- Added support for free-threaded Python 3.14.
- Removed the deprecated
get_attribute_for_oid
method on :class:~cryptography.x509.CertificateSigningRequest
. Users should use :meth:~cryptography.x509.Attributes.get_attribute_for_oid
instead.- Removed the deprecated
CAST5
,SEED
,IDEA
, andBlowfish
classes from the cipher module. These are still available in :doc:/hazmat/decrepit/index
.- In X.509, when performing a PSS signature with a SHA-3 hash, it is now encoded with the official NIST SHA3 OID.
.. _v45-0-7:
45.0.7 - 2025-09-01
* Added a function to support an upcoming ``pyOpenSSL`` release.
.. _v45-0-6:
Commits
e735cfc
release 46.0.1 (#13450)4e457ff
Explicitly specify python in mac uv build invocation (#13447)2726efd
Depend on CFFI 2.0.0 or newer on Python > 3.8 (#13448)6223062
release 46.0.0 (#13446)563c491
Update comment for pyopenssl-release tag (#13445)d2f6f7f
Bump downstream dependencies in CI (#13439)e7ab02b
we'll ship this with 3.5.3 why not (#13442)0b68a4b
Another pair of bump dependencies fix (#13444)e076d08
Attempt to fix commit message for bump downstreams (#13440)6835ce8
Put correct version bounds for pyenchant in pins (#13441)- Additional commits viewable in compare view
Updates black
from 25.1.0 to 25.9.0
Release notes
Sourced from black's releases.
25.9.0
Highlights
- Remove support for pre-python 3.7
await/async
as soft keywords/variable names (#4676)Stable style
- Fix crash while formatting a long
del
statement containing tuples (#4628)- Fix crash while formatting expressions using the walrus operator in complex
with
statements (#4630)- Handle
# fmt: skip
followed by a comment at the end of file (#4635)- Fix crash when a tuple appears in the
as
clause of awith
statement (#4634)- Fix crash when tuple is used as a context manager inside a
with
statement (#4646)- Fix crash when formatting a
\
followed by a\r
followed by a comment (#4663)- Fix crash on a
\\r\n
(#4673)- Fix crash on
await ...
(where...
is a literalEllipsis
) (#4676)- Fix crash on parenthesized expression inside a type parameter bound (#4684)
- Fix crash when using line ranges excluding indented single line decorated items (#4670)
Preview style
- Fix a bug where one-liner functions/conditionals marked with
# fmt: skip
would still be formatted (#4552)- Improve
multiline_string_handling
with ternaries and dictionaries (#4657)- Fix a bug where
string_processing
would not split f-strings directly after expressions (#4680)- Wrap the
in
clause of comprehensions across lines if necessary (#4699)- Remove parentheses around multiple exception types in
except
andexcept*
withoutas
. (#4720)- Add
\r
style newlines to the potential newlines to normalize file newlines both from and to (#4710)Parser
- Rewrite tokenizer to improve performance and compliance (#4536)
- Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type parameter bounds and defaults. (#4602)
Performance
- Avoid using an extra process when running with only one worker (#4734)
Integrations
... (truncated)
Changelog
Sourced from black's changelog.
25.9.0
Highlights
- Remove support for pre-python 3.7
await/async
as soft keywords/variable names (#4676)Stable style
- Fix crash while formatting a long
del
statement containing tuples (#4628)- Fix crash while formatting expressions using the walrus operator in complex
with
statements (#4630)- Handle
# fmt: skip
followed by a comment at the end of file (#4635)- Fix crash when a tuple appears in the
as
clause of awith
statement (#4634)- Fix crash when tuple is used as a context manager inside a
with
statement (#4646)- Fix crash when formatting a
\
followed by a\r
followed by a comment (#4663)- Fix crash on a
\\r\n
(#4673)- Fix crash on
await ...
(where...
is a literalEllipsis
) (#4676)- Fix crash on parenthesized expression inside a type parameter bound (#4684)
- Fix crash when using line ranges excluding indented single line decorated items (#4670)
Preview style
- Fix a bug where one-liner functions/conditionals marked with
# fmt: skip
would still be formatted (#4552)- Improve
multiline_string_handling
with ternaries and dictionaries (#4657)- Fix a bug where
string_processing
would not split f-strings directly after expressions (#4680)- Wrap the
in
clause of comprehensions across lines if necessary (#4699)- Remove parentheses around multiple exception types in
except
andexcept*
withoutas
. (#4720)- Add
\r
style newlines to the potential newlines to normalize file newlines both from and to (#4710)Parser
- Rewrite tokenizer to improve performance and compliance (#4536)
- Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type parameter bounds and defaults. (#4602)
Performance
- Avoid using an extra process when running with only one worker (#4734)
Integrations
... (truncated)
Commits
af0ba72
Prepare docs for release 25.9.0 (#4751)ffc01a0
Fix schema generation error caused by new click version (#4750)626b32f
Add normalizing for\r
style newlines (#4710)57a4612
Fix mypy type issue (#4745)4f6ad7c
Wrap thein
clause of comprehensions across lines if necessary (#4699)24f5169
ci: Run diff-shades on unstable instead of preview (#4741)4d55e60
Bump actions/setup-python from 5 to 6 (#4744)0cf39ef
Improve the performance of get_string_prefix (#4742)1f779de
Fix line ranges decorator edge case (#4670)203fd6b
Optimize Line string method (#4739)- Additional commits viewable in compare view
Updates pytest-mock
from 3.14.1 to 3.15.1
Release notes
Sourced from pytest-mock's releases.
v3.15.1
2025-09-16
- #529: Fixed
itertools._tee object has no attribute error
-- nowduplicate_iterators=True
must be passed tomocker.spy
to duplicate iterators.v3.15.0
2025-09-04
- Python 3.8 (EOL) is no longer supported.
- #524: Added
spy_return_iter
tomocker.spy
, which contains a duplicate of the return value of the spied method if it is anIterator
.
Changelog
Sourced from pytest-mock's changelog.
3.15.1
2025-09-16
[#529](https://github.com/pytest-dev/pytest-mock/issues/529) <https://github.com/pytest-dev/pytest-mock/issues/529>
_: Fixeditertools._tee object has no attribute error
-- nowduplicate_iterators=True
must be passed tomocker.spy
to duplicate iterators.3.15.0
2025-09-04
- Python 3.8 (EOL) is no longer supported.
[#524](https://github.com/pytest-dev/pytest-mock/issues/524) <https://github.com/pytest-dev/pytest-mock/pull/524>
_: Addedspy_return_iter
tomocker.spy
, which contains a duplicate of the return value of the spied method if it is anIterator
.
Commits
e1b5c62
Release 3.15.1184eb19
Setspy_return_iter
only when explicitly requested (#537)4fa0088
[pre-commit.ci] pre-commit autoupdate (#536)f5aff33
Fix test failure with pytest 8+ and verbose mode (#535)adc4187
Bump actions/setup-python from 5 to 6 in the github-actions group (#533)95ad570
[pre-commit.ci] pre-commit autoupdate (#532)e696bf0
Fix standalone mock support (#531)5b29b03
Fix gen-release-notes script7d22ef4
Merge pull request #528 from pytest-dev/release-3.15.090b29f8
Update CHANGELOG for 3.15.0- Additional commits viewable in compare view
Updates wrapt
from 1.17.2 to 1.17.3
Release notes
Sourced from wrapt's releases.
wrapt-1.17.3
See the project page on the Python Package Index at https://pypi.org/project/wrapt/1.17.3/ for more information.
Changelog
Sourced from wrapt's changelog.
Version 1.17.3
Bugs Fixed
- Reference count was not being incremented on type object for C implementation of the partial callable object proxy when module was initialized. If wrapt was being used in Python sub interpreters which were deleted it could lead to the process crashing.
Commits
99130c0
Build for Windows 11 ARM.26f5344
Build for Python 3.14.43dbbe0
Modify artifact upload pattern.e90bd88
Update cibuildwheel version.58efb76
Update to ubuntu-latest.800a204
Increment release version.33b8840
Update obsolete GitHub action.1c755a1
Rename GitHub workflow file so can build package.ff4981b
Fix crash due to lack of reference count.ecbaaa1
Revert "Remove the dependency onpkg_resources
and hencesetuptools
on py...- Additional commits viewable in compare view
Updates botocore
from 1.40.7 to 1.40.36
Commits
28c3ae2
Merge branch 'release-1.40.36'95bd009
Bumping version to 1.40.36674f0d1
Update endpoints model0b599b5
Update to latest models331de65
Merge branch 'release-1.40.35'7871b95
Merge branch 'release-1.40.35' into develop4451f93
Bumping version to 1.40.35387a2a4
Update endpoints modelfd4916f
Update to latest modelsde187f3
Update sms-voice models and endpoint tests to latest version. (#3553)- Additional commits viewable in compare view
Updates boto3
from 1.40.7 to 1.40.36
Commits
02ae095
Merge branch 'release-1.40.36'5f59e53
Bumping version to 1.40.365a8e929
Add changelog entries from botocore22fa3d5
Merge branch 'release-1.40.35'22e132e
Merge branch 'release-1.40.35' into develop021298e
Bumping version to 1.40.3502961e6
Add changelog entries from botocore1564e42
Merge branch 'release-1.40.34'b5c8399
Merge branch 'release-1.40.34' into developdd6d06b
Bumping version to 1.40.34- Additional commits viewable in compare view
Updates mypy
from 1.17.1 to 1.18.2
Changelog
Sourced from mypy's changelog.
Mypy 1.18.2
- Fix crash on recursive alias (Ivan Levkivskyi, PR 19845)
- Add additional guidance for stubtest errors when runtime is
object.__init__
(Stephen Morton, PR 19733)- Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR 19846)
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
- Ali Hamdan
- Anthony Sottile
- BobTheBuidler
- Brian Schubert
- Chainfire
- Charlie Denton
- Christoph Tyralla
- CoolCat467
- Daniel Hnyk
- Emily
- Emma Smith
- Ethan Sarp
- Ivan Levkivskyi
- Jahongir Qurbonov
- Jelle Zijlstra
- Joren Hammudoglu
- Jukka Lehtosalo
- Marc Mueller
- Omer Hadari
- Piotr Sawicki
- PrinceNaroliya
- Randolf Scholz
- Robsdedude
- Saul Shanabrook
- Shantanu
- Stanislav Terliakov
- Stephen Morton
- wyattscarpenter
I’d also like to thank my employer, Dropbox, for supporting mypy development.
Mypy 1.17
We’ve just uploaded mypy 1.17 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features and bug fixes. You can install it as follows:
python3 -m pip install -U mypy
You can read the full documentation for this release on Read the Docs.
... (truncated)
Commits
df05f05
remove +dev from version01a7a12
Update changelog for 1.18.2 (#19873)ca5abf0
Typeshed cherry-pick: Make type ofunitest.mock.Any
a subclass ofAny
(#1...9d794b5
[mypyc] fix: inappropriateNone
s in f-strings (#19846)2c0510c
stubtest: additional guidance on errors when runtime is object.init (#19733)2f3f03c
Bump version to 1.18.2+dev for point release7669841
Fix crash on recursive alias in indirection.py (#19845)03fbaa9
bump version to 1.18.1 due to wheels failureb44a1fb
removed +dev from version7197a99
Removed Unreleased in the Changelog for Release 1.18 (#19827)- Additional commits viewable in compare view
Updates types-pyyaml
from 6.0.12.20250809 to 6.0.12.20250915
Commits
- See full diff in compare view
Updates types-python-dateutil
from 2.9.0.20250809 to 2.9.0.20250822
Commits
- See full diff in compare view
Updates pytest-cov
from 6.2.1 to 7.0.0
Changelog
Sourced from pytest-cov's changelog.
7.0.0 (2025-09-09)
Dropped support for subprocesses measurement.
It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests. It relied on a
.pth
file, there was no way to opt-out and it created bad interations withcoverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>
_ added in7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>
_.To migrate to this release you might need to enable the suprocess patch, example for
.coveragerc
:.. code-block:: ini
[run] patch = subprocess
This release also requires at least coverage 7.10.6.
Switched packaging to have metadata completely in
pyproject.toml
and usehatchling <https://pypi.org/project/hatchling/>
_ for building. Contributed by Ofek Lev in[#551](https://github.com/pytest-dev/pytest-cov/issues/551) <https://github.com/pytest-dev/pytest-cov/pull/551>
_ with some extras in[#716](https://github.com/pytest-dev/pytest-cov/issues/716) <https://github.com/pytest-dev/pytest-cov/pull/716>
_.Removed some not really necessary testing deps like
six
.6.3.0 (2025-09-06)
- Added support for markdown reports. Contributed by Marcos Boger in
[#712](https://github.com/pytest-dev/pytest-cov/issues/712) <https://github.com/pytest-dev/pytest-cov/pull/712>
_ and[#714](https://github.com/pytest-dev/pytest-cov/issues/714) <https://github.com/pytest-dev/pytest-cov/pull/714>
_.- Fixed some formatting issues in docs. Anonymous contribution in
[#706](https://github.com/pytest-dev/pytest-cov/issues/706) <https://github.com/pytest-dev/pytest-cov/pull/706>
_.
Commits
224d896
Bump version: 6.3.0 → 7.0.073424e3
Cleanup the docs a bit.36f1cc2
Bump pins in template.f299c59
Bump the github-actions group with 2 updates25f0b2e
Update docs/config.rstbb23eac
Improve configuration docsa19531e
Switch from build/pre-commit to uv/prek - this should make this faster.82f9993
Update changelog.211b5cd
Fix links.97aadd7
Update some ci config, reformat and apply some lint fixes.- Additional commits viewable in compare view
Updates pytest-rerunfailures
from 16.0 to 16.0.1
Changelog
Sourced from pytest-rerunfailures's changelog.
16.0.1 (2025-09-02)
- Reverted the ability to access error attributes because of an incompatibility with
pytest-xdist <https://github.com/pytest-dev/pytest-xdist/issues/843>
. Fixes[#302](https://github.com/pytest-dev/pytest-rerunfailures/issues/302) <https://github.com/pytest-dev/pytest-rerunfailures/issues/302>
,[#303](https://github.com/pytest-dev/pytest-rerunfailures/issues/303) <https://github.com/pytest-dev/pytest-rerunfailures/issues/303>
_.
Commits
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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
Pull Request Statistics
1
1
+16
-16
Package Dependencies
Technical Details
ID: | 8262271 |
UUID: | 2851429708 |
Node ID: | PR_kwDOOLckwc6p9V1M |
Host: | GitHub |
Repository: | mongodb/mongodb-kubernetes |
Merge State: | Unknown |