Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
Feanil Patel authored Jul 31, 2023
2 parents 167845d + 3fec8eb commit 6ae524a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 @@ -31,5 +31,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
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# hypothesis
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 @@ -162,7 +162,7 @@ pbr==5.11.1
# stevedore
pip-tools==7.1.0
# via -r requirements/pip-tools.txt
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -180,21 +180,21 @@ py==1.11.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/test.txt
pydantic==2.0.3
pydantic==2.1.1
# via
# -r requirements/test.txt
# inflect
pydantic-core==2.3.0
pydantic-core==2.4.0
# via
# -r requirements/test.txt
# pydantic
pygments==2.15.1
# via
# -r requirements/test.txt
# diff-cover
pylint==2.17.4
pylint==2.17.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -286,7 +286,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -311,7 +311,7 @@ urllib3==1.26.16
# via
# -r requirements/test.txt
# botocore
virtualenv==20.24.1
virtualenv==20.24.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
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/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ babel==2.12.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.9
boto3==1.28.15
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.9
botocore==1.31.15
# via
# -r requirements/django.txt
# boto3
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==2.15.6
# pylint-celery
attrs==23.1.0
# via hypothesis
boto3==1.28.9
boto3==1.28.15
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.9
botocore==1.31.15
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -116,7 +116,7 @@ path==16.7.1
# via -r requirements/test.in
pbr==5.11.1
# via stevedore
platformdirs==3.9.1
platformdirs==3.10.0
# via
# pylint
# virtualenv
Expand All @@ -127,15 +127,15 @@ pluggy==1.2.0
# tox
py==1.11.0
# via tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/test.in
pydantic==2.0.3
pydantic==2.1.1
# via inflect
pydantic-core==2.3.0
pydantic-core==2.4.0
# via pydantic
pygments==2.15.1
# via diff-cover
pylint==2.17.4
pylint==2.17.5
# via
# -r requirements/test.in
# edx-lint
Expand Down Expand Up @@ -203,7 +203,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 @@ -221,7 +221,7 @@ urllib3==1.26.16
# via
# -r requirements/django.txt
# botocore
virtualenv==20.24.1
virtualenv==20.24.2
# via tox
web-fragments==2.0.0
# via -r requirements/django.txt
Expand Down

0 comments on commit 6ae524a

Please sign in to comment.