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

Python Requirements Update #292

Merged
merged 1 commit into from
Oct 10, 2023
Merged
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -133,7 +133,7 @@ typing-extensions==4.8.0
# via asgiref
uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.16
urllib3==1.26.17
# via
# -c requirements/constraints.txt
# requests
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.12.1
babel==2.13.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -72,7 +72,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==1.26.16
urllib3==1.26.17
# via
# -c requirements/constraints.txt
# requests
Expand Down
10 changes: 5 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ astroid==2.15.8
# pylint-celery
attrs==23.1.0
# via -r requirements/test.txt
babel==2.12.1
babel==2.13.0
# via
# -r requirements/docs.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -66,7 +66,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -88,7 +88,7 @@ dill==0.3.7
# via
# -r requirements/test.txt
# pylint
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -234,7 +234,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -435,7 +435,7 @@ uritemplate==4.1.1
# via
# -r requirements/test.txt
# drf-yasg
urllib3==1.26.16
urllib3==1.26.17
# via
# -c requirements/constraints.txt
# -r requirements/docs.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.28.57
boto3==1.28.62
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.57
botocore==1.31.62
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -45,7 +45,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -98,7 +98,7 @@ edx-django-utils==5.7.0
# via -r requirements/base.txt
gevent==23.9.1
# via -r requirements/production.in
greenlet==2.0.2
greenlet==3.0.0
# via gevent
gunicorn==21.2.0
# via -r requirements/production.in
Expand Down Expand Up @@ -215,15 +215,15 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.16
urllib3==1.26.17
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# botocore
# requests
zope-event==5.0
# via gevent
zope-interface==6.0
zope-interface==6.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -61,7 +61,7 @@ diff-cover==7.7.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -167,7 +167,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via
Expand Down Expand Up @@ -294,7 +294,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.16
urllib3==1.26.17
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
Loading