Skip to content

Commit

Permalink
fix: pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Feb 27, 2024
1 parent c4620f5 commit b992f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pkginfo==1.9.6 ; python_version >= "3.11" and python_version < "3.12"
platformdirs==3.10.0 ; python_version >= "3.11" and python_version < "3.12"
poetry-core==1.9.0 ; python_version >= "3.11" and python_version < "3.12"
poetry-plugin-export==1.6.0 ; python_version >= "3.11" and python_version < "3.12"
poetry==1.8.0 ; python_version >= "3.11" and python_version < "3.12"
poetry==1.8.1 ; python_version >= "3.11" and python_version < "3.12"
pre-commit==2.21.0 ; python_version >= "3.11" and python_version < "3.12"
ptyprocess==0.7.0 ; python_version >= "3.11" and python_version < "3.12"
pycparser==2.21 ; python_version >= "3.11" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ platformdirs==3.10.0 ; python_version >= "3.11" and python_version < "3.12"
pluggy==1.4.0 ; python_version >= "3.11" and python_version < "3.12"
poetry-core==1.9.0 ; python_version >= "3.11" and python_version < "3.12"
poetry-plugin-export==1.6.0 ; python_version >= "3.11" and python_version < "3.12"
poetry==1.8.0 ; python_version >= "3.11" and python_version < "3.12"
poetry==1.8.1 ; python_version >= "3.11" and python_version < "3.12"
ptyprocess==0.7.0 ; python_version >= "3.11" and python_version < "3.12"
pycodestyle==2.11.0 ; python_version >= "3.11" and python_version < "3.12"
pycparser==2.21 ; python_version >= "3.11" and python_version < "3.12"
Expand Down

0 comments on commit b992f27

Please sign in to comment.