Skip to content

Commit

Permalink
Merge pull request #101 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-bc140b2

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jul 15, 2024
2 parents bc140b2 + 6f1672f commit 71902d0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.140
boto3==1.34.144
# via fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# boto3
# s3transfer
django==4.2.13
django==4.2.14
# via
# django-crum
# openedx-django-pyfs
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
# -r requirements/test.txt
# django-crum
Expand All @@ -127,7 +127,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 @@ -407,7 +407,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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/base.txt
# django
boto3==1.34.140
boto3==1.34.144
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# -r requirements/base.txt
# boto3
# s3transfer
django==4.2.13
django==4.2.14
# via
# -r requirements/base.txt
# django-crum
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.140
boto3==1.34.144
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# -r requirements/base.txt
# boto3
Expand All @@ -39,7 +39,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
# django-crum
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 @@ -27,11 +27,11 @@ 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
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -62,7 +62,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
# -r requirements/base.txt
# django-crum
Expand Down Expand Up @@ -249,7 +249,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
twine==5.1.1
# via -r requirements/quality.in
Expand Down
14 changes: 7 additions & 7 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,11 +27,11 @@ 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
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# -r requirements/base.txt
# boto3
Expand All @@ -56,7 +56,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 @@ -66,7 +66,7 @@ ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
# via pylint
django==4.2.13
django==4.2.14
# via
# -r requirements/base.txt
# django-crum
Expand All @@ -81,7 +81,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 @@ -274,7 +274,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

0 comments on commit 71902d0

Please sign in to comment.