Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 2db43e1 commit 42e8db6
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.3.3
pytest==8.3.4
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.3.3",
"pytest==8.3.4",
"PyMySQL==1.1.1",
]

Expand Down

0 comments on commit 42e8db6

Please sign in to comment.