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

Merged
merged 1 commit into from
Dec 29, 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
11 changes: 5 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,22 @@ coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/ci.in
distlib==0.3.7
distlib==0.3.8
# via virtualenv
docopt==0.6.2
# via coveralls
filelock==3.13.1
# via
# tox
# virtualenv
idna==3.4
idna==3.6
# via requests
packaging==23.2
# via
# pyproject-api
# tox
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand All @@ -47,9 +46,9 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.in
urllib3==2.1.0
# via requests
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +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

# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
56 changes: 27 additions & 29 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
#
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
# via
# fastapi
# starlette
anyio==4.2.0
# via starlette
appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -56,17 +54,17 @@ coverage[toml]==6.5.0
# pytest-cov
coveralls==3.3.1
# via -r requirements/ci.in
cryptography==41.0.5
cryptography==41.0.7
# via
# pyjwt
# secretstorage
ddt==1.7.0
# via -r requirements/test.in
diff-cover==8.0.1
diff-cover==8.0.2
# via -r requirements/dev.in
dill==0.3.7
# via pylint
distlib==0.3.7
distlib==0.3.8
# via virtualenv
django==3.2.23
# via
Expand All @@ -90,7 +88,7 @@ django-model-utils==4.3.1
# via -r requirements/base.in
django-storages==1.14.2
# via -r requirements/base.in
django-waffle==4.0.0
django-waffle==4.1.0
# via
# edx-django-utils
# edx-drf-extensions
Expand All @@ -107,11 +105,11 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.1
# via -r requirements/base.in
edx-lint==5.3.6
# via -r requirements/quality.in
Expand All @@ -123,7 +121,7 @@ exceptiongroup==1.2.0
# via
# anyio
# pytest
fastapi==0.104.1
fastapi==0.108.0
# via pact-python
filelock==3.13.1
# via
Expand All @@ -133,19 +131,19 @@ fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via uvicorn
idna==3.4
idna==3.6
# via
# anyio
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.1
# via
# keyring
# twine
importlib-resources==6.1.1
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
Expand All @@ -161,7 +159,7 @@ jinja2==3.1.2
# diff-cover
keyring==24.3.0
# via twine
lxml==4.9.3
lxml==4.9.4
# via -r requirements/base.in
markdown-it-py==3.0.0
# via rich
Expand All @@ -175,9 +173,9 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.1.0
# via jaraco-classes
newrelic==9.2.0
newrelic==9.3.0
# via edx-django-utils
nh3==0.2.14
nh3==0.2.15
# via readme-renderer
packaging==23.2
# via
Expand All @@ -192,9 +190,8 @@ pillow==10.1.0
# via -r requirements/base.in
pkginfo==1.9.6
# via twine
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# pylint
# tox
# virtualenv
Expand All @@ -203,17 +200,17 @@ pluggy==1.3.0
# diff-cover
# pytest
# tox
psutil==5.9.6
psutil==5.9.7
# via
# edx-django-utils
# pact-python
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydantic==2.5.2
pydantic==2.5.3
# via fastapi
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -227,7 +224,7 @@ pyjwt[crypto]==2.8.0
# drf-jwt
# edx-drf-extensions
# pyjwt
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -302,7 +299,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
# via django
starlette==0.27.0
starlette==0.32.0.post1
# via fastapi
stevedore==5.1.0
# via
Expand All @@ -320,13 +317,14 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.in
twine==4.0.2
# via -r requirements/quality.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# annotated-types
# anyio
# asgiref
# astroid
# edx-opaque-keys
Expand All @@ -342,9 +340,9 @@ urllib3==2.1.0
# requests
# responses
# twine
uvicorn==0.24.0.post1
uvicorn==0.25.0
# via pact-python
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
zipp==3.17.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand All @@ -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
6 changes: 3 additions & 3 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
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
Loading
Loading