Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

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

Python Requirements Update
  • Loading branch information
Feanil Patel authored Jul 31, 2023
2 parents 6c7ebed + 769e017 commit 7e80033
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
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 @@ -31,11 +31,11 @@ bleach==6.0.0
# readme-renderer
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 @@ -198,7 +198,7 @@ pillow==10.0.0
# needle
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 @@ -214,13 +214,13 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/test.txt
pygments==2.15.1
# via
# -r requirements/test.txt
# readme-renderer
pylint==2.17.4
pylint==2.17.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -330,7 +330,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 @@ -351,7 +351,7 @@ urllib3==1.26.16
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.1
virtualenv==20.24.2
# via
# -r requirements/ci.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
boto3==1.28.9
boto3==1.28.15
# via fs-s3fs
botocore==1.31.9
botocore==1.31.15
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -121,15 +121,15 @@ pbr==5.11.1
# via stevedore
pillow==10.0.0
# via needle
platformdirs==3.9.1
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
# via pytest
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/test.in
pygments==2.15.1
# via readme-renderer
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -209,7 +209,7 @@ tomli==2.0.1
# via
# pylint
# pytest
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
# via
Expand Down

0 comments on commit 7e80033

Please sign in to comment.