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

Python Requirements Update #71

Closed
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
28 changes: 14 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,44 @@
#
asgiref==3.7.2
# via django
certifi==2023.7.22
backports-zoneinfo==0.2.1
# via django
certifi==2024.2.2
# via requests
cffi==1.16.0
# via pynacl
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
django==3.2.22
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-crum
# django-waffle
# edx-django-utils
django-crum==0.7.9
# via edx-django-utils
django-waffle==4.0.0
django-waffle==4.1.0
# via edx-django-utils
edx-django-utils==5.7.0
edx-django-utils==5.10.1
# via edx-rest-api-client
edx-rest-api-client==5.6.1
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
newrelic==9.1.1
newrelic==9.7.0
# via edx-django-utils
pbr==5.11.1
pbr==6.0.0
# via stevedore
psutil==5.9.6
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
# via cffi
pyjwt==2.8.0
# via edx-rest-api-client
pynacl==1.5.0
# via edx-django-utils
pytz==2023.3.post1
# via django
requests==2.31.0
# via
# edx-rest-api-client
Expand All @@ -52,9 +52,9 @@ slumber==0.7.1
# via edx-rest-api-client
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via edx-django-utils
typing-extensions==4.8.0
typing-extensions==4.10.0
# via asgiref
urllib3==2.0.7
urllib3==2.2.1
# via requests
36 changes: 22 additions & 14 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@
#
# make upgrade
#
distlib==0.3.7
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
# via tox
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
# pyproject-api
# tox
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
Loading
Loading