From 19fb7ae7ee5746c90be43ef11bd2c750a68623bf Mon Sep 17 00:00:00 2001 From: misohu Date: Tue, 6 Dec 2022 11:31:32 +0100 Subject: [PATCH] fix: rerun pip compile with 3.10 --- requirements-fmt.txt | 4 +--- requirements-integration.txt | 4 ++-- requirements-lint.txt | 6 +----- requirements-unit.txt | 2 +- requirements.txt | 2 +- 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/requirements-fmt.txt b/requirements-fmt.txt index 53094cd..6666852 100644 --- a/requirements-fmt.txt +++ b/requirements-fmt.txt @@ -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 @@ -18,5 +18,3 @@ platformdirs==2.5.4 # via black tomli==2.0.1 # via black -typing-extensions==4.4.0 - # via black diff --git a/requirements-integration.txt b/requirements-integration.txt index 786455d..b8c240a 100644 --- a/requirements-integration.txt +++ b/requirements-integration.txt @@ -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 @@ -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 diff --git a/requirements-lint.txt b/requirements-lint.txt index 5612ab9..28af4d4 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -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 @@ -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 diff --git a/requirements-unit.txt b/requirements-unit.txt index acc47e2..29917d4 100644 --- a/requirements-unit.txt +++ b/requirements-unit.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 248f826..7166002 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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