Skip to content

Commit

Permalink
chore: bump the python-test-dependencies group
Browse files Browse the repository at this point in the history
Bumps the python-test-dependencies group in /tests/acceptance with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [requests](https://github.com/psf/requests).


Updates `pytest` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.2.1)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-test-dependencies
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-test-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 058cb4f commit a7bba7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/requirements_py3.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
filelock==3.14.0
pytest==8.2.0
pytest==8.2.1
pytest-html==4.1.1
pytest-metadata==3.1.1
pytest-xdist==3.6.1
python-lzo==1.15
redo==2.0.4
requests==2.31.0
requests==2.32.2
ubi-reader==0.8.9
4 changes: 2 additions & 2 deletions tests/acceptance/requirements_py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packaging==23.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements_py3.in
# pytest-html
Expand All @@ -46,7 +46,7 @@ python-lzo==1.15
# via -r requirements_py3.in
redo==2.0.4
# via -r requirements_py3.in
requests==2.31.0
requests==2.32.2
# via -r requirements_py3.in
tomli==2.0.1
# via pytest
Expand Down

0 comments on commit a7bba7e

Please sign in to comment.