Skip to content

Commit

Permalink
Merge pull request #305 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-dde915c

Python Requirements Update
  • Loading branch information
Feanil Patel authored Jul 31, 2023
2 parents dde915c + 5d90d8c commit 80920f9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 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 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.9
boto3==1.28.15
# via fs-s3fs
botocore==1.31.9
botocore==1.31.15
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
# via tox
Expand All @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.24.1
virtualenv==20.24.2
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ bok-choy==0.7.1
# via
# -r requirements/test.in
# -r requirements/test.txt
boto3==1.28.9
boto3==1.28.15
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.9
botocore==1.31.15
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -203,7 +203,7 @@ pillow==10.0.0
# via
# -r requirements/test.txt
# needle
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -217,11 +217,11 @@ py==1.11.0
# via
# -r requirements/test.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -334,7 +334,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
tox==3.28.0
# via
Expand All @@ -359,7 +359,7 @@ urllib3==1.26.16
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.1
virtualenv==20.24.2
# via
# -r requirements/test.txt
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.9
boto3==1.28.15
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.9
botocore==1.31.15
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -172,7 +172,7 @@ pillow==10.0.0
# via
# -r requirements/test.txt
# needle
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -186,11 +186,11 @@ py==1.11.0
# via
# -r requirements/test.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -283,7 +283,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
tox==3.28.0
# via
Expand All @@ -303,7 +303,7 @@ urllib3==1.26.16
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.1
virtualenv==20.24.2
# via
# -r requirements/test.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.in
boto3==1.28.9
boto3==1.28.15
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.9
botocore==1.31.15
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -129,7 +129,7 @@ packaging==23.1
# tox
pillow==10.0.0
# via needle
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
# via
Expand Down Expand Up @@ -222,7 +222,7 @@ urllib3==1.26.16
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.24.1
virtualenv==20.24.2
# via tox
web-fragments==2.0.0
# via
Expand Down

0 comments on commit 80920f9

Please sign in to comment.