Skip to content

Commit

Permalink
fix dependencies conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
zhPavel committed Aug 23, 2024
1 parent 044dbbe commit 570d839
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ towncrier==23.11.0
# via -r requirements/raw/dev.txt
tox==4.18.0
# via tox-uv
tox-uv==1.11.1
tox-uv==1.11.2
# via -r requirements/raw/runner.txt
typing-extensions==4.12.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
# via requests
colorama==0.4.6 ; python_version > '3.4'
colorama==0.4.6 ; python_full_version >= '3.5'
# via radon
contourpy==1.2.1
# via matplotlib
Expand Down
2 changes: 1 addition & 1 deletion requirements/raw/runner.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tox-uv==1.11.1
tox-uv==1.11.2
invoke==2.2.0
coverage==7.4.4
2 changes: 1 addition & 1 deletion requirements/runner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pyproject-api==1.7.1
# via tox
tox==4.18.0
# via tox-uv
tox-uv==1.11.1
tox-uv==1.11.2
# via -r requirements/raw/runner.txt
uv==0.3.2
# via tox-uv
Expand Down

0 comments on commit 570d839

Please sign in to comment.