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

Merged
merged 1 commit into from
Nov 28, 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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.28.78
boto3==1.33.1
# via fs-s3fs
botocore==1.31.78
botocore==1.33.1
# via
# boto3
# s3transfer
Expand All @@ -22,7 +22,7 @@ django==3.2.23
# django-appconf
# django-statici18n
# openedx-django-pyfs
django-appconf==1.0.5
django-appconf==1.0.6
# via django-statici18n
django-statici18n==2.4.0
# via -r requirements/base.in
Expand All @@ -43,7 +43,7 @@ lazy==1.6
# via xblock
lxml==4.9.3
# via xblock
mako==1.2.4
mako==1.3.0
# via
# xblock
# xblock-utils
Expand All @@ -65,7 +65,7 @@ pytz==2023.3.post1
# xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.7.0
s3transfer==0.8.0
# via boto3
simplejson==3.19.2
# via
Expand Down
16 changes: 11 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,29 @@ filelock==3.13.1
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
36 changes: 18 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
boto3==1.28.78
boto3==1.33.1
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.31.78
botocore==1.33.1
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -46,7 +46,7 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -75,7 +75,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
cookiecutter==2.4.0
cookiecutter==2.5.0
# via
# -r requirements/quality.txt
# xblock-sdk
Expand All @@ -84,7 +84,7 @@ coverage[toml]==7.3.2
# -r requirements/quality.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/quality.txt
dill==0.3.7
# via
Expand All @@ -103,7 +103,7 @@ django==3.2.23
# edx-i18n-tools
# openedx-django-pyfs
# xblock-sdk
django-appconf==1.0.5
django-appconf==1.0.6
# via
# -r requirements/quality.txt
# django-statici18n
Expand All @@ -113,7 +113,7 @@ edx-i18n-tools==1.3.0
# via -r requirements/quality.txt
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
Expand All @@ -133,7 +133,7 @@ fs-s3fs==1.1.1
# -r requirements/quality.txt
# openedx-django-pyfs
# xblock-sdk
idna==3.4
idna==3.6
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -172,7 +172,7 @@ lxml==4.9.3
# edx-i18n-tools
# xblock
# xblock-sdk
mako==1.2.4
mako==1.3.0
# via
# -r requirements/quality.txt
# xblock
Expand Down Expand Up @@ -223,7 +223,7 @@ path==16.7.1
# via
# -r requirements/quality.txt
# edx-i18n-tools
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
Expand All @@ -235,6 +235,7 @@ pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
Expand All @@ -255,7 +256,7 @@ py==1.11.0
# tox
pycodestyle==2.11.1
# via -r requirements/quality.txt
pygments==2.16.1
pygments==2.17.2
# via
# -r requirements/quality.txt
# rich
Expand Down Expand Up @@ -294,7 +295,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/quality.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -324,11 +325,11 @@ requests==2.31.0
# -r requirements/quality.txt
# cookiecutter
# xblock-sdk
rich==13.6.0
rich==13.7.0
# via
# -r requirements/quality.txt
# cookiecutter
s3transfer==0.7.0
s3transfer==0.8.0
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -383,13 +384,12 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.2
Expand All @@ -410,7 +410,7 @@ urllib3==1.26.18
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# tox
Expand All @@ -430,7 +430,7 @@ webob==1.8.7
# -r requirements/quality.txt
# xblock
# xblock-sdk
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
34 changes: 18 additions & 16 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.28.78
boto3==1.33.1
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.78
botocore==1.33.1
# via
# -r requirements/test.txt
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/test.txt
# requests
Expand All @@ -64,7 +64,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.4.0
cookiecutter==2.5.0
# via
# -r requirements/test.txt
# xblock-sdk
Expand All @@ -73,7 +73,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.txt
dill==0.3.7
# via pylint
Expand All @@ -86,7 +86,7 @@ django==3.2.23
# edx-i18n-tools
# openedx-django-pyfs
# xblock-sdk
django-appconf==1.0.5
django-appconf==1.0.6
# via
# -r requirements/test.txt
# django-statici18n
Expand All @@ -96,7 +96,7 @@ edx-i18n-tools==1.3.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -111,7 +111,7 @@ fs-s3fs==1.1.1
# -r requirements/test.txt
# openedx-django-pyfs
# xblock-sdk
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -146,7 +146,7 @@ lxml==4.9.3
# edx-i18n-tools
# xblock
# xblock-sdk
mako==1.2.4
mako==1.3.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -191,14 +191,16 @@ path==16.7.1
# via
# -r requirements/test.txt
# edx-i18n-tools
pbr==5.11.1
pbr==6.0.0
# via stevedore
pillow==10.1.0
# via
# -r requirements/test.txt
# needle
platformdirs==3.11.0
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pylint
pluggy==1.3.0
# via
# -r requirements/test.txt
Expand All @@ -209,7 +211,7 @@ polib==1.2.0
# edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pygments==2.16.1
pygments==2.17.2
# via
# -r requirements/test.txt
# rich
Expand Down Expand Up @@ -238,7 +240,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -268,11 +270,11 @@ requests==2.31.0
# -r requirements/test.txt
# cookiecutter
# xblock-sdk
rich==13.6.0
rich==13.7.0
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.7.0
s3transfer==0.8.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -317,7 +319,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
types-python-dateutil==2.8.19.14
# via
Expand Down
Loading