Skip to content

Commit 2e5c6c2

Browse files
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](joke2k/faker@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](getsentry/responses@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](coveragepy/coveragepy@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](locustio/locust@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](executablebooks/MyST-Parser@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] <support@github.com>
1 parent 0ea2ba3 commit 2e5c6c2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sphinx==9.1.0
99
sphinx-rtd-theme==3.1.0
1010
sphinx-autodoc-typehints==3.10.2
11-
myst-parser==5.0.0 # Markdown support
11+
myst-parser==5.1.0 # Markdown support
1212

1313
# API documentation
1414
sphinx-openapi==1.0.10

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ pytest-xdist==3.8.0 # Parallel testing
1313

1414
# Test data factories
1515
factory-boy==3.3.3
16-
faker==40.15.0
16+
faker==40.19.1
1717

1818
# HTTP testing
19-
responses==0.26.0
19+
responses==0.26.1
2020
httpretty==1.1.4
2121

2222
# Code coverage
23-
coverage==7.13.5
23+
coverage==7.14.0
2424

2525
# Performance testing
2626
pytest-benchmark==5.2.3
27-
locust==2.43.4 # Load testing
27+
locust==2.44.0 # Load testing
2828

2929
# Test reporting
3030
pytest-html==4.2.0

0 commit comments

Comments
 (0)