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

chore: Upgrade Python requirements #766

Merged
merged 1 commit into from
Jul 8, 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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/test.txt
# django
boto3==1.34.136
boto3==1.34.140
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.136
botocore==1.34.140
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -122,7 +122,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.104.2
hypothesis==6.105.0
# via -r requirements/test.txt
importlib-metadata==6.11.0
# via
Expand All @@ -131,7 +131,7 @@ importlib-metadata==6.11.0
# -r requirements/test.txt
# build
# typeguard
inflect==7.3.0
inflect==7.3.1
# via
# -r requirements/test.txt
# jinja2-pluralize
Expand Down Expand Up @@ -321,7 +321,7 @@ tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
tox==4.15.1
tox==4.16.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.in
# django
boto3==1.34.136
boto3==1.34.140
# via fs-s3fs
botocore==1.34.136
botocore==1.34.140
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.136
boto3==1.34.140
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.136
botocore==1.34.140
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.2.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.txt
# django
boto3==1.34.136
boto3==1.34.140
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.136
botocore==1.34.140
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -90,13 +90,13 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.104.2
hypothesis==6.105.0
# via -r requirements/test.in
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# typeguard
inflect==7.3.0
inflect==7.3.1
# via jinja2-pluralize
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -235,7 +235,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.5
# via pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/test.in
typeguard==4.3.0
# via inflect
Expand Down
Loading