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

Python Requirements Update #668

Merged
merged 1 commit into from
Sep 7, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.40
boto3==1.28.42
# via -r requirements/base.in
botocore==1.31.40
botocore==1.31.42
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -109,7 +109,7 @@ edx-drf-extensions==8.9.2
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==5.2.0
edx-enterprise-data==5.3.0
# via -r requirements/base.in
edx-opaque-keys==2.5.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.40
boto3==1.28.42
# via -r requirements/base.in
botocore==1.31.40
botocore==1.31.42
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -109,7 +109,7 @@ edx-drf-extensions==8.9.2
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==5.2.0
edx-enterprise-data==5.3.0
# via -r requirements/base.in
edx-opaque-keys==2.5.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.40
boto3==1.28.42
# via -r requirements/base.in
botocore==1.31.40
botocore==1.31.42
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -123,7 +123,7 @@ edx-drf-extensions==8.9.2
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==5.2.0
edx-enterprise-data==5.3.0
# via -r requirements/base.in
edx-opaque-keys==2.5.0
# via
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.40
boto3==1.28.42
# via -r requirements/base.in
botocore==1.31.40
botocore==1.31.42
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -109,7 +109,7 @@ edx-drf-extensions==8.9.2
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==5.2.0
edx-enterprise-data==5.3.0
# via -r requirements/base.in
edx-opaque-keys==2.5.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ astroid==2.3.3
# via pylint
boto==2.49.0
# via -r requirements/base.in
boto3==1.28.40
boto3==1.28.42
# via -r requirements/base.in
botocore==1.31.40
botocore==1.31.42
# via
# boto3
# s3transfer
Expand All @@ -34,7 +34,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -122,7 +122,7 @@ edx-drf-extensions==8.9.2
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==5.2.0
edx-enterprise-data==5.3.0
# via -r requirements/base.in
edx-opaque-keys==2.5.0
# via
Expand Down
Loading