Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Jan 29, 2024
2 parents 2feefe7 + 62c70b6 commit 7265006
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 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.34.23
boto3==1.34.29
# via fs-s3fs
botocore==1.34.23
botocore==1.34.29
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -78,7 +78,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.1
python-slugify==8.0.2
# via cookiecutter
pytz==2023.3.post1
# via
Expand Down Expand Up @@ -127,7 +127,7 @@ webob==1.8.7
# via
# -r requirements/base.in
# xblock
xblock[django]==1.9.1
xblock[django]==1.10.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
16 changes: 8 additions & 8 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.34.23
boto3==1.34.29
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.23
botocore==1.34.29
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -83,7 +83,7 @@ cookiecutter==2.5.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand All @@ -92,7 +92,7 @@ ddt==1.7.1
# via
# -r requirements/test.in
# -r requirements/test.txt
dill==0.3.7
dill==0.3.8
# via pylint
distlib==0.3.8
# via
Expand Down Expand Up @@ -212,7 +212,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -248,7 +248,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -273,7 +273,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -381,7 +381,7 @@ webob==1.8.7
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
xblock[django]==1.9.1
xblock[django]==1.10.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
16 changes: 8 additions & 8 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.34.23
boto3==1.34.29
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.23
botocore==1.34.29
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -69,14 +69,14 @@ colorama==0.4.6
# tox
cookiecutter==2.5.0
# via -r requirements/test.txt
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/test.txt
dill==0.3.7
dill==0.3.8
# via pylint
distlib==0.3.8
# via
Expand Down Expand Up @@ -181,7 +181,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -214,7 +214,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -232,7 +232,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -323,7 +323,7 @@ webob==1.8.7
# via
# -r requirements/test.txt
# xblock
xblock[django]==1.9.1
xblock[django]==1.10.0
# via
# -r requirements/test.txt
# acid-xblock
Expand Down
14 changes: 7 additions & 7 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.34.23
boto3==1.34.29
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.23
botocore==1.34.29
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -54,7 +54,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.5.0
# via -r requirements/base.txt
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -141,7 +141,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# pytest
# tox
Expand All @@ -153,7 +153,7 @@ pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.6.1
# via tox
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
Expand All @@ -170,7 +170,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -246,7 +246,7 @@ webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock[django]==1.9.1
xblock[django]==1.10.0
# via
# -r requirements/base.txt
# acid-xblock
Expand Down

0 comments on commit 7265006

Please sign in to comment.