From 2e5c6c2eec9f0d30c63a41a2f9f4c6a9fefe7f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:04:14 +0000 Subject: [PATCH] chore(deps)(deps): bump the python-minor-patch group across 1 directory with 5 updates Bumps the python-minor-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [faker](https://github.com/joke2k/faker) | `40.15.0` | `40.19.1` | | [responses](https://github.com/getsentry/responses) | `0.26.0` | `0.26.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.5` | `7.14.0` | | [locust](https://github.com/locustio/locust) | `2.43.4` | `2.44.0` | | [myst-parser](https://github.com/executablebooks/MyST-Parser) | `5.0.0` | `5.1.0` | Updates `faker` from 40.15.0 to 40.19.1 - [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.19.1) 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.0 - [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.0) Updates `locust` from 2.43.4 to 2.44.0 - [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.0) 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: faker dependency-version: 40.19.1 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.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: locust dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor 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 | 2 +- requirements/test.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 25d4b92..768e265 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -8,7 +8,7 @@ sphinx==9.1.0 sphinx-rtd-theme==3.1.0 sphinx-autodoc-typehints==3.10.2 -myst-parser==5.0.0 # Markdown support +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..c361849 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -13,18 +13,18 @@ pytest-xdist==3.8.0 # Parallel testing # Test data factories factory-boy==3.3.3 -faker==40.15.0 +faker==40.19.1 # HTTP testing -responses==0.26.0 +responses==0.26.1 httpretty==1.1.4 # Code coverage -coverage==7.13.5 +coverage==7.14.0 # Performance testing pytest-benchmark==5.2.3 -locust==2.43.4 # Load testing +locust==2.44.0 # Load testing # Test reporting pytest-html==4.2.0 \ No newline at end of file