Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jul 15, 2024
2 parents 747b237 + 982aab2 commit d07cf89
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.5.4
coverage==7.6.0
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/test.txt
# django
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 @@ -69,7 +69,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -89,7 +89,7 @@ distlib==0.3.8
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -102,7 +102,7 @@ edx-lint==5.3.6
# via -r requirements/test.txt
edx-opaque-keys==2.10.0
# via -r requirements/test.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# hypothesis
Expand All @@ -122,7 +122,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.105.0
hypothesis==6.108.0
# via -r requirements/test.txt
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -317,7 +317,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/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.in
# 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
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.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/django.txt
# fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# -r requirements/django.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
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
Expand Down
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.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.2.0
setuptools==70.3.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/django.txt
# django
astroid==3.2.2
astroid==3.2.3
# via
# -r requirements/test.in
# pylint
Expand All @@ -23,11 +23,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.txt
# django
boto3==1.34.140
boto3==1.34.144
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.140
botocore==1.34.144
# via
# -r requirements/django.txt
# boto3
Expand All @@ -47,7 +47,7 @@ code-annotations==1.8.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -73,7 +73,7 @@ edx-lint==5.3.6
# via -r requirements/test.in
edx-opaque-keys==2.10.0
# via -r requirements/django.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# hypothesis
# pytest
Expand All @@ -90,7 +90,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.105.0
hypothesis==6.108.0
# via -r requirements/test.in
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -233,7 +233,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
tox==4.16.0
# via -r requirements/test.in
Expand Down

0 comments on commit d07cf89

Please sign in to comment.