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

Python Requirements Update #277

Merged
merged 1 commit into from
Aug 8, 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 @@ -64,11 +64,11 @@ drf-yasg==1.21.7
# via edx-api-doc-tools
edx-api-doc-tools==1.7.0
# via -r requirements/base.in
edx-auth-backends==4.1.0
edx-auth-backends==4.2.0
# via -r requirements/base.in
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via -r requirements/base.in
idna==3.4
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packaging==23.1
# sphinx
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.7.0
# via -r requirements/test.txt
edx-auth-backends==4.1.0
edx-auth-backends==4.2.0
# via -r requirements/test.txt
edx-django-release-util==1.3.0
# via -r requirements/test.txt
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/test.txt
Expand Down Expand Up @@ -255,7 +255,7 @@ pydata-sphinx-theme==0.13.3
# via
# -r requirements/docs.txt
# sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.41.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 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.18
boto3==1.28.20
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.18
botocore==1.31.20
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -90,11 +90,11 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.7.0
# via -r requirements/base.txt
edx-auth-backends==4.1.0
edx-auth-backends==4.2.0
# via -r requirements/base.txt
edx-django-release-util==1.3.0
# via -r requirements/base.txt
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via -r requirements/base.txt
gevent==23.7.0
# via -r requirements/production.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.7.0
# via -r requirements/base.txt
edx-auth-backends==4.1.0
edx-auth-backends==4.2.0
# via -r requirements/base.txt
edx-django-release-util==1.3.0
# via -r requirements/base.txt
edx-django-utils==5.6.0
edx-django-utils==5.7.0
# via -r requirements/base.txt
edx-lint==5.3.4
# via -r requirements/test.in
Expand Down Expand Up @@ -181,7 +181,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pygments==2.15.1
pygments==2.16.1
# via diff-cover
pyjwt[crypto]==2.8.0
# via
Expand Down
Loading