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

Merged
merged 1 commit into from
Jul 15, 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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.2
astroid==3.2.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -34,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.140
boto3==1.34.144
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -88,7 +88,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# coveralls
Expand All @@ -108,7 +108,7 @@ distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -123,7 +123,7 @@ docutils==0.20.1
# readme-renderer
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -384,7 +384,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/base.txt
# django
django==4.2.13
django==4.2.14
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.13
django==4.2.14
# via -r requirements/base.txt
docutils==0.19
# 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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.2.0
setuptools==70.3.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.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,9 +25,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.140
boto3==1.34.144
# via fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# boto3
# s3transfer
Expand All @@ -53,7 +53,7 @@ ddt==1.7.2
# via -r requirements/quality.in
dill==0.3.8
# via pylint
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -175,7 +175,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
Expand Down
12 changes: 6 additions & 6 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 @@ -27,9 +27,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.140
boto3==1.34.144
# via fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# boto3
# s3transfer
Expand All @@ -53,7 +53,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 coveralls
coveralls==4.0.1
# via -r requirements/test.in
Expand All @@ -73,7 +73,7 @@ docutils==0.20.1
# via readme-renderer
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 @@ -242,7 +242,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
twine==5.1.1
# via -r requirements/test.in
Expand Down