From b0da24b3cf00b48e3c1b834c58339a897087d8de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 03:47:24 +0000 Subject: [PATCH] chore(deps)(deps): bump the python-minor-patch group across 1 directory with 7 updates Bumps the python-minor-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [faker](https://github.com/joke2k/faker) | `40.15.0` | `40.20.0` | | [responses](https://github.com/getsentry/responses) | `0.26.0` | `0.26.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.14.1` | | [locust](https://github.com/locustio/locust) | `2.43.4` | `2.44.1` | | [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `3.10.2` | `3.10.4` | | [myst-parser](https://github.com/executablebooks/MyST-Parser) | `5.0.0` | `5.1.0` | Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) Updates `faker` from 40.15.0 to 40.20.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v40.15.0...v40.20.0) Updates `responses` from 0.26.0 to 0.26.1 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.26.0...0.26.1) Updates `coverage` from 7.13.5 to 7.14.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.5...7.14.1) Updates `locust` from 2.43.4 to 2.44.1 - [Release notes](https://github.com/locustio/locust/releases) - [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md) - [Commits](https://github.com/locustio/locust/compare/2.43.4...2.44.1) Updates `sphinx-autodoc-typehints` from 3.10.2 to 3.10.4 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.10.2...3.10.4) Updates `myst-parser` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: faker dependency-version: 40.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: responses dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: locust dependency-version: 2.44.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: sphinx-autodoc-typehints dependency-version: 3.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: myst-parser dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 4 ++-- requirements/test.txt | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 25d4b92..ec52de8 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -7,8 +7,8 @@ # Documentation sphinx==9.1.0 sphinx-rtd-theme==3.1.0 -sphinx-autodoc-typehints==3.10.2 -myst-parser==5.0.0 # Markdown support +sphinx-autodoc-typehints==3.10.4 +myst-parser==5.1.0 # Markdown support # API documentation sphinx-openapi==1.0.10 \ No newline at end of file diff --git a/requirements/test.txt b/requirements/test.txt index 1b83f32..4e4cbb8 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,23 +8,23 @@ pytest==9.0.3 pytest-cov==7.1.0 pytest-mock==3.15.1 -pytest-asyncio==1.3.0 +pytest-asyncio==1.4.0 pytest-xdist==3.8.0 # Parallel testing # Test data factories factory-boy==3.3.3 -faker==40.15.0 +faker==40.20.0 # HTTP testing -responses==0.26.0 +responses==0.26.1 httpretty==1.1.4 # Code coverage -coverage==7.13.5 +coverage==7.14.1 # Performance testing pytest-benchmark==5.2.3 -locust==2.43.4 # Load testing +locust==2.44.1 # Load testing # Test reporting pytest-html==4.2.0 \ No newline at end of file