Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Aug 12, 2024
1 parent 1fe2431 commit 5a6c928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dynamic = ["version", "dependencies"]
description = "Orcfax collector node"
readme = "README.md"

requires-python = ">=3.9"
requires-python = ">=3.10"

authors = [
{name = "R. Spencer", email = "[email protected]" },
Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# requirements to run locally and for development.
-r requirements.txt

pre-commit==3.7.1
pre-commit==3.8.0
pip-upgrader==1.4.15
pylint==3.2.5
pytest==8.2.2
tox==4.16.0
pylint==3.2.6
pytest==8.3.2
tox==4.17.1

0 comments on commit 5a6c928

Please sign in to comment.