Skip to content

Commit

Permalink
build(deps): bump pytest from 8.2.1 to 8.3.2
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.3.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.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 84aa0bf commit 819b89a
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
Expand Up @@ -3,6 +3,6 @@ blspy==2.0.3
setuptools~=67.6.1
aiosqlite==0.20.0
aiohttp==3.9.5
pytest==8.2.1
pytest==8.3.2
PyYAML==6.0.1
PyMySQL==1.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(fname):
"setuptools~=56.1.0",
"aiosqlite==0.20.0",
"aiohttp==3.9.5",
"pytest==8.2.1",
"pytest==8.3.2",
"PyMySQL==1.1.1",
]

Expand Down

0 comments on commit 819b89a

Please sign in to comment.