Skip to content

Commit

Permalink
Merge pull request #1495 from open-zaak/deps/update-more
Browse files Browse the repository at this point in the history
Deps/update more
  • Loading branch information
joeribekker committed Nov 3, 2023
2 parents 44d495a + 6ee6bc1 commit ef2cf79
Show file tree
Hide file tree
Showing 7 changed files with 2,064 additions and 11,542 deletions.
2 changes: 1 addition & 1 deletion deployment/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible~=4.2.0
ansible
openshift
PyYAML
kubernetes-validate
Expand Down
108 changes: 54 additions & 54 deletions deployment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,99 +1,99 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --no-emit-index-url requirements.in
#
ansible==4.2.0
# via -r requirements.in
ansible-core==2.11.8
ansible==8.5.0
# via -r deployment/requirements.in
ansible-core==2.15.5
# via ansible
attrs==20.2.0
# via jsonschema
cachetools==4.1.1
attrs==23.1.0
# via
# jsonschema
# referencing
cachetools==5.3.2
# via google-auth
certifi==2022.12.7
certifi==2023.7.22
# via
# kubernetes
# requests
cffi==1.14.2
cffi==1.16.0
# via cryptography
charset-normalizer==2.0.3
charset-normalizer==3.3.2
# via requests
cryptography==3.4.4
cryptography==41.0.5
# via ansible-core
google-auth==1.21.2
google-auth==2.23.4
# via kubernetes
idna==2.10
idna==3.4
# via requests
jinja2==2.11.3
# via
# ansible-core
# openshift
jsonschema==3.2.0
jinja2==3.1.2
# via ansible-core
jsonschema==4.19.2
# via kubernetes-validate
kubernetes==11.0.0
jsonschema-specifications==2023.7.1
# via jsonschema
kubernetes==28.1.0
# via openshift
kubernetes-validate==1.18.0
# via -r requirements.in
markupsafe==1.1.1
kubernetes-validate==1.28.0
# via -r deployment/requirements.in
markupsafe==2.1.3
# via jinja2
oauthlib==3.1.0
# via requests-oauthlib
openshift==0.11.2
# via -r requirements.in
packaging==21.0
oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
openshift==0.13.2
# via -r deployment/requirements.in
packaging==23.2
# via ansible-core
passlib==1.7.2
# via -r requirements.in
pyasn1==0.4.8
passlib==1.7.4
# via -r deployment/requirements.in
pyasn1==0.5.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
pyasn1-modules==0.3.0
# via google-auth
pycparser==2.20
pycparser==2.21
# via cffi
pyparsing==2.4.7
# via packaging
pyrsistent==0.17.3
# via jsonschema
python-dateutil==2.8.1
python-dateutil==2.8.2
# via kubernetes
python-string-utils==1.0.0
# via openshift
pyyaml==5.4.1
pyyaml==6.0.1
# via
# -r requirements.in
# -r deployment/requirements.in
# ansible-core
# kubernetes
# kubernetes-validate
requests==2.27.1
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# kubernetes
# requests-oauthlib
requests-oauthlib==1.3.0
requests-oauthlib==1.3.1
# via kubernetes
resolvelib==0.5.4
resolvelib==1.0.1
# via ansible-core
rsa==4.7.2
# via google-auth
ruamel-yaml==0.16.12
# via openshift
six==1.15.0
rpds-py==0.10.6
# via
# google-auth
# jsonschema
# referencing
rsa==4.9
# via google-auth
six==1.16.0
# via
# kubernetes
# openshift
# python-dateutil
# websocket-client
urllib3==1.26.8
urllib3==1.26.18
# via
# kubernetes
# requests
websocket-client==0.57.0
websocket-client==1.6.4
# via kubernetes

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit ef2cf79

Please sign in to comment.