Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
salman2013 authored Feb 6, 2024
2 parents cb9ee13 + 909e196 commit 80e79a5
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 46 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ fs==2.4.16
# via xblock
lxml==5.1.0
# via xblock
mako==1.3.0
mako==1.3.2
# via xblock
markupsafe==2.1.4
markupsafe==2.1.5
# via
# mako
# xblock
python-dateutil==2.8.2
# via xblock
pytz==2023.3.post1
pytz==2024.1
# via
# django
# xblock
Expand Down
22 changes: 11 additions & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -25,11 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.29
boto3==1.34.34
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.29
botocore==1.34.34
# via
# -r requirements/test.txt
# boto3
Expand All @@ -38,7 +38,7 @@ cachetools==5.3.2
# via
# -r requirements/tox.txt
# tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -67,7 +67,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -85,7 +85,7 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==42.0.1
cryptography==42.0.2
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -181,15 +181,15 @@ lxml==5.1.0
# -r requirements/test.txt
# xblock
# xblock-sdk
mako==1.3.0
mako==1.3.2
# via
# -r requirements/test.txt
# xblock
markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -226,7 +226,7 @@ pkginfo==1.9.6
# via
# -r requirements/test.txt
# twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand Down Expand Up @@ -284,12 +284,12 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/test.txt
# django
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ lxml==5.1.0
# -r requirements/base.txt
# edx-i18n-tools
# xblock
mako==1.3.0
mako==1.3.2
# via
# -r requirements/base.txt
# xblock
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# mako
# xblock
path==16.9.0
path==16.10.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
python-dateutil==2.8.2
# via
# -r requirements/base.txt
# xblock
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -48,11 +48,11 @@ lxml==5.1.0
# via
# -r requirements/base.txt
# xblock
mako==1.3.0
mako==1.3.2
# via
# -r requirements/base.txt
# xblock
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
Expand All @@ -73,7 +73,7 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# xblock
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/base.txt
# babel
Expand Down Expand Up @@ -126,7 +126,7 @@ typing-extensions==4.9.0
# -r requirements/base.txt
# asgiref
# pydata-sphinx-theme
urllib3==2.1.0
urllib3==2.2.0
# via requests
web-fragments==2.1.0
# via
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.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.29
boto3==1.34.34
# via fs-s3fs
botocore==1.34.29
botocore==1.34.34
# via
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via requests
chardet==5.2.0
# via binaryornot
Expand All @@ -40,7 +40,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
cookiecutter==2.5.0
# via xblock-sdk
Expand Down Expand Up @@ -79,13 +79,13 @@ lxml==5.1.0
# -r requirements/base.txt
# xblock
# xblock-sdk
mako==1.3.0
mako==1.3.2
# via
# -r requirements/base.txt
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
Expand All @@ -97,7 +97,7 @@ mdurl==0.1.2
# via markdown-it-py
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
Expand Down Expand Up @@ -126,11 +126,11 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.2
python-slugify==8.0.3
# via
# code-annotations
# cookiecutter
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.29
boto3==1.34.34
# via fs-s3fs
botocore==1.34.29
botocore==1.34.34
# via
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -42,15 +42,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
cookiecutter==2.5.0
# via xblock-sdk
coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==42.0.1
cryptography==42.0.2
# via secretstorage
ddt==1.7.1
# via -r requirements/test.in
Expand Down Expand Up @@ -108,13 +108,13 @@ lxml==5.1.0
# -r requirements/base.txt
# xblock
# xblock-sdk
mako==1.3.0
mako==1.3.2
# via
# -r requirements/base.txt
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
Expand All @@ -134,7 +134,7 @@ pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pluggy==1.4.0
# via pytest
Expand Down Expand Up @@ -168,11 +168,11 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.2
python-slugify==8.0.3
# via
# code-annotations
# cookiecutter
pytz==2023.3.post1
pytz==2024.1
# 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 @@ -20,7 +20,7 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand Down

0 comments on commit 80e79a5

Please sign in to comment.