Skip to content
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
13 changes: 8 additions & 5 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ asgiref==3.5.0
# -r requirements/edx/testing.txt
# django
# uvicorn
astroid==2.9.3
astroid==2.11.2
# via
# -r requirements/edx/testing.txt
# pylint
Expand Down Expand Up @@ -256,6 +256,10 @@ diff-cover==4.0.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
dill==0.3.4
# via
# -r requirements/edx/testing.txt
# pylint
distlib==0.3.4
# via
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -886,7 +890,7 @@ maxminddb==2.2.0
# via
# -r requirements/edx/testing.txt
# geoip2
mccabe==0.6.1
mccabe==0.7.0
# via
# -r requirements/edx/testing.txt
# pylint
Expand Down Expand Up @@ -1080,9 +1084,8 @@ pylatexenc==2.10
# via
# -r requirements/edx/testing.txt
# olxcleaner
pylint==2.12.2
pylint==2.13.5
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -1453,7 +1456,6 @@ text-unidecode==1.3
toml==0.10.2
# via
# -r requirements/edx/testing.txt
# pylint
# tox
# vulture
tomli==2.0.1
Expand All @@ -1463,6 +1465,7 @@ tomli==2.0.1
# coverage
# mypy
# pep517
# pylint
# pytest
tox==3.24.5
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ asgiref==3.5.0
# -r requirements/edx/base.txt
# django
# uvicorn
astroid==2.9.3
astroid==2.11.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -248,6 +248,8 @@ diff-cover==4.0.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/coverage.txt
dill==0.3.4
# via pylint
distlib==0.3.4
# via virtualenv
# via
Expand Down Expand Up @@ -844,7 +846,7 @@ maxminddb==2.2.0
# via
# -r requirements/edx/base.txt
# geoip2
mccabe==0.6.1
mccabe==0.7.0
# via pylint
mock==4.0.3
# via
Expand Down Expand Up @@ -1018,9 +1020,8 @@ pylatexenc==2.10
# via
# -r requirements/edx/base.txt
# olxcleaner
pylint==2.12.2
pylint==2.13.5
# via
# -c requirements/edx/../constraints.txt
# edx-lint
# pylint-celery
# pylint-django
Expand Down Expand Up @@ -1345,12 +1346,11 @@ text-unidecode==1.3
# -r requirements/edx/base.txt
# python-slugify
toml==0.10.2
# via
# pylint
# tox
# via tox
tomli==2.0.1
# via
# coverage
# pylint
# pytest
tox==3.24.5
# via
Expand Down