Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Sep 12, 2023
2 parents cbe01d2 + 8a8edc5 commit a9a5559
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
boto3==1.28.40
boto3==1.28.44
# via fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# s3transfer
Expand All @@ -43,7 +43,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# django-crum
Expand Down Expand Up @@ -133,7 +133,7 @@ python-dateutil==2.8.2
# botocore
# celery
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# django
# djangorestframework
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ typing-extensions==4.7.1
# via
# -r requirements/tox.txt
# filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/base.txt
# boto3
# s3transfer
build==1.0.0
build==1.0.3
# via pip-tools
celery==5.3.4
# via
Expand Down Expand Up @@ -84,15 +84,15 @@ click-repl==0.3.0
# celery
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
dill==0.3.7
# via pylint
distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -304,7 +304,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.0.0
# via build
pytest==7.4.1
pytest==7.4.2
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand All @@ -316,7 +316,7 @@ python-dateutil==2.8.2
# xblock
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -415,7 +415,7 @@ vine==5.0.0
# amqp
# celery
# kombu
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
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.1.2
setuptools==68.2.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -81,11 +81,11 @@ click-repl==0.3.0
# celery
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
dill==0.3.7
# via pylint
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -255,7 +255,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.1
pytest==7.4.2
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand All @@ -267,7 +267,7 @@ python-dateutil==2.8.2
# xblock
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# -r requirements/tox.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox

0 comments on commit a9a5559

Please sign in to comment.