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 #229 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-3915226

Python Requirements Update
  • Loading branch information
farhan authored Sep 18, 2023
2 parents 3915226 + 1d40c31 commit 72072d2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 19 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.44
boto3==1.28.49
# via fs-s3fs
botocore==1.31.44
botocore==1.31.49
# via
# boto3
# s3transfer
Expand All @@ -29,7 +29,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
lazy==1.5
lazy==1.6
# via xblock
lxml==4.9.3
# via xblock
Expand Down
4 changes: 1 addition & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -29,7 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox
12 changes: 5 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.44
boto3==1.28.49
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.44
botocore==1.31.49
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -98,7 +98,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -140,7 +140,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
lazy==1.5
lazy==1.6
# via
# -r requirements/test.txt
# bok-choy
Expand Down Expand Up @@ -204,7 +204,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
pillow==10.0.0
pillow==10.0.1
# via
# -r requirements/test.txt
# needle
Expand Down Expand Up @@ -358,11 +358,9 @@ tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# asgiref
# astroid
# filelock
# pylint
# rich
urllib3==1.26.16
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ packaging==23.1
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.0
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.0
setuptools==68.2.2
# via -r requirements/pip.in
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 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
boto3==1.28.44
boto3==1.28.49
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.44
botocore==1.31.49
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -92,7 +92,7 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
lazy==1.5
lazy==1.6
# via
# -r requirements/base.txt
# bok-choy
Expand Down Expand Up @@ -134,7 +134,7 @@ packaging==23.1
# via pytest
pbr==5.11.1
# via stevedore
pillow==10.0.0
pillow==10.0.1
# via needle
platformdirs==3.10.0
# via pylint
Expand Down

0 comments on commit 72072d2

Please sign in to comment.