Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump django from 1.11 to 3.2.24 in /requirements #185

Closed
wants to merge 1 commit into from
Closed
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
15 changes: 12 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
#
# pip-compile --output-file requirements/base.txt requirements/base.in
#
django==1.11
pytz==2017.2 # via django
six==1.10.0
asgiref==3.7.2
# via django
django==3.2.24
# via
# -c common_constraints.txt
# -r base.in
pytz==2017.2
# via django
sqlparse==0.4.4
# via django
typing-extensions==4.9.0
# via asgiref
35 changes: 8 additions & 27 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ astroid==3.0.3
# via
# pylint
# pylint-celery
build==1.0.3
# via -r requirements/quality.in
cachetools==5.3.2
# via tox
certifi==2024.2.2
Expand All @@ -38,24 +36,21 @@ colorama==0.4.6
cryptography==42.0.2
# via secretstorage
diff-cover==8.0.3
# via -r requirements/dev.in
# via -r dev.in
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# -c common_constraints.txt
# edx-i18n-tools
docutils==0.20.1
# via readme-renderer
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
# via -r dev.in
edx-lint==5.3.6
# via
# -r requirements/dev.in
# -r requirements/quality.in
# via -r dev.in
filelock==3.13.1
# via
# tox
Expand All @@ -64,15 +59,12 @@ idna==3.6
# via requests
importlib-metadata==7.0.1
# via
# build
# keyring
# twine
importlib-resources==6.1.1
# via keyring
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
# via pylint
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
Expand Down Expand Up @@ -101,7 +93,6 @@ nh3==0.2.15
# via readme-renderer
packaging==23.2
# via
# build
# pyproject-api
# tox
path==16.10.0
Expand All @@ -121,12 +112,8 @@ pluggy==1.4.0
# tox
polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydocstyle==1.1.1
# via -r requirements/quality.in
pygments==2.17.2
# via
# diff-cover
Expand All @@ -148,8 +135,6 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
python-slugify==8.0.3
# via code-annotations
pytz==2024.1
Expand Down Expand Up @@ -182,19 +167,15 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# build
# pylint
# pyproject-api
# pyproject-hooks
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.1
# via -r requirements/dev.in
# via -r dev.in
twine==4.0.2
# via
# -r requirements/dev.in
# -r requirements/quality.in
# via -r dev.in
typing-extensions==4.9.0
# via
# asgiref
Expand All @@ -208,7 +189,7 @@ urllib3==2.2.0
virtualenv==20.25.0
# via tox
wheel==0.42.0
# via -r requirements/dev.in
# via -r dev.in
zipp==3.17.0
# via
# importlib-metadata
Expand Down
Loading