Skip to content

Commit

Permalink
build(deps): bump django from 3.2.24 to 3.2.25 in /requirements
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 3.2.24 to 3.2.25.
- [Commits](django/django@3.2.24...3.2.25)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 272f899 commit be5247b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 31 deletions.
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.25
# via
# -c common_constraints.txt
# -r base.in
pytz==2017.2
# via django
sqlparse==0.4.4
# via django
typing-extensions==4.10.0
# via asgiref
37 changes: 9 additions & 28 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
build==1.0.3
# via -r requirements/quality.in
cachetools==5.3.3
# via tox
certifi==2024.2.2
Expand All @@ -38,24 +36,21 @@ colorama==0.4.6
cryptography==42.0.5
# 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
django==3.2.25
# 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.2
# via keyring
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
# via pylint
jaraco-classes==3.3.1
# 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.4
# 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.4
# via pylint
tox==4.13.0
# via -r requirements/dev.in
# via -r dev.in
twine==5.0.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
# via -r dev.in
typing-extensions==4.10.0
# via
# asgiref
Expand All @@ -208,7 +189,7 @@ urllib3==2.2.1
virtualenv==20.25.1
# via tox
wheel==0.42.0
# via -r requirements/dev.in
# via -r dev.in
zipp==3.17.0
# via
# importlib-metadata
Expand Down

0 comments on commit be5247b

Please sign in to comment.