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

chore(deps): Bump up django to 4.2.16 #520

Merged
merged 1 commit into from
Oct 21, 2024
Merged
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
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ beautifulsoup4==4.11.2
# via wagtail
bleach==4.1.0
# via wagtail-markdown
certifi==2024.7.4
certifi==2024.8.30
# via requests
chardet==5.2.0
# via mbstrdecoder
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
defusedxml==0.7.1
# via willow
dj-database-url==2.2.0
# via -r base.in
django==4.2.15
django==4.2.16
# via
# -r base.in
# dj-database-url
Expand Down Expand Up @@ -55,11 +55,11 @@ filetype==1.2.0
# via willow
html5lib==1.1
# via wagtail
idna==3.7
idna==3.10
# via requests
l18n==2021.3
# via wagtail
markdown==3.6
markdown==3.7
# via wagtail-markdown
mbstrdecoder==1.1.3
# via typepy
Expand All @@ -71,13 +71,13 @@ pillow==10.4.0
# via
# pillow-heif
# wagtail
pillow-heif==0.18.0
pillow-heif==0.20.0
# via willow
psycopg2==2.9.9
psycopg2==2.9.10
# via -r base.in
pymemcache==4.0.0
# via -r base.in
pytz==2024.1
pytz==2024.2
# via
# django-modelcluster
# l18n
Expand All @@ -88,7 +88,7 @@ six==1.16.0
# bleach
# html5lib
# l18n
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sqlparse==0.5.1
# via django
Expand All @@ -102,7 +102,7 @@ typepy==1.3.0
# via typed-environment-configuration
typing-extensions==4.12.2
# via dj-database-url
urllib3==2.2.2
urllib3==2.2.3
# via requests
wagtail==5.2.6
# via
Expand Down
38 changes: 20 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,25 @@ beautifulsoup4==4.11.2
# via
# -c base.txt
# wagtail
build==1.2.1
build==1.2.2.post1
# via pip-tools
certifi==2024.7.4
certifi==2024.8.30
# via
# -c base.txt
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -c base.txt
# requests
click==8.1.7
# via pip-tools
coverage[toml]==7.6.1
# via
# coverage
# pytest-cov
coverage[toml]==7.6.4
# via pytest-cov
defusedxml==0.7.1
# via
# -c base.txt
# willow
django==4.2.15
django==4.2.16
# via
# -c base.txt
# django-filter
Expand Down Expand Up @@ -78,9 +76,9 @@ et-xmlfile==1.1.0
# via
# -c base.txt
# openpyxl
factory-boy==3.3.0
factory-boy==3.3.1
# via wagtail-factories
faker==26.3.0
faker==30.8.0
# via factory-boy
filetype==1.2.0
# via
Expand All @@ -90,7 +88,7 @@ html5lib==1.1
# via
# -c base.txt
# wagtail
idna==3.7
idna==3.10
# via
# -c base.txt
# requests
Expand All @@ -114,29 +112,29 @@ pillow==10.4.0
# -c base.txt
# pillow-heif
# wagtail
pillow-heif==0.18.0
pillow-heif==0.20.0
# via
# -c base.txt
# willow
pip-tools==7.4.1
# via -r dev.in
pluggy==1.5.0
# via pytest
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
pytest-cov==5.0.0
# via -r dev.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r dev.in
python-dateutil==2.9.0.post0
# via faker
pytz==2024.1
pytz==2024.2
# via
# -c base.txt
# django-modelcluster
Expand All @@ -151,7 +149,7 @@ six==1.16.0
# html5lib
# l18n
# python-dateutil
soupsieve==2.5
soupsieve==2.6
# via
# -c base.txt
# beautifulsoup4
Expand All @@ -163,7 +161,11 @@ telepath==0.3.1
# via
# -c base.txt
# wagtail
urllib3==2.2.2
typing-extensions==4.12.2
# via
# -c base.txt
# faker
urllib3==2.2.3
# via
# -c base.txt
# requests
Expand Down
Loading