Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent ddff9dd commit 31645d5
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.2
setuptools~=67.6.1
aiosqlite==0.19.0
aiohttp==3.9.5
pytest==7.4.0
pytest==8.2.1
PyYAML==6.0.1
PyMySQL==1.1.0
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.19.0",
"aiohttp==3.9.5",
"pytest==7.4.0",
"pytest==8.2.1",
"PyMySQL==1.1.0",
]

Expand Down

0 comments on commit 31645d5

Please sign in to comment.