Skip to content

Commit

Permalink
chore: pin edx-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz committed Aug 30, 2024
1 parent fcecc73 commit f9c1ada
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 23 deletions.
7 changes: 6 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ backports.zoneinfo;python_version<"3.9"

# Python 3.8 is not supported by newer versions of docutils. Remove this pin once
# python 3.8 is deprecated
docutils==0.20.1
docutils==0.20.1

# 5.4.0 is breaking for Python 3.8 and 3.11 CI checks with error
# importlib.resources' has no attribute 'files'
# To be unpinned once edx-val moves to Python 3.12
edx-lint==5.3.7
16 changes: 5 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ coverage[toml]==7.6.1
coveralls==4.0.1
# via -r requirements/ci.in
cryptography==43.0.0
# via
# pyjwt
# secretstorage
# via pyjwt
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.1.1
Expand Down Expand Up @@ -118,8 +116,10 @@ edx-django-utils==5.15.0
# edx-toggles
edx-drf-extensions==10.3.0
# via -r requirements/base.in
edx-lint==5.4.0
# via -r requirements/quality.in
edx-lint==5.3.7
# via
# -c requirements/constraints.txt
# -r requirements/quality.in
edx-opaque-keys==2.10.0
# via edx-drf-extensions
edx-toggles==5.2.0
Expand Down Expand Up @@ -155,10 +155,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# code-annotations
Expand Down Expand Up @@ -288,8 +284,6 @@ rfc3986==2.0.0
# via twine
rich==13.8.0
# via twine
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
Expand Down
16 changes: 5 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ coverage[toml]==7.6.1
# -r requirements/test.in
# pytest-cov
cryptography==43.0.0
# via
# pyjwt
# secretstorage
# via pyjwt
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
Expand Down Expand Up @@ -102,8 +100,10 @@ edx-django-utils==5.15.0
# edx-toggles
edx-drf-extensions==10.3.0
# via -r requirements/base.in
edx-lint==5.4.0
# via -r requirements/quality.in
edx-lint==5.3.7
# via
# -c requirements/constraints.txt
# -r requirements/quality.in
edx-opaque-keys==2.10.0
# via edx-drf-extensions
edx-toggles==5.2.0
Expand Down Expand Up @@ -135,10 +135,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via code-annotations
keyring==25.3.0
Expand Down Expand Up @@ -253,8 +249,6 @@ rfc3986==2.0.0
# via twine
rich==13.8.0
# via twine
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
Expand Down

0 comments on commit f9c1ada

Please sign in to comment.