Skip to content

Commit

Permalink
fix: rerun pip compile with 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Dec 6, 2022
1 parent 6f262c3 commit 19fb7ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
4 changes: 1 addition & 3 deletions requirements-fmt.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-fmt.in
Expand All @@ -18,5 +18,3 @@ platformdirs==2.5.4
# via black
tomli==2.0.1
# via black
typing-extensions==4.4.0
# via black
4 changes: 2 additions & 2 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-integration.in
Expand Down Expand Up @@ -266,7 +266,7 @@ wcwidth==0.2.5
# via prompt-toolkit
websocket-client==1.4.2
# via kubernetes
websockets==7.0
websockets==10.4
# via juju
wsproto==1.2.0
# via
Expand Down
6 changes: 1 addition & 5 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-lint.in
Expand Down Expand Up @@ -51,10 +51,6 @@ tomli==2.0.1
# -r ./requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.4.0
# via
# -r ./requirements-fmt.txt
# black

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements-unit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-unit.in
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements.in
Expand Down

0 comments on commit 19fb7ae

Please sign in to comment.