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 #115

Merged
merged 1 commit into from
Feb 12, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.34
boto3==1.34.39
# via fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# boto3
# s3transfer
cssselect==1.2.0
# via parsel
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.0.3
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.34
boto3==1.34.39
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -170,7 +170,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
Expand Down
Loading