Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #683

Merged
merged 1 commit into from
Oct 23, 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
3 changes: 0 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.5
# via tox
12 changes: 5 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.63
boto3==1.28.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -79,6 +79,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -125,7 +126,7 @@ fs-s3fs==1.1.1
# -r requirements/test.txt
# openedx-django-pyfs
# xblock-sdk
hypothesis==6.87.4
hypothesis==6.88.1
# via -r requirements/test.txt
idna==3.4
# via
Expand Down Expand Up @@ -372,9 +373,6 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/test.txt
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.txt
types-python-dateutil==2.8.19.14
# via
# -r requirements/test.txt
Expand All @@ -389,7 +387,7 @@ typing-extensions==4.8.0
# pydantic-core
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/test.txt
# botocore
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
boto3==1.28.63
boto3==1.28.68
# via fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -64,7 +64,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
urllib3==1.26.17
urllib3==1.26.18
# via botocore
web-fragments==2.1.0
# via -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ babel==2.13.0
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.63
boto3==1.28.68
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -142,7 +142,7 @@ sqlparse==0.4.4
# django
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/django.txt
# botocore
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==23.1.0
# via hypothesis
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.63
boto3==1.28.68
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.63
botocore==1.31.68
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -88,7 +88,7 @@ fs-s3fs==1.1.1
# -r requirements/django.txt
# openedx-django-pyfs
# xblock-sdk
hypothesis==6.87.4
hypothesis==6.88.1
# via -r requirements/test.in
idna==3.4
# via requests
Expand Down Expand Up @@ -272,7 +272,7 @@ typing-extensions==4.8.0
# pydantic-core
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/django.txt
# botocore
Expand Down