From 6f262c3f4269adf4a96473dc674c7d25a3d8b13b Mon Sep 17 00:00:00 2001 From: misohu Date: Tue, 6 Dec 2022 11:15:55 +0100 Subject: [PATCH] fix: rerun pip compile with 3.8 --- requirements-fmt.txt | 2 +- requirements-integration.txt | 4 ++-- requirements-lint.txt | 2 +- requirements-unit.txt | 2 +- requirements.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-fmt.txt b/requirements-fmt.txt index 74ec167..53094cd 100644 --- a/requirements-fmt.txt +++ b/requirements-fmt.txt @@ -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 diff --git a/requirements-integration.txt b/requirements-integration.txt index 48f2164..786455d 100644 --- a/requirements-integration.txt +++ b/requirements-integration.txt @@ -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 @@ -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 diff --git a/requirements-lint.txt b/requirements-lint.txt index cea9cbb..5612ab9 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -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 diff --git a/requirements-unit.txt b/requirements-unit.txt index 281c63d..acc47e2 100644 --- a/requirements-unit.txt +++ b/requirements-unit.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 898c060..248f826 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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