Skip to content

Commit

Permalink
chore: update Django constraint to match latest LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Feb 27, 2024
1 parent 08db0e3 commit fbe3031
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion edx_lint/files/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


# using LTS django version
Django<4.0
Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -33,7 +33,7 @@ pbr==6.0.0
# via stevedore
platformdirs==4.2.0
# via pylint
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/base.in
# pylint-celery
Expand All @@ -53,15 +53,15 @@ pyyaml==6.0.1
# via code-annotations
six==1.16.0
# via -r requirements/base.in
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# astroid
# pylint
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -63,7 +63,7 @@ pluggy==1.4.0
# via tox
py==1.11.0
# via tox
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/base.txt
# pylint-celery
Expand All @@ -90,7 +90,7 @@ six==1.16.0
# via
# -r requirements/base.txt
# tox
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -104,7 +104,7 @@ tomli==2.0.1
# pylint
# pyproject-api
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/base.txt
# pylint
Expand All @@ -114,10 +114,10 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/dev.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# astroid
# pylint
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
#
asgiref==3.7.2
# via django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/dev.txt
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via django
click==8.1.7
# via
# -r requirements/dev.txt
Expand All @@ -22,7 +24,7 @@ code-annotations==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
coverage==7.4.1
coverage==7.4.3
# via -r requirements/test.in
dill==0.3.8
# via
Expand All @@ -32,7 +34,7 @@ distlib==0.3.8
# via
# -r requirements/dev.txt
# virtualenv
django==3.2.24
django==4.2.10
# via
# -c requirements/../edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand Down Expand Up @@ -84,7 +86,7 @@ py==1.11.0
# via
# -r requirements/dev.txt
# tox
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/dev.txt
# pylint-celery
Expand All @@ -99,14 +101,12 @@ pylint-plugin-utils==0.8.2
# -r requirements/dev.txt
# pylint-celery
# pylint-django
pytest==8.0.1
pytest==8.0.2
# via -r requirements/test.in
python-slugify==8.0.4
# via
# -r requirements/dev.txt
# code-annotations
pytz==2024.1
# via django
pyyaml==6.0.1
# via
# -r requirements/dev.txt
Expand All @@ -117,7 +117,7 @@ six==1.16.0
# tox
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/dev.txt
# code-annotations
Expand All @@ -131,7 +131,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/dev.txt
# pylint
Expand All @@ -141,13 +141,13 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/dev.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/dev.txt
# asgiref
# astroid
# pylint
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/dev.txt
# tox

0 comments on commit fbe3031

Please sign in to comment.