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

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
30 changes: 19 additions & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@
#
# pip-compile --output-file=requirements/ci.txt requirements/ci.in
#
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
# via
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
# pyproject-api
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
# via tox
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
35 changes: 21 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,29 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.62
boto3==1.28.84
# via fs-s3fs
botocore==1.31.62
botocore==1.31.84
# via
# boto3
# s3transfer
build==1.0.3
# via pip-tools
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
distlib==0.3.7
# via virtualenv
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -43,14 +49,17 @@ jmespath==1.0.1
packaging==23.2
# via
# build
# pyproject-api
# tox
pip-tools==7.3.0
# via -r requirements/dev.in
platformdirs==3.11.0
# via virtualenv
# via
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
Expand All @@ -65,26 +74,24 @@ six==1.16.0
# fs
# fs-s3fs
# python-dateutil
# tox
sqlparse==0.4.4
# via django
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-api
# pyproject-hooks
# tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.in
tox==4.11.3
# via -r requirements/dev.in
typing-extensions==4.8.0
# via asgiref
urllib3==1.26.17
urllib3==1.26.18
# via botocore
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
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.2
wheel==0.41.3
# 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 @@
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
51 changes: 22 additions & 29 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
backports-functools-lru-cache==1.6.6
# via caniusepython3
boto3==1.28.62
boto3==1.28.84
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.31.62
botocore==1.31.84
# via
# -r requirements/test.txt
# boto3
Expand All @@ -39,7 +39,7 @@ cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via
# -r requirements/test.txt
# requests
Expand All @@ -55,8 +55,9 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# moto
Expand All @@ -65,13 +66,13 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via caniusepython3
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
docutils==0.20.1
# via readme-renderer
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.3
# via
Expand All @@ -91,7 +92,7 @@ importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.1.0
importlib-resources==6.1.1
# via keyring
iniconfig==2.0.0
# via
Expand All @@ -117,10 +118,8 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==24.2.0
keyring==24.3.0
# via twine
lazy-object-proxy==1.9.0
# via astroid
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
Expand All @@ -136,7 +135,7 @@ mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.1.0
# via jaraco-classes
moto==4.2.5
moto==4.2.8
# via -r requirements/test.txt
nh3==0.2.14
# via readme-renderer
Expand All @@ -145,17 +144,17 @@ packaging==23.2
# -r requirements/test.txt
# caniusepython3
# pytest
pbr==5.11.1
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.11.0
platformdirs==4.0.0
# via pylint
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via
Expand All @@ -167,30 +166,30 @@ pygments==2.16.1
# via
# readme-renderer
# rich
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pypng==0.20220715.0
# via -r requirements/test.txt
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.7.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -220,7 +219,7 @@ requests==2.31.0
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.23.3
responses==0.24.0
# via
# -r requirements/test.txt
# moto
Expand Down Expand Up @@ -257,34 +256,28 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
twine==4.0.2
# via -r requirements/quality.in
types-pyyaml==6.0.12.12
# via
# -r requirements/test.txt
# responses
typing-extensions==4.8.0
# via
# -r requirements/test.txt
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/test.txt
# botocore
# requests
# responses
# twine
werkzeug==3.0.0
werkzeug==3.0.1
# via
# -r requirements/test.txt
# moto
wrapt==1.15.0
# via astroid
xmltodict==0.13.0
# via
# -r requirements/test.txt
Expand Down
Loading
Loading