Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Nov 11, 2024
1 parent e624d9b commit 9c896eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,16 @@ packages = ["floss", "floss.sigs"]
# These dependencies are not used in production environments
# and should not conflict with other libraries/tooling.
dev = [
"pre-commit==3.5.0",
"pre-commit==4.0.1",
"pyyaml==6.0.1",
"pytest==8.3.3",
"pytest-sugar==1.0.0",
"pytest-instafail==0.5.0",
"pytest-cov==5.0.0",
"pycodestyle==2.12.1",
"black==24.8.0",
"black==24.10.0",
"isort==5.13.2",
"mypy==1.10.0",
"mypy==1.13.0",
# type stubs for mypy
"types-PyYAML==6.0.10",
"types-tabulate==0.9.0.20240106",
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotated-types==0.7.0
binary2strings==0.1.13
black==24.8.0
black==24.10.0
cfgv==3.4.0
click==8.1.7
colorama==0.4.6
Expand All @@ -19,16 +19,16 @@ log-symbols==0.0.14
markdown-it-py==3.0.0
mdurl==0.1.2
msgpack==1.0.8
mypy==1.10.0
networkx==3.1
mypy==1.13.0
networkx==3.4.2
nodeenv==1.9.1
packaging==24.1
pathspec==0.12.1
pefile==2024.8.26
pip==24.2
platformdirs==4.3.6
pluggy==1.5.0
pre-commit==3.5.0
pre-commit==4.0.1
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycodestyle==2.12.1
Expand All @@ -51,7 +51,7 @@ six==1.16.0
sortedcontainers==2.4.0
spinners==0.0.24
tabulate==0.9.0
termcolor==2.4.0
termcolor==2.5.0
tqdm==4.66.4
types-pyyaml==6.0.10
types-tabulate==0.9.0.20240106
Expand Down

0 comments on commit 9c896eb

Please sign in to comment.