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

Closed
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.131
boto3==1.34.144
# via fs-s3fs
botocore==1.34.131
botocore==1.34.144
# via
# boto3
# s3transfer
cssselect==1.2.0
# via parsel
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -61,7 +61,7 @@ pytz==2024.1
# via xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.1.0
setuptools==70.3.0
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.2
astroid==3.2.3
# via
# pylint
# pylint-celery
Expand All @@ -25,16 +25,16 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.131
boto3==1.34.144
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.131
botocore==1.34.144
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via requests
chardet==5.2.0
# via binaryornot
Expand All @@ -52,7 +52,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# coverage
# pytest-cov
Expand All @@ -69,7 +69,7 @@ dill==0.3.8
# xblock-sdk
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
fs==2.4.16
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ pycodestyle==2.12.0
# via -r requirements/test.in
pygments==2.18.0
# via rich
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -195,7 +195,7 @@ requests==2.32.3
# xblock-sdk
rich==13.7.1
# via cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -225,7 +225,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
Expand Down
Loading