Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Oct 23, 2023
2 parents 591ab07 + 796c512 commit f8674c6
Show file tree
Hide file tree
Showing 6 changed files with 9 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 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.65
boto3==1.28.68
# via fs-s3fs
botocore==1.31.65
botocore==1.31.68
# via
# boto3
# s3transfer
Expand Down
3 changes: 0 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.5
# via tox
9 changes: 2 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.28.65
boto3==1.28.68
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.65
botocore==1.31.68
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -340,11 +340,6 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/test.in
# -r requirements/test.txt
# tox-battery
tox-battery==0.6.2
# via
# -r requirements/test.in
# -r requirements/test.txt
types-python-dateutil==2.8.19.14
# via
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
7 changes: 2 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.65
boto3==1.28.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.65
botocore==1.31.68
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -288,9 +288,6 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# tox-battery
tox-battery==0.6.2
# via -r requirements/test.txt
types-python-dateutil==2.8.19.14
# via
# -r requirements/test.txt
Expand Down
7 changes: 2 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.28.65
boto3==1.28.68
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.65
botocore==1.31.68
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -216,9 +216,6 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/test.in
types-python-dateutil==2.8.19.14
# via
# -r requirements/base.txt
Expand Down

0 comments on commit f8674c6

Please sign in to comment.