Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Python deps #1697

Merged
merged 1 commit into from
Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ colorama==0.4.5
# via -r dev-requirements.in
cryptography==37.0.4
# via pyopenssl
distlib==0.3.4
distlib==0.3.5
# via virtualenv
eradicate==2.1.0
# via flake8-eradicate
Expand Down Expand Up @@ -92,7 +92,7 @@ mccabe==0.6.1
# via flake8
mergedeep==1.3.4
# via mkdocs
mkdocs==1.3.0
mkdocs==1.3.1
# via
# mkdocs-htmlproofer-plugin
# mkdocs-material
Expand All @@ -102,7 +102,7 @@ mkdocs-material==8.3.9
# via -r dev-requirements.in
mkdocs-material-extensions==1.0.3
# via mkdocs-material
mypy==0.961
mypy==0.971
# via -r dev-requirements.in
mypy-extensions==0.4.3
# via
Expand All @@ -116,7 +116,7 @@ packaging==21.3
# tox
pathspec==0.9.0
# via black
pep8-naming==0.13.0
pep8-naming==0.13.1
# via -r dev-requirements.in
platformdirs==2.5.2
# via
Expand Down Expand Up @@ -167,7 +167,7 @@ requests==2.28.1
# requests-oauthlib
requests-oauthlib==1.3.1
# via kubernetes
rsa==4.8
rsa==4.9
# via google-auth
six==1.16.0
# via
Expand All @@ -190,11 +190,11 @@ types-cryptography==3.3.21
# via types-pyopenssl
types-pyopenssl==22.0.4
# via -r dev-requirements.in
types-python-dateutil==2.8.18
types-python-dateutil==2.8.19
# via -r dev-requirements.in
types-pyyaml==6.0.10
# via -r dev-requirements.in
types-requests==2.28.1
types-requests==2.28.3
# via -r dev-requirements.in
types-urllib3==1.26.16
# via types-requests
Expand Down