Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Python Requirements Update #680

Closed
Show file tree
Hide file tree
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 requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gitpython==3.1.18
# via -r requirements/base.in
google-api-python-client==1.7.3
# via -r requirements/base.in
google-auth==2.20.0
google-auth==2.21.0
# via
# google-api-python-client
# google-auth-httplib2
Expand All @@ -106,13 +106,13 @@ kubernetes==12.0.1
# via -r requirements/base.in
lxml==4.9.2
# via zeep
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
oauthlib==3.2.2
# via requests-oauthlib
pbr==5.11.1
# via stevedore
platformdirs==3.5.3
platformdirs==3.8.0
# via zeep
psutil==5.9.5
# via edx-django-utils
Expand All @@ -124,7 +124,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pygithub==1.58.2
pygithub==1.59.0
# via -r requirements/base.in
pyjwt[crypto]==2.7.0
# via
Expand All @@ -139,7 +139,7 @@ pynacl==1.5.0
# via
# edx-django-utils
# pygithub
pyparsing==3.0.9
pyparsing==3.1.0
# via httplib2
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -215,7 +215,7 @@ stevedore==1.32.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.6.3
typing-extensions==4.7.1
# via asgiref
unicodecsv==0.14.1
# via -r requirements/base.in
Expand All @@ -229,7 +229,7 @@ urllib3==1.26.16
# requests
validators==0.20.0
# via -r requirements/base.in
websocket-client==1.5.3
websocket-client==1.6.1
# via kubernetes
wrapt==1.11.2
# via
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down
10 changes: 5 additions & 5 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ mccabe==0.7.0
# via pylint
mock==5.0.2
# via -r requirements/testing.in
moto==4.1.11
moto==4.1.12
# via -r requirements/testing.in
packaging==23.1
# via pytest
pbr==5.11.1
# via stevedore
platformdirs==3.5.3
platformdirs==3.8.0
# via pylint
pluggy==1.0.0
pluggy==1.2.0
# via pytest
py==1.11.0
# via pytest-pycodestyle
Expand All @@ -108,7 +108,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/testing.in
# pytest-cov
Expand Down Expand Up @@ -163,7 +163,7 @@ tomli==2.0.1
# pytest
tomlkit==0.11.8
# via pylint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# astroid
# pylint
Expand Down