Skip to content

Commit

Permalink
Update dependency pytest to v8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 2e6f187 commit e809e90
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.3",
"pytest==8.3.4",
"hypothesis==6.112.1",
]
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==2.1.1
pandas==2.2.3
matplotlib==3.9.2
pytest==8.3.3
pytest==8.3.4
flake8==7.1.1
black==24.8.0

0 comments on commit e809e90

Please sign in to comment.