From 491bc8cb48095892bb01d3f7a7f9626721f2e0f2 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Fri, 25 Feb 2022 09:21:10 +0100 Subject: [PATCH] Manual pip-compile --upgrade --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index a43bdca6c..4352791aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.10 +# This file is autogenerated by pip-compile with python 3.9 # To update, run: # # pip-compile @@ -12,7 +12,7 @@ attrs==21.4.0 # via pytest bcrypt==3.2.0 # via paramiko -cachetools==4.2.4 +cachetools==5.0.0 # via google-auth certifi==2021.10.8 # via @@ -23,7 +23,7 @@ cffi==1.15.0 # bcrypt # cryptography # pynacl -charset-normalizer==2.0.10 +charset-normalizer==2.0.12 # via requests cryptography==36.0.1 # via @@ -32,7 +32,7 @@ cryptography==36.0.1 # pyopenssl dnspython==2.2.0 # via -r requirements.in -google-auth==2.5.0 +google-auth==2.6.0 # via kubernetes htpasswd==2.3 # via -r requirements.in @@ -48,9 +48,9 @@ jinja2-base64-filters==0.1.4 # via -r requirements.in kubernetes==22.6.0 # via -r requirements.in -markupsafe==2.0.1 +markupsafe==2.1.0 # via jinja2 -oauthlib==3.1.1 +oauthlib==3.2.0 # via requests-oauthlib orderedmultidict==1.0.1 # via htpasswd @@ -80,7 +80,7 @@ pyopenssl==22.0.0 # via -r requirements.in pyparsing==3.0.7 # via packaging -pytest==6.2.5 +pytest==7.0.1 # via # pytest-rerunfailures # pytest-testinfra @@ -101,7 +101,7 @@ requests==2.27.1 # greenhost-cloud # kubernetes # requests-oauthlib -requests-oauthlib==1.3.0 +requests-oauthlib==1.3.1 # via kubernetes rsa==4.8 # via google-auth @@ -116,7 +116,7 @@ tabulate==0.8.9 # via greenhost-cloud tld==0.12.6 # via -r requirements.in -toml==0.10.2 +tomli==2.0.1 # via pytest urllib3==1.26.8 # via -- GitLab