Skip to content

Commit

Permalink
feat: adding python3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Feb 27, 2024
1 parent 8d45d70 commit 008e535
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 15 deletions.
8 changes: 5 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
#
asgiref==3.7.2
# via django
django==3.2.24
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# django-model-utils
# djangorestframework
Expand All @@ -22,7 +25,6 @@ jsonfield==3.1.0
pytz==2024.1
# via
# -r requirements/base.in
# django
# djangorestframework
sqlparse==0.4.4
# via django
Expand Down
2 changes: 1 addition & 1 deletion 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
# -r requirements/tox.txt
# tox
Expand Down
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
13 changes: 9 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ babel==2.14.0
# -r requirements/test.txt
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# -r requirements/docs.txt
# -r requirements/test.txt
# django
beautifulsoup4==4.12.3
# via
# -r requirements/docs.txt
Expand Down Expand Up @@ -70,9 +77,8 @@ dill==0.3.8
# via
# -r requirements/test.txt
# pylint
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -236,7 +242,6 @@ pytz==2024.1
# -r requirements/docs.txt
# -r requirements/test.txt
# babel
# django
# djangorestframework
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -329,7 +334,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
Expand Down
9 changes: 6 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
django==3.2.24
django==4.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# django-model-utils
# djangorestframework
Expand Down Expand Up @@ -66,7 +70,6 @@ pytz==2024.1
# via
# -r requirements/base.txt
# babel
# django
# djangorestframework
requests==2.31.0
# via sphinx
Expand Down
10 changes: 7 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ babel==2.14.0
# -r requirements/docs.txt
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# -r requirements/docs.txt
# django
beautifulsoup4==4.12.3
# via
# -r requirements/docs.txt
Expand Down Expand Up @@ -54,7 +60,6 @@ ddt==1.7.2
dill==0.3.8
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# -r requirements/docs.txt
# django-model-utils
Expand Down Expand Up @@ -179,7 +184,6 @@ pytz==2024.1
# -r requirements/base.txt
# -r requirements/docs.txt
# babel
# django
# djangorestframework
pyyaml==6.0.1
# via code-annotations
Expand Down Expand Up @@ -249,7 +253,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.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

0 comments on commit 008e535

Please sign in to comment.