From e43e79dc3470a08085d96df8499343f1dbd12c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:02:52 +0000 Subject: [PATCH] chore(deps)(deps): bump the python-minor-patch group across 1 directory with 4 updates Bumps the python-minor-patch group with 4 updates in the / directory: [faker](https://github.com/joke2k/faker), [coverage](https://github.com/coveragepy/coveragepy), [locust](https://github.com/locustio/locust) and [myst-parser](https://github.com/executablebooks/MyST-Parser). Updates `faker` from 40.15.0 to 40.18.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/v40.18.0/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v40.15.0...v40.18.0) 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.18.0 dependency-type: direct:production update-type: version-update:semver-minor 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 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..eb4a70a 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.18.0 # HTTP testing responses==0.26.0 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