Skip to content

Commit

Permalink
Merge branch 'master' into docker-image-for-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady authored Jul 13, 2022
2 parents 40beba6 + e7f2f57 commit c6e85d1
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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 dev-requirements.in
Expand All @@ -10,25 +10,25 @@ attrs==21.4.0
# flake8-eradicate
beautifulsoup4==4.11.1
# via mkdocs-htmlproofer-plugin
black==22.3.0
black==22.6.0
# via -r dev-requirements.in
cachetools==5.2.0
# via google-auth
certifi==2022.6.15
# via
# kubernetes
# requests
cffi==1.15.0
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
click==8.1.3
# via
# black
# mkdocs
colorama==0.4.5
# via -r dev-requirements.in
cryptography==37.0.2
cryptography==37.0.4
# via pyopenssl
distlib==0.3.4
# via virtualenv
Expand All @@ -48,22 +48,24 @@ flake8==4.0.1
# pep8-naming
flake8-broken-line==0.4.0
# via -r dev-requirements.in
flake8-bugbear==22.4.25
flake8-bugbear==22.7.1
# via -r dev-requirements.in
flake8-comprehensions==3.10.0
# via -r dev-requirements.in
flake8-eradicate==1.2.1
# via -r dev-requirements.in
ghp-import==2.1.0
# via mkdocs
google-auth==2.8.0
google-auth==2.9.1
# via kubernetes
humanfriendly==10.0
# via -r dev-requirements.in
idna==3.3
# via requests
importlib-metadata==4.11.4
# via mkdocs
importlib-metadata==4.12.0
# via
# markdown
# mkdocs
isort==5.10.1
# via -r dev-requirements.in
jinja2==3.1.2
Expand All @@ -74,9 +76,9 @@ jinja2==3.1.2
# mkdocs-material
jinja2-base64-filters==0.1.4
# via -r dev-requirements.in
kubernetes==23.6.0
kubernetes==24.2.0
# via -r dev-requirements.in
lxml==4.9.0
lxml==4.9.1
# via mkdocs-htmlproofer-plugin
markdown==3.3.7
# via
Expand All @@ -96,7 +98,7 @@ mkdocs==1.3.0
# mkdocs-material
mkdocs-htmlproofer-plugin==0.8.0
# via -r dev-requirements.in
mkdocs-material==8.3.7
mkdocs-material==8.3.9
# via -r dev-requirements.in
mkdocs-material-extensions==1.0.3
# via mkdocs-material
Expand Down Expand Up @@ -158,7 +160,7 @@ pyyaml==6.0
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
requests==2.28.0
requests==2.28.1
# via
# kubernetes
# mkdocs-htmlproofer-plugin
Expand All @@ -182,33 +184,35 @@ tomli==2.0.1
# via
# black
# mypy
tox==3.25.0
tox==3.25.1
# via -r dev-requirements.in
types-cryptography==3.3.21
# via types-pyopenssl
types-pyopenssl==22.0.3
types-pyopenssl==22.0.4
# via -r dev-requirements.in
types-python-dateutil==2.8.18
# via -r dev-requirements.in
types-pyyaml==6.0.8
types-pyyaml==6.0.10
# via -r dev-requirements.in
types-requests==2.27.31
types-requests==2.28.1
# via -r dev-requirements.in
types-urllib3==1.26.15
types-urllib3==1.26.16
# via types-requests
typing-extensions==4.2.0
# via mypy
urllib3==1.26.9
typing-extensions==4.3.0
# via
# black
# mypy
urllib3==1.26.10
# via
# kubernetes
# requests
virtualenv==20.14.1
virtualenv==20.15.1
# via tox
watchdog==2.1.9
# via mkdocs
websocket-client==1.3.3
# via kubernetes
zipp==3.8.0
zipp==3.8.1
# via importlib-metadata

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

0 comments on commit c6e85d1

Please sign in to comment.