Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jul 1, 2024
2 parents 6cfd438 + 735f63b commit 3a17d6d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 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.131
boto3==1.34.136
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.131
botocore==1.34.136
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -241,7 +241,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.1
pkginfo==1.10.0
# via
# -r requirements/test.txt
# twine
Expand All @@ -267,7 +267,7 @@ pygments==2.18.0
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -343,7 +343,7 @@ rich==13.7.1
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -390,7 +390,7 @@ tomlkit==0.12.5
# pylint
tox==4.15.1
# via -r requirements/tox.txt
twine==5.1.0
twine==5.1.1
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240316
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.2.1
importlib-metadata==8.0.0
# via sphinx
jinja2==3.1.4
# via sphinx
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
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.0
setuptools==70.1.1
# 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 @@ -25,9 +25,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.131
boto3==1.34.136
# via fs-s3fs
botocore==1.34.131
botocore==1.34.136
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -108,7 +108,7 @@ pycodestyle==2.12.0
# via -r requirements/quality.in
pygments==2.18.0
# via rich
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/quality.in
# edx-lint
Expand Down Expand Up @@ -151,7 +151,7 @@ requests==2.32.3
# xblock-sdk
rich==13.7.1
# via cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.131
boto3==1.34.136
# via fs-s3fs
botocore==1.34.131
botocore==1.34.136
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -146,7 +146,7 @@ packaging==24.1
# via pytest
pbr==6.0.0
# via stevedore
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
# via pylint
Expand All @@ -158,7 +158,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -213,7 +213,7 @@ rich==13.7.1
# via
# cookiecutter
# twine
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -244,7 +244,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
twine==5.1.0
twine==5.1.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240316
# via arrow
Expand Down

0 comments on commit 3a17d6d

Please sign in to comment.