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

Python Requirements Update #309

Merged
merged 1 commit into from
Jan 2, 2024
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 @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
attrs==23.1.0
attrs==23.2.0
# via -r requirements/base.in
certifi==2023.11.17
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ astroid==3.0.2
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via -r requirements/test.txt
babel==2.14.0
# via
Expand Down Expand Up @@ -66,7 +66,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -157,7 +157,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==21.0.0
faker==22.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -292,7 +292,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
9 changes: 4 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
attrs==23.1.0
attrs==23.2.0
# via -r requirements/base.txt
boto3==1.34.7
boto3==1.34.11
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.7
botocore==1.34.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -155,7 +155,7 @@ pynacl==1.5.0
# edx-django-utils
python-dateutil==2.8.2
# via botocore
python-memcached==1.59
python-memcached==1.61
# via -r requirements/production.in
python3-openid==3.2.0
# via
Expand Down Expand Up @@ -190,7 +190,6 @@ six==1.16.0
# edx-auth-backends
# edx-django-release-util
# python-dateutil
# python-memcached
social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.0.2
# -r requirements/test.in
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via -r requirements/base.txt
certifi==2023.11.17
# via
Expand Down 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.4
coverage[toml]==7.4.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -119,7 +119,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==21.0.0
faker==22.0.0
# via factory-boy
idna==3.6
# via
Expand Down Expand Up @@ -207,7 +207,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down
Loading