Skip to content
Snippets Groups Projects
Unverified Commit bbd07fc2 authored by Varac's avatar Varac
Browse files

Update python requirements.txt, remove pip-tools hook

parent 3085eade
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,6 @@ repos:
rev: v1.23.0
hooks:
- id: hadolint
- repo: https://github.com/jazzband/pip-tools
# Makes sure the requirements.txt file is up to date
rev: 5.2.1
hooks:
- id: pip-compile
- repo: https://github.com/timothycrosley/isort
# Sorts import statements for you
rev: 5.0.9
......
......@@ -14,9 +14,9 @@ attrs==21.2.0
# via pytest
bcrypt==3.2.0
# via paramiko
cachetools==4.2.2
cachetools==4.2.4
# via google-auth
certifi==2021.5.30
certifi==2021.10.8
# via
# kubernetes
# requests
......@@ -25,16 +25,16 @@ cffi==1.14.6
# bcrypt
# cryptography
# pynacl
charset-normalizer==2.0.4
charset-normalizer==2.0.6
# via requests
cryptography==3.4.7
cryptography==35.0.0
# via
# ansible
# paramiko
# pyopenssl
dnspython==2.1.0
# via -r requirements.in
google-auth==1.34.0
google-auth==2.3.0
# via kubernetes
htpasswd==2.3
# via -r requirements.in
......@@ -42,7 +42,7 @@ idna==3.2
# via requests
iniconfig==1.1.1
# via pytest
jinja2==3.0.1
jinja2==3.0.2
# via
# ansible
# jinja2-base64-filters
......@@ -56,11 +56,11 @@ orderedmultidict==1.0.1
# via htpasswd
packaging==21.0
# via pytest
paramiko==2.7.2
paramiko==2.8.0
# via -r requirements.in
passlib==1.7.4
# via -r requirements.in
pluggy==0.13.1
pluggy==1.0.0
# via pytest
psutil==5.8.0
# via -r requirements.in
......@@ -76,21 +76,21 @@ pycparser==2.20
# via cffi
pynacl==1.4.0
# via paramiko
pyopenssl==20.0.1
pyopenssl==21.0.0
# via -r requirements.in
pyparsing==2.4.7
# via packaging
pytest==6.2.4
pytest==6.2.5
# via
# pytest-rerunfailures
# pytest-testinfra
pytest-rerunfailures==10.1
pytest-rerunfailures==10.2
# via -r requirements.in
pytest-testinfra==6.4.0
# via -r requirements.in
python-dateutil==2.8.2
# via kubernetes
pytz==2021.1
pytz==2021.3
# via greenhost-cloud
pyyaml==5.4.1
# via
......@@ -108,7 +108,6 @@ rsa==4.7.2
six==1.16.0
# via
# bcrypt
# google-auth
# kubernetes
# orderedmultidict
# pynacl
......@@ -120,11 +119,11 @@ tld==0.12.6
# via -r requirements.in
toml==0.10.2
# via pytest
urllib3==1.26.6
urllib3==1.26.7
# via
# kubernetes
# requests
websocket-client==1.2.0
websocket-client==1.2.1
# via kubernetes
wheel==0.37.0
# via -r requirements.in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment