Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jul 8, 2024
2 parents f4da351 + ef2f038 commit bc140b2
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# 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
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
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 All @@ -47,7 +47,7 @@ cachetools==5.3.3
# via
# -r requirements/tox.txt
# tox
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -237,7 +237,7 @@ more-itertools==10.3.0
# -r requirements/test.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.17
nh3==0.2.18
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -411,7 +411,7 @@ tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/tox.txt
twine==5.1.1
# via -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/base.txt
# django
boto3==1.34.136
boto3==1.34.140
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.136
botocore==1.34.140
# via
# -r requirements/base.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.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/base.txt
# fs-s3fs
botocore==1.34.136
botocore==1.34.140
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
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.1.1
setuptools==70.2.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.136
boto3==1.34.140
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.136
botocore==1.34.140
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand Down Expand Up @@ -146,7 +146,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
openedx-django-pyfs==3.6.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.136
boto3==1.34.140
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.136
botocore==1.34.140
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand Down Expand Up @@ -158,7 +158,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
openedx-django-pyfs==3.6.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.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/tox.in
virtualenv==20.26.3
# via tox

0 comments on commit bc140b2

Please sign in to comment.