Skip to content

Commit

Permalink
Bump pytest from 8.3.2 to 8.3.3 (#61)
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3.
- [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.3.2...8.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 4db0f81 commit 8b85e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip==24.2
setuptools==74.1.2
pytest==8.3.2
pytest==8.3.3
dotsetup~=0.0.2
packaging~=24.1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
python_requires='>=3.8',
install_requires=[
'setuptools==74.1.2',
'pytest==8.3.2',
'pytest==8.3.3',
'dotsetup==0.0.2',
'packaging==24.1',
],
Expand Down

0 comments on commit 8b85e68

Please sign in to comment.