Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #172

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.40
boto3==1.28.44
# via fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# s3transfer
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -46,7 +46,7 @@ python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# django
# xblock
Expand Down
27 changes: 11 additions & 16 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -93,7 +89,7 @@ distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -212,6 +208,10 @@ more-itertools==10.1.0
# via
# -r requirements/test.txt
# jaraco-classes
nh3==0.2.14
# via
# -r requirements/test.txt
# readme-renderer
openedx-django-pyfs==3.4.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -279,7 +279,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==7.4.1
pytest==7.4.2
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand All @@ -292,7 +292,7 @@ python-slugify==8.0.1
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand All @@ -303,7 +303,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -345,7 +345,6 @@ six==1.16.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
# bleach
# edx-lint
# fs
# fs-s3fs
Expand Down Expand Up @@ -395,7 +394,7 @@ urllib3==1.26.16
# botocore
# requests
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
Expand All @@ -405,10 +404,6 @@ web-fragments==2.1.0
# xblock
# xblock-sdk
# xblock-utils
webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
webob==1.8.7
# via
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
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
django==3.2.20
django==3.2.21
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down Expand Up @@ -73,7 +73,7 @@ python-dateutil==2.8.2
# -r requirements/base.txt
# botocore
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.12.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
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 All @@ -35,7 +35,7 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
django==3.2.20
django==3.2.21
# via
# -r requirements/base.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -104,7 +104,7 @@ python-dateutil==2.8.2
# -r requirements/base.txt
# botocore
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# babel
Expand Down
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
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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==2.15.6
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
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 All @@ -51,7 +51,7 @@ ddt==1.6.0
# via -r requirements/quality.in
dill==0.3.7
# via pylint
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -149,7 +149,7 @@ python-slugify==8.0.1
# via
# code-annotations
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down
17 changes: 7 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ astroid==2.15.6
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
bleach==6.0.0
# via readme-renderer
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 @@ -143,6 +141,8 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
openedx-django-pyfs==3.4.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -179,7 +179,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==7.4.1
pytest==7.4.2
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand All @@ -191,7 +191,7 @@ python-slugify==8.0.1
# via
# code-annotations
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand All @@ -202,7 +202,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand Down Expand Up @@ -233,7 +233,6 @@ simplejson==3.19.1
six==1.16.0
# via
# -r requirements/base.txt
# bleach
# edx-lint
# fs
# fs-s3fs
Expand Down Expand Up @@ -273,8 +272,6 @@ web-fragments==2.1.0
# xblock
# xblock-sdk
# xblock-utils
webencodings==0.5.1
# via bleach
webob==1.8.7
# via
# -r requirements/base.txt
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