Skip to content

Commit

Permalink
Update dependency pytest to v8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent f945480 commit ded00a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2023_EuroSciPy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies = [

[project.optional-dependencies]
dev = [
"pytest==8.3.2",
"pytest==8.3.3",
"hypothesis==6.102.6",
]
2 changes: 1 addition & 1 deletion 2023_PyData_Berlin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.26.4
pandas==2.2.2
matplotlib==3.9.0
pytest==8.3.2
pytest==8.3.3
flake8==7.0.0
black==24.4.2

0 comments on commit ded00a7

Please sign in to comment.