Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 13, 2024
2 parents 0cc20ae + 0acdf2a commit e91fdb1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.35
boto3==1.34.40
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.35
botocore==1.34.40
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ ddt==1.7.1
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -158,7 +158,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# cookiecutter
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.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.34.35
boto3==1.34.40
# via fs-s3fs
botocore==1.34.35
botocore==1.34.40
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -89,7 +89,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via cookiecutter
pytz==2024.1
# via
Expand Down

0 comments on commit e91fdb1

Please sign in to comment.