Skip to content

Commit

Permalink
fix: remove edx-lint constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Mar 21, 2024
1 parent b962296 commit 5d197af
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ django<4.3

path==13.1.0

# pinning because latest version of pylint is causing lot of failures
edx-lint<=1.5.2

# latest version causing issues in discovery.
algoliasearch-django<4.0.0
algoliasearch<2.0.0
Expand Down
35 changes: 19 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ asgiref==3.8.0
# via
# -r requirements/test.txt
# django
astroid==2.3.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -102,7 +102,7 @@ click-didyoumean==0.3.0
# via
# -r requirements/test.txt
# celery
click-log==0.3.2
click-log==0.4.0
# via edx-lint
click-plugins==1.1.1
# via
Expand All @@ -113,7 +113,9 @@ click-repl==0.3.0
# -r requirements/test.txt
# celery
code-annotations==1.7.0
# via -r requirements/test.txt
# via
# -r requirements/test.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
Expand All @@ -126,6 +128,8 @@ ddt==1.7.2
# via -r requirements/test.txt
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.8
# via pylint
distlib==0.3.8
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -178,10 +182,8 @@ edx-django-utils==5.11.0
# openedx-events
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==1.5.2
# via
# -c requirements/constraints.txt
# -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/dev.in
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -234,7 +236,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==4.3.21
isort==5.13.2
# via
# -r requirements/dev.in
# pylint
Expand All @@ -252,15 +254,13 @@ kombu==5.3.5
# via
# -r requirements/test.txt
# celery
lazy-object-proxy==1.4.3
# via astroid
lxml==5.1.0
# via edx-i18n-tools
markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
mccabe==0.6.1
mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -294,6 +294,7 @@ pip-tools==7.4.1
platformdirs==4.2.0
# via
# -r requirements/ci.txt
# pylint
# tox
# virtualenv
pluggy==1.4.0
Expand Down Expand Up @@ -335,15 +336,15 @@ pyjwt==2.8.0
# via
# -r requirements/test.txt
# edx-rest-api-client
pylint==2.4.4
pylint==3.1.0
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.0.11
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -411,7 +412,6 @@ s3transfer==0.10.1
six==1.16.0
# via
# -r requirements/test.txt
# astroid
# edx-lint
# python-dateutil
slumber==0.7.1
Expand Down Expand Up @@ -454,10 +454,13 @@ tomli==2.0.1
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
# via pylint
tox==4.14.1
# via -r requirements/ci.txt
tqdm==4.66.2
Expand All @@ -470,12 +473,14 @@ typing-extensions==4.10.0
# annotated-types
# anyio
# asgiref
# astroid
# edx-opaque-keys
# faker
# kombu
# openai
# pydantic
# pydantic-core
# pylint
tzdata==2024.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -505,8 +510,6 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.11.2
# via astroid
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
Expand Down

0 comments on commit 5d197af

Please sign in to comment.