Skip to content

Commit 3b0c15c

Browse files
Bump the pip-deps group across 1 directory with 9 updates (#587)
Bumps the pip-deps group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.15.3` | `4.15.4` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.2.0` | `1.3.0` | | [black](https://github.com/psf/black) | `25.9.0` | `25.11.0` | | [botocore](https://github.com/boto/botocore) | `1.40.68` | `1.40.71` | | [boto3](https://github.com/boto/boto3) | `1.40.68` | `1.40.71` | | [types-pytz](https://github.com/typeshed-internal/stub_uploader) | `2025.2.0.20250809` | `2025.2.0.20251108` | | [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) | `2.9.0.20251008` | `2.9.0.20251108` | Updates `pymongo` from 4.15.3 to 4.15.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's releases</a>.</em></p> <blockquote> <h2>PyMongo 4.15.4</h2> <p>Community notes: <a href="https://www.mongodb.com/community/forums/t/pymongo-4-15-4-released/331292">https://www.mongodb.com/community/forums/t/pymongo-4-15-4-released/331292</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's changelog</a>.</em></p> <blockquote> <h2>Changes in Version 4.15.4 (2025/10/21)</h2> <p>Version 4.15.4 is a bug fix release.</p> <ul> <li>Relaxed the callback type of :meth:<code>~pymongo.asynchronous.client_session.AsyncClientSession.with_transaction</code> to allow the broader Awaitable type rather than only Coroutine objects.</li> <li>Added the missing Python 3.14 trove classifier to the package metadata.</li> </ul> <p>Issues Resolved ...............</p> <p>See the <code>PyMongo 4.15.4 release notes in JIRA</code>_ for the list of resolved issues in this release.</p> <p>.. _PyMongo 4.15.4 release notes in JIRA: <a href="https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&amp;version=47237">https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&amp;version=47237</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/07d51b10a3f90857549dcf2c06a168dc9e30396e"><code>07d51b1</code></a> PYTHON-5639 Prep for 4.15.4 release (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2614">#2614</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/477217f6667a6cf28bc33f059b4092cbdb5c463f"><code>477217f</code></a> [TASK]-[PYTHON-5623]: [v4.15] Change with_transaction callback return type to...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/f3ea3738bf4ebd67e88c6a78ad3f42a7b76e3a59"><code>f3ea373</code></a> PYTHON-5624 - Add Python 3.14 trove classifier (<a href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2593">#2593</a>)</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/a5a50a89df8c293c8268c3369d2fc4a129bbbc14"><code>a5a50a8</code></a> BUMP 4.15.4.dev0</li> <li>See full diff in <a href="https://github.com/mongodb/mongo-python-driver/compare/4.15.3...4.15.4">compare view</a></li> </ul> </details> <br /> Updates `pytest` from 8.4.2 to 9.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>9.0.1</h2> <h1>pytest 9.0.1 (2025-11-12)</h1> <h2>Bug fixes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13895">#13895</a>: Restore support for skipping tests via <code>raise unittest.SkipTest</code>.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13896">#13896</a>: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13904">#13904</a>: Fixed the TOML type of the verbosity settings in the API reference from number to string.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13910">#13910</a>: Fixed <!-- raw HTML omitted -->UserWarning: Do not expect file_or_dir<!-- raw HTML omitted --> on some earlier Python 3.12 and 3.13 point versions.</li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13933">#13933</a>: The tox configuration has been adjusted to make sure the desired version string can be passed into its <code>package_env</code> through the <code>SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST</code> environment variable as a part of the release process -- by <code>webknjaz</code>.</li> </ul> <h2>Contributor-facing changes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13891">#13891</a>, <a href="https://redirect.github.com/pytest-dev/pytest/issues/13942">#13942</a>: The CI/CD part of the release automation is now capable of creating GitHub Releases without having a Git checkout on disk -- by <code>bluetech</code> and <code>webknjaz</code>.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13933">#13933</a>: The tox configuration has been adjusted to make sure the desired version string can be passed into its <code>package_env</code> through the <code>SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST</code> environment variable as a part of the release process -- by <code>webknjaz</code>.</li> </ul> <h2>9.0.0</h2> <h1>pytest 9.0.0 (2025-11-05)</h1> <h2>New features</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/1367">#1367</a>: <strong>Support for subtests</strong> has been added.</p> <p><code>subtests &lt;subtests&gt;</code> are an alternative to parametrization, useful in situations where the parametrization values are not all known at collection time.</p> <p>Example:</p> <pre lang="python"><code>def contains_docstring(p: Path) -&gt; bool: &quot;&quot;&quot;Return True if the given Python file contains a top-level docstring.&quot;&quot;&quot; ... <p>def test_py_files_contain_docstring(subtests: pytest.Subtests) -&gt; None:<br /> for path in Path.cwd().glob(&quot;*.py&quot;):<br /> with subtests.test(path=str(path)):<br /> assert contains_docstring(path)<br /> </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/d1b64aa60b9e1a0fcfaf03af7ebeb185f1024a87"><code>d1b64aa</code></a> Prepare release version 9.0.1</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0a497c7b213ea950821319fd80dce219b0033f32"><code>0a497c7</code></a> regendoc: remove CI environment variables (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13950">#13950</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13951">#13951</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a9f7e6ed579b8844e302067b7f05122b82993355"><code>a9f7e6e</code></a> 🧪 Run <code>gh release</code> w/o Git in CI/CD (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13942">#13942</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13947">#13947</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/2682a6607304f1f5bb5a2140340003cdf5121bc4"><code>2682a66</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13944">#13944</a> from pytest-dev/patchback/backports/9.0.x/bef7d34f1...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a999997e36c53d189ecded3369bf35bfe2be96ad"><code>a999997</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13941">#13941</a> from nicoddemus/min-pre-commit-version</li> <li><a href="https://github.com/pytest-dev/pytest/commit/4bd63a0ead81d740aa767a4384d3b0b4c18f2ef2"><code>4bd63a0</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13935">#13935</a> from pytest-dev/patchback/backports/9.0.x/ce8b8a7b4...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/15f93b332c1c3ec9c200c0ad3d55af5a2158e0db"><code>15f93b3</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13933">#13933</a> from webknjaz/maintenance/tox-pep517-env-setuptools...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0fa11ae3f79d06dc9e2f1f7c81ade4a1126d9ef3"><code>0fa11ae</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13927">#13927</a> from pytest-dev/patchback/backports/9.0.x/3d8075743...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/fa454700133c7b2cc960cba3b1cd09cc048c25a0"><code>fa45470</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13926">#13926</a> from pytest-dev/patchback/backports/9.0.x/d587e0cf8...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/b4e3973505a2b7a2caa17ccc392d91a6ad73e122"><code>b4e3973</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13922">#13922</a> from bluetech/fix-argparse-userwarning</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.1">compare view</a></li> </ul> </details> <br /> Updates `pytest-asyncio` from 1.2.0 to 1.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's releases</a>.</em></p> <blockquote> <h2>pytest-asyncio 1.3.0</h2> <h1><a href="https://github.com/pytest-dev/pytest-asyncio/tree/1.3.0">1.3.0</a> - 2025-11-10</h1> <h2>Removed</h2> <ul> <li>Support for Python 3.9 (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1278">#1278</a>)</li> </ul> <h2>Added</h2> <ul> <li>Support for pytest 9 (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1279">#1279</a>)</li> </ul> <h2>Notes for Downstream Packagers</h2> <ul> <li>Tested Python versions include free threaded Python 3.14t (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1274">#1274</a>)</li> <li>Tests are run in the same pytest process, instead of spawning a subprocess with <code>pytest.Pytester.runpytest_subprocess</code>. This prevents the test suite from accidentally using a system installation of pytest-asyncio, which could result in test errors. (<a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1275">#1275</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/2e9695fcf8c5c514f30f57b7d14ab83846357b96"><code>2e9695f</code></a> docs: Compile changelog for v1.3.0</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/dd0e9ba3fa672fd6bf375004319742f8d3a50e12"><code>dd0e9ba</code></a> docs: Reference correct issue in news fragment.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/4c31abe5bf46bca3c9bdc7b18405f3deba4145d0"><code>4c31abe</code></a> Build(deps): Bump nh3 from 0.3.1 to 0.3.2</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/13e94770d7bb146c329ae0e02486c0a6b38f3772"><code>13e9477</code></a> Link to migration guides from changelog</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/4d2cf3c36f47d7c4d563d401cdf229b35da34fbe"><code>4d2cf3c</code></a> tests: handle Python 3.14 DefaultEventLoopPolicy deprecation warnings</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/ee3549b6efb729b934e370e2be8040b25b034010"><code>ee3549b</code></a> test: Remove obsolete test for the event_loop fixture.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/7a67c82c5ae548f0968438e9dfa0f282d51c4597"><code>7a67c82</code></a> tests: Fix failing test by preventing warning conversion to error.</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/a17b689a750d05b6fc9369f5fb2b06baaba83536"><code>a17b689</code></a> test: add pytest config to isolated test directories</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/18afc9df5a3153dc1fbdc4e11a56517ef95480df"><code>18afc9d</code></a> fix(tests): replace runpytest_subprocess with runpytest</li> <li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/cdc6bd1de75b4738289eafd546f5e27a0bfd3b41"><code>cdc6bd1</code></a> Add support for pytest 9 and drop Python 3.9 support</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v1.2.0...v1.3.0">compare view</a></li> </ul> </details> <br /> Updates `black` from 25.9.0 to 25.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>25.11.0</h2> <h3>Highlights</h3> <ul> <li>Enable base 3.14 support (<a href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li> <li>Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (<a href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix bug where comments between <code># fmt: off</code> and <code># fmt: on</code> were reformatted (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> <li>Comments containing fmt directives now preserve their exact formatting instead of being normalized (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Move <code>multiline_string_handling</code> from <code>--unstable</code> to <code>--preview</code> (<a href="https://redirect.github.com/psf/black/issues/4760">#4760</a>)</li> <li>Fix bug where module docstrings would be treated as normal strings if preceded by comments (<a href="https://redirect.github.com/psf/black/issues/4764">#4764</a>)</li> <li>Fix bug where python 3.12 generics syntax split line happens weirdly (<a href="https://redirect.github.com/psf/black/issues/4777">#4777</a>)</li> <li>Standardize type comments to form <code># type: &lt;value&gt;</code> (<a href="https://redirect.github.com/psf/black/issues/4645">#4645</a>)</li> <li>Fix <code>fix_fmt_skip_in_one_liners</code> preview feature to respect <code># fmt: skip</code> for compound statements with semicolon-separated bodies (<a href="https://redirect.github.com/psf/black/issues/4800">#4800</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add <code>no_cache</code> option to control caching behavior. (<a href="https://redirect.github.com/psf/black/issues/4803">#4803</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Releases now include arm64 Linux binaries (<a href="https://redirect.github.com/psf/black/issues/4773">#4773</a>)</li> </ul> <h3>Output</h3> <ul> <li>Write unchanged content to stdout when excluding formatting from stdin using pipes (<a href="https://redirect.github.com/psf/black/issues/4610">#4610</a>)</li> </ul> <h3><em>Blackd</em></h3> <ul> <li>Implemented BlackDClient. This simple python client allows to easily send formatting requests to blackd (<a href="https://redirect.github.com/psf/black/issues/4774">#4774</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Enable 3.14 base CI (<a href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li> <li>Enhance GitHub Action <code>psf/black</code> to support the <code>required-version</code> major-version-only &quot;stability&quot; format when using pyproject.toml (<a href="https://redirect.github.com/psf/black/issues/4770">#4770</a>)</li> <li>Improve error message for vim plugin users. It now handles independently vim version</li> <li>Vim: Warn on unsupported Vim and Python versions independently (<a href="https://redirect.github.com/psf/black/issues/4772">#4772</a>)</li> <li>Vim: Print the import paths when importing black fails (<a href="https://redirect.github.com/psf/black/issues/4675">#4675</a>)</li> <li>Vim: Fix handling of virtualenvs that have a different Python version (<a href="https://redirect.github.com/psf/black/issues/4675">#4675</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>25.11.0</h2> <h3>Highlights</h3> <ul> <li>Enable base 3.14 support (<a href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li> <li>Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (<a href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix bug where comments between <code># fmt: off</code> and <code># fmt: on</code> were reformatted (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> <li>Comments containing fmt directives now preserve their exact formatting instead of being normalized (<a href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Move <code>multiline_string_handling</code> from <code>--unstable</code> to <code>--preview</code> (<a href="https://redirect.github.com/psf/black/issues/4760">#4760</a>)</li> <li>Fix bug where module docstrings would be treated as normal strings if preceded by comments (<a href="https://redirect.github.com/psf/black/issues/4764">#4764</a>)</li> <li>Fix bug where python 3.12 generics syntax split line happens weirdly (<a href="https://redirect.github.com/psf/black/issues/4777">#4777</a>)</li> <li>Standardize type comments to form <code># type: &lt;value&gt;</code> (<a href="https://redirect.github.com/psf/black/issues/4645">#4645</a>)</li> <li>Fix <code>fix_fmt_skip_in_one_liners</code> preview feature to respect <code># fmt: skip</code> for compound statements with semicolon-separated bodies (<a href="https://redirect.github.com/psf/black/issues/4800">#4800</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add <code>no_cache</code> option to control caching behavior. (<a href="https://redirect.github.com/psf/black/issues/4803">#4803</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Releases now include arm64 Linux binaries (<a href="https://redirect.github.com/psf/black/issues/4773">#4773</a>)</li> <li>Releases now include arm64 Windows binaries and wheels (<a href="https://redirect.github.com/psf/black/issues/4814">#4814</a>)</li> </ul> <h3>Output</h3> <ul> <li>Write unchanged content to stdout when excluding formatting from stdin using pipes (<a href="https://redirect.github.com/psf/black/issues/4610">#4610</a>)</li> </ul> <h3><em>Blackd</em></h3> <ul> <li>Implemented BlackDClient. This simple python client allows to easily send formatting requests to blackd (<a href="https://redirect.github.com/psf/black/issues/4774">#4774</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Enable 3.14 base CI (<a href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li> <li>Enhance GitHub Action <code>psf/black</code> to support the <code>required-version</code> major-version-only &quot;stability&quot; format when using pyproject.toml (<a href="https://redirect.github.com/psf/black/issues/4770">#4770</a>)</li> <li>Improve error message for vim plugin users. It now handles independently vim version</li> <li>Vim: Warn on unsupported Vim and Python versions independently (<a href="https://redirect.github.com/psf/black/issues/4772">#4772</a>)</li> <li>Vim: Print the import paths when importing black fails (<a href="https://redirect.github.com/psf/black/issues/4675">#4675</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/05f0a8ce1f71fbb36e1e032d3b518c7b945089a2"><code>05f0a8c</code></a> Prepare for 25.11.0 release (<a href="https://redirect.github.com/psf/black/issues/4825">#4825</a>)</li> <li><a href="https://github.com/psf/black/commit/ae17c61310e44401ca55d17a9c01db1dc03940a6"><code>ae17c61</code></a> Fix tests on pytest 9 (<a href="https://redirect.github.com/psf/black/issues/4835">#4835</a>)</li> <li><a href="https://github.com/psf/black/commit/138745eca650aa59ab30458f7b1c026b66608a09"><code>138745e</code></a> Include Windows and Python 3.14 in PR wheel build matrix, fix Windows build (...</li> <li><a href="https://github.com/psf/black/commit/18170d6d8d9bdde97d4cd3568cfa8be434a09ff3"><code>18170d6</code></a> ci: add label for running all builds on a pull request (<a href="https://redirect.github.com/psf/black/issues/4833">#4833</a>)</li> <li><a href="https://github.com/psf/black/commit/0e793e3d7e0d12dbda1573fa1bb785b1f066ee7c"><code>0e793e3</code></a> fix windows wheels (<a href="https://redirect.github.com/psf/black/issues/4830">#4830</a>)</li> <li><a href="https://github.com/psf/black/commit/b71f36c9fda07930c83e22681e0ec08ddf5a3980"><code>b71f36c</code></a> Use build[uv] as cibuildwheel frontend (<a href="https://redirect.github.com/psf/black/issues/4831">#4831</a>)</li> <li><a href="https://github.com/psf/black/commit/a7bd594493bb5cb703beee877a2df40556b0baaa"><code>a7bd594</code></a> Skip free threaded builds in cibuildwheel (<a href="https://redirect.github.com/psf/black/issues/4829">#4829</a>)</li> <li><a href="https://github.com/psf/black/commit/862dee91fa1259ca2bc00f10538b52a4959bdbe8"><code>862dee9</code></a> Update cibuildwheel (<a href="https://redirect.github.com/psf/black/issues/4828">#4828</a>)</li> <li><a href="https://github.com/psf/black/commit/b5f354c56627640e0b853af51a51d9262bafa9f0"><code>b5f354c</code></a> build: restrict to pytest 9.0 due to breakage in custom pytest_configure (<a href="https://redirect.github.com/psf/black/issues/4827">#4827</a>)</li> <li><a href="https://github.com/psf/black/commit/f705197f57149b79ed83cccf22e4fed19b48a7bf"><code>f705197</code></a> t-string support (<a href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/25.9.0...25.11.0">compare view</a></li> </ul> </details> <br /> Updates `botocore` from 1.40.68 to 1.40.71 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/botocore/commit/c5893aa052f72fa3723bd53ffc1a316fc3ea9680"><code>c5893aa</code></a> Merge branch 'release-1.40.71'</li> <li><a href="https://github.com/boto/botocore/commit/d8237deb9f830b4b0726e187f02f00acff704dd3"><code>d8237de</code></a> Bumping version to 1.40.71</li> <li><a href="https://github.com/boto/botocore/commit/d4ac9da57b2738289d56c1b968b4787fb871b54c"><code>d4ac9da</code></a> Update to latest models</li> <li><a href="https://github.com/boto/botocore/commit/a98f3ae313ed1dcb07120811a0d8ce123cc4ed64"><code>a98f3ae</code></a> Add notice of Python 3.9 end of support to README.rst (<a href="https://redirect.github.com/boto/botocore/issues/3589">#3589</a>)</li> <li><a href="https://github.com/boto/botocore/commit/30b7f492e198b1afef96b117f633520c500a3cdb"><code>30b7f49</code></a> Merge branch 'release-1.40.70'</li> <li><a href="https://github.com/boto/botocore/commit/83af6bff90d1f8f1059ef42e767500ab6a90e447"><code>83af6bf</code></a> Merge branch 'release-1.40.70' into develop</li> <li><a href="https://github.com/boto/botocore/commit/032bc7177e6a64216c73fe7a0b959d3031b768fd"><code>032bc71</code></a> Bumping version to 1.40.70</li> <li><a href="https://github.com/boto/botocore/commit/ca9ec2dba3c68749b412b784050380d7f82ad945"><code>ca9ec2d</code></a> Update to latest models</li> <li><a href="https://github.com/boto/botocore/commit/bfa139f6f94653b07abf45d8a8beca061dfc4bcc"><code>bfa139f</code></a> Support # in user_agent_appid (<a href="https://redirect.github.com/boto/botocore/issues/3588">#3588</a>)</li> <li><a href="https://github.com/boto/botocore/commit/f420535633c737db1e59f1a67761e95e62b8148b"><code>f420535</code></a> Merge branch 'release-1.40.69'</li> <li>Additional commits viewable in <a href="https://github.com/boto/botocore/compare/1.40.68...1.40.71">compare view</a></li> </ul> </details> <br /> Updates `boto3` from 1.40.68 to 1.40.71 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/8f0027354dbd9e81f8e84072d9c8a9e6022ce280"><code>8f00273</code></a> Merge branch 'release-1.40.71'</li> <li><a href="https://github.com/boto/boto3/commit/05bc386091c889fc75ba849f39ec0a9f55231147"><code>05bc386</code></a> Bumping version to 1.40.71</li> <li><a href="https://github.com/boto/boto3/commit/23a6a944b32a03eeac75c48b6d51ac7b6ae8f5ba"><code>23a6a94</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/a8c928abd21e20d6280aa7d30ff8aec22ff25700"><code>a8c928a</code></a> Merge branch 'release-1.40.70'</li> <li><a href="https://github.com/boto/boto3/commit/69ae2566fd8bff06e7e6a0a755b90e89c21e6983"><code>69ae256</code></a> Merge branch 'release-1.40.70' into develop</li> <li><a href="https://github.com/boto/boto3/commit/9534f00221dcc54d5dfd54e4ead4b5a148a7de94"><code>9534f00</code></a> Bumping version to 1.40.70</li> <li><a href="https://github.com/boto/boto3/commit/6211da9d2dcc3f20c76d22679b734a6a1530086c"><code>6211da9</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/aecb2bb02c0af646e07fdc13751e478d4611c992"><code>aecb2bb</code></a> Merge branch 'release-1.40.69'</li> <li><a href="https://github.com/boto/boto3/commit/096eb1ddd8f8efada799a25d4f3ed220c5349be0"><code>096eb1d</code></a> Merge branch 'release-1.40.69' into develop</li> <li><a href="https://github.com/boto/boto3/commit/ac7646e2bdbf42c6485e291236b65c6b34962311"><code>ac7646e</code></a> Bumping version to 1.40.69</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.40.68...1.40.71">compare view</a></li> </ul> </details> <br /> Updates `types-pytz` from 2025.2.0.20250809 to 2025.2.0.20251108 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/typeshed-internal/stub_uploader/commits">compare view</a></li> </ul> </details> <br /> Updates `types-python-dateutil` from 2.9.0.20251008 to 2.9.0.20251108 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/typeshed-internal/stub_uploader/commits">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Karaś <[email protected]> Co-authored-by: Maciej Karaś <[email protected]>
1 parent 97bd623 commit 3b0c15c

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ updates:
5050
- dependency-name: kubernetes
5151
update-types:
5252
- version-update:semver-major
53+
# needed to avoid breaking dependency requirements for wrapt with opentelemetry-instrumentation
54+
# https://github.com/open-telemetry/opentelemetry-python-contrib/blob/123f55615d74f84a75605a6c3c31675fab9b2902/opentelemetry-instrumentation/pyproject.toml#L30
55+
- dependency-name: wrapt
56+
update-types:
57+
- version-update:semver-major
5358
labels:
5459
- dependencies
5560
- python

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ semver==3.0.4
99
chardet==5.2.0
1010
jsonpatch==1.33
1111
kubernetes==32.0.1
12-
pymongo==4.15.3
13-
pytest==8.4.2
14-
pytest-asyncio==1.2.0
12+
pymongo==4.15.4
13+
pytest==9.0.1
14+
pytest-asyncio==1.3.0
1515
pycognito==2024.5.1
1616
PyYAML==6.0.3
1717
urllib3==2.5.0
@@ -23,14 +23,14 @@ setuptools>=71.0.3 # not directly required, pinned by Snyk to avoid a vulnerabil
2323
opentelemetry-api==1.38.0
2424
opentelemetry-sdk==1.38.0
2525
pytest-opentelemetry==1.1.0
26-
black==25.9.0
26+
black==25.11.0
2727
flake8==7.3.0
2828
isort==7.0.0
2929
shrub.py==3.10.0
3030
pytest-mock==3.15.1
3131
wrapt==1.17.3
32-
botocore==1.40.68
33-
boto3==1.40.68
32+
botocore==1.40.71
33+
boto3==1.40.71
3434
python-frontmatter==1.1.0
3535
python-on-whales==0.79.0
3636
yamale==6.0.0
@@ -45,8 +45,8 @@ flake8-isort==7.0.0
4545
mypy==1.18.2
4646
types-freezegun==1.1.10
4747
types-PyYAML==6.0.12.20250915
48-
types-pytz==2025.2.0.20250809
49-
types-python-dateutil==2.9.0.20251008
48+
types-pytz==2025.2.0.20251108
49+
types-python-dateutil==2.9.0.20251108
5050
pipupgrade==1.12.0
5151
pytest-cov==7.0.0
5252
pytest-socket==0.7.0

0 commit comments

Comments
 (0)