Skip to content

Commit

Permalink
Bump pytest from 8.1.0 to 8.1.1
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.0 to 8.1.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.1.0...8.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcospri committed Mar 11, 2024
1 parent 9d57a31 commit 6d7bee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.1.0
pytest==8.1.1
# via -r requirements/functests.in
python-dateutil==2.8.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pyproject-hooks==1.0.0
# -r requirements/tests.txt
# build
# pip-tools
pytest==8.1.0
pytest==8.1.1
# via -r requirements/tests.txt
python-dateutil==2.8.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.1.0
pytest==8.1.1
# via -r requirements/tests.in
python-dateutil==2.8.2
# via
Expand Down

0 comments on commit 6d7bee5

Please sign in to comment.