Skip to content

Commit

Permalink
fix: rerun pip compile with 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Dec 6, 2022
1 parent a573e81 commit 6f262c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-fmt.in
Expand Down
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.9
# This file is autogenerated by pip-compile with Python 3.8
# 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==8.1
websockets==7.0
# via juju
wsproto==1.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion 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.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-lint.in
Expand Down
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.9
# This file is autogenerated by pip-compile with Python 3.8
# 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.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements.in
Expand Down

0 comments on commit 6f262c3

Please sign in to comment.