Skip to content

Commit

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


Updates `filelock` from 3.14.0 to 3.15.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.14.0...3.15.1)

Updates `pytest` from 8.2.1 to 8.2.2
- [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.1...8.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 1e9f816 commit 9970c3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/requirements_py3.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
filelock==3.14.0
pytest==8.2.1
filelock==3.15.1
pytest==8.2.2
pytest-html==4.1.1
pytest-metadata==3.1.1
pytest-xdist==3.6.1
Expand Down
4 changes: 2 additions & 2 deletions tests/requirements_py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exceptiongroup==1.1.3
# via pytest
execnet==2.1.1
# via pytest-xdist
filelock==3.14.0
filelock==3.15.1
# via -r requirements_py3.in
idna==3.7
# via requests
Expand All @@ -26,7 +26,7 @@ packaging==23.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements_py3.in
# pytest-html
Expand Down

0 comments on commit 9970c3b

Please sign in to comment.