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

Merged
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
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.3.5
celery==5.3.6
# via edx-celeryutils
certifi==2023.11.17
# via requests
Expand Down Expand Up @@ -66,15 +66,15 @@ edx-bulk-grades==1.0.2
# via -r requirements/base.in
edx-celeryutils==1.2.3
# via super-csv
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via super-csv
edx-opaque-keys==2.5.1
# via edx-bulk-grades
fs==2.4.16
# via xblock
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via markdown
jsonfield==3.1.0
# via edx-celeryutils
Expand All @@ -90,9 +90,9 @@ markupsafe==2.1.3
# via
# mako
# xblock
newrelic==9.2.0
newrelic==9.3.0
# via edx-django-utils
path==16.7.1
path==16.9.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
Expand Down Expand Up @@ -141,7 +141,7 @@ stevedore==5.1.0
# edx-opaque-keys
super-csv==3.1.0
# via edx-bulk-grades
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# edx-opaque-keys
Expand All @@ -157,7 +157,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via prompt-toolkit
web-fragments==2.1.0
# via
Expand Down
7 changes: 3 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ packaging==23.2
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# tox
# virtualenv
Expand All @@ -51,9 +50,9 @@ tomli==2.0.1
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/tox.txt
virtualenv==20.24.6
virtualenv==20.25.0
# via
# -r requirements/tox.txt
# 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
66 changes: 49 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ amqp==5.2.0
# via
# -r requirements/base.txt
# kombu
annotated-types==0.6.0
# via pydantic
appdirs==1.4.4
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -36,10 +38,12 @@ cachetools==5.3.2
# via
# -r requirements/tox.txt
# tox
celery==5.3.5
celery==5.3.6
# via
# -r requirements/base.txt
# edx-celeryutils
cerberus==1.3.5
# via plette
certifi==2023.11.17
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -97,6 +101,7 @@ dill==0.3.7
distlib==0.3.7
# via
# -r requirements/tox.txt
# requirementslib
# virtualenv
django==3.2.23
# via
Expand All @@ -114,7 +119,7 @@ django==3.2.23
# edx-i18n-tools
# jsonfield
# super-csv
django-appconf==1.0.5
django-appconf==1.0.6
# via django-statici18n
django-crum==0.7.9
# via
Expand All @@ -137,6 +142,8 @@ djangorestframework==3.14.0
# via
# -r requirements/base.txt
# super-csv
docopt==0.6.2
# via pipreqs
edx-bulk-grades==1.0.2
# via
# -r requirements/base.in
Expand All @@ -145,7 +152,7 @@ edx-celeryutils==1.2.3
# via
# -r requirements/base.txt
# super-csv
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/base.txt
# super-csv
Expand All @@ -157,7 +164,7 @@ edx-opaque-keys==2.5.1
# via
# -r requirements/base.txt
# edx-bulk-grades
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
# via
Expand All @@ -168,18 +175,18 @@ fs==2.4.16
# via
# -r requirements/base.txt
# xblock
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/base.txt
# build
# markdown
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.0
# via pylint
jinja2==3.1.2
# via code-annotations
Expand Down Expand Up @@ -212,7 +219,7 @@ markupsafe==2.1.3
# xblock
mccabe==0.7.0
# via pylint
newrelic==9.2.0
newrelic==9.3.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -223,7 +230,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.7.1
path==16.9.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand All @@ -236,15 +243,23 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
pep517==0.13.1
# via requirementslib
pip-api==0.0.30
# via isort
pip-tools==7.3.0
# via -r requirements/pip_tools.in
platformdirs==3.11.0
pipreqs==0.4.13
# via isort
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# pylint
# requirementslib
# tox
# virtualenv
plette[validation]==0.4.4
# via requirementslib
pluggy==1.3.0
# via
# -r requirements/tox.txt
Expand All @@ -264,6 +279,10 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pydantic==2.5.2
# via requirementslib
pydantic-core==2.14.5
# via pydantic
pylint==3.0.2
# via
# edx-lint
Expand Down Expand Up @@ -319,7 +338,11 @@ requests==2.31.0
# via
# -r requirements/base.txt
# edx-bulk-grades
# requirementslib
# slumber
# yarg
requirementslib==3.0.0
# via isort
simplejson==3.19.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -357,25 +380,32 @@ tomli==2.0.1
# -r requirements/tox.txt
# build
# coverage
# pep517
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.3
# via
# plette
# pylint
# requirementslib
tox==4.11.4
# via
# -r requirements/tox.in
# -r requirements/tox.txt
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/base.txt
# annotated-types
# asgiref
# astroid
# edx-opaque-keys
# kombu
# pydantic
# pydantic-core
# pylint
tzdata==2023.3
# via
Expand All @@ -392,11 +422,11 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.24.6
virtualenv==20.25.0
# via
# -r requirements/tox.txt
# tox
wcwidth==0.2.10
wcwidth==0.2.12
# via
# -r requirements/base.txt
# prompt-toolkit
Expand All @@ -409,12 +439,14 @@ webob==1.8.7
# via
# -r requirements/base.txt
# xblock
wheel==0.41.3
wheel==0.42.0
# via pip-tools
xblock==1.8.1
# via
# -r requirements/base.in
# -r requirements/base.txt
yarg==0.1.9
# via pipreqs
zipp==3.17.0
# via
# -r requirements/base.txt
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
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.0
# 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
Loading