Skip to content

Commit

Permalink
Python Requirements Update (#1172)
Browse files Browse the repository at this point in the history
* chore: Updating Python Requirements

* fix: test importlib-metadata v7

* chore: putting it back

* chore: test of quality pkg

* chore: fix version

---------

Co-authored-by: ilee2u <ilee@2u.com>
  • Loading branch information
edx-requirements-bot and ilee2u authored Dec 15, 2023
1 parent e04e151 commit 7515121
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 45 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.0
django-ipware==6.0.2
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand All @@ -72,7 +72,7 @@ django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.0.0
django-waffle==4.1.0
# via
# -r requirements/base.in
# edx-django-utils
Expand All @@ -94,7 +94,7 @@ edx-django-utils==5.9.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==9.0.0
edx-drf-extensions==9.0.1
# via
# -r requirements/base.in
# edx-when
Expand Down Expand Up @@ -125,11 +125,11 @@ markupsafe==2.1.3
# via
# mako
# xblock
newrelic==9.2.0
newrelic==9.3.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.41
prompt-toolkit==3.0.42
# via click-repl
psutil==5.9.6
# via edx-django-utils
Expand Down Expand Up @@ -190,7 +190,7 @@ stevedore==5.1.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.4
prompt-toolkit==3.0.41
prompt-toolkit==3.0.42
vine==5.1.0
7 changes: 3 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
coverage==7.3.2
# via -r requirements/ci.in
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand All @@ -22,9 +22,8 @@ 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 @@ -37,5 +36,5 @@ tomli==2.0.1
# tox
tox==4.11.4
# via -r requirements/ci.in
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 @@ -26,8 +26,3 @@ elasticsearch<7.14.0

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


# 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
19 changes: 9 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -37,7 +37,7 @@ diff-cover==8.0.1
# 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 @@ -57,11 +57,11 @@ filelock==3.13.1
# via
# tox
# virtualenv
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# rstcheck
# rstcheck-core
isort==5.12.0
isort==5.13.1
# via
# -r requirements/quality.in
# pylint
Expand All @@ -83,17 +83,16 @@ packaging==23.2
# via
# pyproject-api
# tox
path==16.7.1
path==16.9.0
# via
# edx-i18n-tools
# path-py
path-py==12.5.0
# via -r requirements/dev.in
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# pylint
# tox
# virtualenv
Expand All @@ -115,7 +114,7 @@ pygments==2.17.2
# via
# diff-cover
# rich
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -170,7 +169,7 @@ typer[all]==0.9.0
# via
# rstcheck
# typer
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# annotated-types
# asgiref
Expand All @@ -182,7 +181,7 @@ typing-extensions==4.8.0
# rstcheck
# rstcheck-core
# typer
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
wheel==0.42.0
# via -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via
# -c requirements/constraints.txt
# pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down
16 changes: 7 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand All @@ -35,11 +35,11 @@ docutils==0.20.1
# via rstcheck-core
edx-lint==5.3.6
# via -r requirements/quality.in
importlib-metadata==6.8.0
importlib-metadata==6.11.0
# via
# rstcheck
# rstcheck-core
isort==5.12.0
isort==5.13.1
# via
# -r requirements/quality.in
# pylint
Expand All @@ -55,10 +55,8 @@ mdurl==0.1.2
# via markdown-it-py
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
platformdirs==4.1.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.5.2
Expand All @@ -69,7 +67,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
# via rich
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -115,7 +113,7 @@ typer[all]==0.9.0
# via
# rstcheck
# typer
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# annotated-types
# asgiref
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.0
django-ipware==6.0.2
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand All @@ -75,7 +75,7 @@ django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.0.0
django-waffle==4.1.0
# via
# -r requirements/base.in
# edx-django-utils
Expand All @@ -96,7 +96,7 @@ edx-django-utils==5.9.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==9.0.0
edx-drf-extensions==9.0.1
# via
# -r requirements/base.in
# edx-when
Expand All @@ -117,7 +117,7 @@ exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
# via pytest-xdist
freezegun==1.2.2
freezegun==1.3.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
Expand All @@ -127,7 +127,7 @@ httpretty==1.1.4
# via -r requirements/test.in
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==6.11.0
# via logilab-common
iniconfig==2.0.0
# via pytest
Expand All @@ -136,7 +136,7 @@ jinja2==3.1.2
jsonfield==3.1.0
# via -r requirements/base.in
# via celery
logilab-common==1.11.0
logilab-common==2.0.0
# via -r requirements/test.in
lxml==4.9.3
# via
Expand All @@ -153,11 +153,11 @@ mock==5.1.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via logilab-common
newrelic==9.2.0
newrelic==9.3.0
# via edx-django-utils
packaging==23.2
# via pytest
path==16.7.1
path==16.9.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
Expand Down Expand Up @@ -256,7 +256,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# edx-opaque-keys
Expand Down

0 comments on commit 7515121

Please sign in to comment.