Skip to content

Commit

Permalink
Update Python package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jun 22, 2022
1 parent 37957d4 commit f7fb94c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions secrets-manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kopf==1.35.3
bcrypt==3.2.0
kopf==1.35.5
bcrypt==3.2.2
aiohttp==3.8.1
PyYAML==6.0
pykube-ng==22.1.0
4 changes: 2 additions & 2 deletions session-manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kopf==1.35.3
bcrypt==3.2.0
kopf==1.35.5
bcrypt==3.2.2
aiohttp==3.8.1
PyYAML==6.0
pykube-ng==22.1.0
12 changes: 6 additions & 6 deletions training-portal/requirements.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
mod_wsgi==4.9.0
mod_wsgi==4.9.2
Django==3.2.13
django-registration==3.2
django-registration==3.3
django-crispy-forms==1.14.0
warpdrive>=0.34.0
wrapt==1.14.0
wrapt==1.14.1
django-oauth-toolkit==1.7.1
django-cors-middleware==1.5.0
requests==2.27.1
requests==2.28.0
django-csp==3.7
kopf==1.35.3
kopf==1.35.5
pykube-ng==22.1.0

black==22.3.0
pip-tools==6.5.1
pip-tools==6.6.2
12 changes: 6 additions & 6 deletions training-portal/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ django-csp==3.7
# via -r requirements.in
django-oauth-toolkit==1.7.1
# via -r requirements.in
django-registration==3.2
django-registration==3.3
# via -r requirements.in
frozenlist==1.3.0
# via
Expand All @@ -63,9 +63,9 @@ iso8601==1.0.2
# via kopf
jwcrypto==1.0
# via django-oauth-toolkit
kopf==1.35.3
kopf==1.35.5
# via -r requirements.in
mod-wsgi==4.9.0
mod-wsgi==4.9.2
# via -r requirements.in
multidict==6.0.2
# via
Expand All @@ -79,7 +79,7 @@ pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
pip-tools==6.5.1
pip-tools==6.6.2
# via -r requirements.in
platformdirs==2.5.2
# via black
Expand All @@ -95,7 +95,7 @@ pyyaml==6.0
# via
# kopf
# pykube-ng
requests==2.27.1
requests==2.28.0
# via
# -r requirements.in
# django-oauth-toolkit
Expand All @@ -114,7 +114,7 @@ warpdrive==0.34.0
# via -r requirements.in
wheel==0.37.1
# via pip-tools
wrapt==1.14.0
wrapt==1.14.1
# via
# -r requirements.in
# deprecated
Expand Down

0 comments on commit f7fb94c

Please sign in to comment.