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

Python Requirements Update #308

Merged
merged 1 commit into from
Dec 28, 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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ djangorestframework==3.14.0
# drf-nested-routers
# drf-yasg
# edx-api-doc-tools
drf-nested-routers==0.93.4
drf-nested-routers==0.93.5
# via -r requirements/base.in
drf-yasg==1.21.7
# via edx-api-doc-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via sphinx
jinja2==3.1.2
# via sphinx
Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.3
coverage[toml]==7.3.4
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -135,7 +135,7 @@ docutils==0.19
# -r requirements/docs.txt
# pydata-sphinx-theme
# sphinx
drf-nested-routers==0.93.4
drf-nested-routers==0.93.5
# via -r requirements/test.txt
drf-yasg==1.21.7
# via
Expand Down Expand Up @@ -170,7 +170,7 @@ imagesize==1.4.1
# via
# -r requirements/docs.txt
# sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# -r requirements/docs.txt
# sphinx
Expand Down Expand Up @@ -202,7 +202,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mypy==1.7.1
mypy==1.8.0
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
10 changes: 5 additions & 5 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.34.2
boto3==1.34.7
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.2
botocore==1.34.7
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -82,7 +82,7 @@ djangorestframework==3.14.0
# drf-nested-routers
# drf-yasg
# edx-api-doc-tools
drf-nested-routers==0.93.4
drf-nested-routers==0.93.5
# via -r requirements/base.txt
drf-yasg==1.21.7
# via
Expand All @@ -98,7 +98,7 @@ edx-django-utils==5.9.0
# via -r requirements/base.txt
gevent==23.9.1
# via -r requirements/production.in
greenlet==3.0.2
greenlet==3.0.3
# via gevent
gunicorn==21.2.0
# via -r requirements/production.in
Expand Down Expand Up @@ -182,7 +182,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/base.txt
# social-auth-core
s3transfer==0.9.0
s3transfer==0.10.0
# via boto3
six==1.16.0
# via
Expand Down
6 changes: 3 additions & 3 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.3
coverage[toml]==7.3.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -99,7 +99,7 @@ djangorestframework==3.14.0
# drf-nested-routers
# drf-yasg
# edx-api-doc-tools
drf-nested-routers==0.93.4
drf-nested-routers==0.93.5
# via -r requirements/base.txt
drf-yasg==1.21.7
# via
Expand Down Expand Up @@ -141,7 +141,7 @@ markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.7.1
mypy==1.8.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down
Loading