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 #262

Closed
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
10 changes: 4 additions & 6 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
beautifulsoup4==4.9.3
# via wagtail
boto3==1.28.40
boto3==1.28.47
# via -r requirements/base.in
botocore==1.31.40
botocore==1.31.47
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -107,7 +107,7 @@ edx-django-utils==5.7.0
# -r requirements/base.in
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via -r requirements/base.in
edx-opaque-keys==2.5.0
# via edx-drf-extensions
Expand Down Expand Up @@ -172,7 +172,6 @@ python-dateutil==2.8.2
# via
# -r requirements/base.in
# botocore
# edx-drf-extensions
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3.post1
Expand Down Expand Up @@ -205,7 +204,6 @@ six==1.16.0
# via
# edx-auth-backends
# edx-django-release-util
# edx-drf-extensions
# html5lib
# l18n
# python-dateutil
Expand Down Expand Up @@ -256,7 +254,7 @@ willow==1.4.1
# via wagtail
xlrd==2.0.1
# via tablib
xlsxwriter==3.1.2
xlsxwriter==3.1.3
# via wagtail
xlwt==1.3.0
# via tablib
Expand Down
25 changes: 11 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ beautifulsoup4==4.9.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.28.40
boto3==1.28.47
# via -r requirements/quality.txt
botocore==1.31.40
botocore==1.31.47
# via
# -r requirements/quality.txt
# boto3
# s3transfer
build==1.0.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -68,7 +68,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -183,9 +183,9 @@ edx-django-utils==5.7.0
# -r requirements/quality.txt
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via -r requirements/quality.txt
edx-i18n-tools==1.1.0
edx-i18n-tools==1.2.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
Expand All @@ -207,11 +207,11 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==19.3.1
faker==19.6.1
# via
# -r requirements/quality.txt
# factory-boy
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/quality.txt
# tox
Expand Down Expand Up @@ -384,7 +384,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -397,7 +397,6 @@ python-dateutil==2.8.2
# via
# -r requirements/quality.txt
# botocore
# edx-drf-extensions
# faker
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -448,7 +447,6 @@ six==1.16.0
# -r requirements/quality.txt
# edx-auth-backends
# edx-django-release-util
# edx-drf-extensions
# edx-lint
# html5lib
# l18n
Expand Down Expand Up @@ -525,7 +523,6 @@ typing-extensions==4.7.1
# astroid
# edx-opaque-keys
# faker
# filelock
# inflect
# pydantic
# pydantic-core
Expand All @@ -539,7 +536,7 @@ urllib3==1.26.16
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/quality.txt
# tox
Expand Down Expand Up @@ -567,7 +564,7 @@ xlrd==2.0.1
# via
# -r requirements/quality.txt
# tablib
xlsxwriter==3.1.2
xlsxwriter==3.1.3
# via
# -r requirements/quality.txt
# wagtail
Expand Down
29 changes: 12 additions & 17 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ beautifulsoup4==4.9.3
# via
# -r requirements/test.txt
# wagtail
bleach==6.0.0
# via readme-renderer
boto3==1.28.40
boto3==1.28.47
# via -r requirements/test.txt
botocore==1.31.40
botocore==1.31.47
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -66,7 +64,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -181,7 +179,7 @@ edx-django-utils==5.7.0
# -r requirements/test.txt
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/test.txt
Expand All @@ -203,11 +201,11 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.3.1
faker==19.6.1
# via
# -r requirements/test.txt
# factory-boy
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -272,6 +270,8 @@ newrelic==9.0.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.14
# via readme-renderer
oauthlib==3.2.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -367,7 +367,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -380,7 +380,6 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# botocore
# edx-drf-extensions
# faker
python-slugify==8.0.1
# via
Expand All @@ -405,7 +404,7 @@ pyyaml==6.0.1
# code-annotations
# drf-yasg
# edx-django-release-util
readme-renderer==41.0
readme-renderer==42.0
# via -r requirements/doc.in
requests==2.31.0
# via
Expand Down Expand Up @@ -434,10 +433,8 @@ semantic-version==2.10.0
six==1.16.0
# via
# -r requirements/test.txt
# bleach
# edx-auth-backends
# edx-django-release-util
# edx-drf-extensions
# edx-lint
# edx-sphinx-theme
# html5lib
Expand Down Expand Up @@ -524,7 +521,6 @@ typing-extensions==4.7.1
# astroid
# edx-opaque-keys
# faker
# filelock
# inflect
# pydantic
# pydantic-core
Expand All @@ -538,7 +534,7 @@ urllib3==1.26.16
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/test.txt
# tox
Expand All @@ -547,7 +543,6 @@ wagtail==2.16.3
webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
# html5lib
willow==1.4.1
# via
Expand All @@ -561,7 +556,7 @@ xlrd==2.0.1
# via
# -r requirements/test.txt
# tablib
xlsxwriter==3.1.2
xlsxwriter==3.1.3
# via
# -r requirements/test.txt
# wagtail
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.2
# via -r requirements/pip.in
12 changes: 5 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ beautifulsoup4==4.9.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.28.40
boto3==1.28.47
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.31.40
botocore==1.31.47
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -139,7 +139,7 @@ edx-django-utils==5.7.0
# -r requirements/base.txt
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==8.9.2
edx-drf-extensions==8.9.3
# via -r requirements/base.txt
edx-opaque-keys==2.5.0
# via
Expand All @@ -151,7 +151,7 @@ et-xmlfile==1.1.0
# via
# -r requirements/base.txt
# openpyxl
gevent==23.9.0.post1
gevent==23.9.1
# via -r requirements/production.in
greenlet==2.0.2
# via gevent
Expand Down Expand Up @@ -248,7 +248,6 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# botocore
# edx-drf-extensions
python-memcached==1.59
# via -r requirements/production.in
python3-openid==3.2.0
Expand Down Expand Up @@ -295,7 +294,6 @@ six==1.16.0
# -r requirements/base.txt
# edx-auth-backends
# edx-django-release-util
# edx-drf-extensions
# html5lib
# l18n
# python-dateutil
Expand Down Expand Up @@ -366,7 +364,7 @@ xlrd==2.0.1
# via
# -r requirements/base.txt
# tablib
xlsxwriter==3.1.2
xlsxwriter==3.1.3
# via
# -r requirements/base.txt
# wagtail
Expand Down
Loading
Loading