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 4.2.17 to 4.2.18 #227

Merged
merged 1 commit into from
Jan 14, 2025
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
12 changes: 3 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contextlib2==0.6.0.post1
# via schema
defusedxml==0.7.1
# via odfpy
django==4.2.17
django==4.2.18
# via
# -r requirements.in
# django-bootstrap3
Expand All @@ -47,7 +47,7 @@ flattentool==0.26.0
# -r requirements.in
# libcove
# libcoveweb
gunicorn==23.0.0
gunicorn[setproctitle]==23.0.0
# via -r requirements.in
idna==3.7
# via requests
Expand All @@ -72,7 +72,7 @@ libcove==0.32.1
# -r requirements.in
# libcoveocds
# libcoveweb
libcoveocds==0.16.4
libcoveocds[perf,web]==0.16.4
# via -r requirements.in
libcoveweb==0.31.1
# via -r requirements.in
Expand Down Expand Up @@ -137,12 +137,6 @@ sentry-sdk==2.8.0
# via -r requirements.in
setproctitle==1.3.3
# via gunicorn
setuptools==75.6.0
# via
# zc-lockfile
# zc-zlibstorage
# zodbpickle
# zope-interface
six==1.16.0
# via
# bleach
Expand Down
28 changes: 15 additions & 13 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ backports-datetime-fromisoformat==1.0.0
# -r requirements.txt
# flattentool
bleach==6.0.0
# via -r requirements.txt
# via
# -r requirements.txt
# libcoveocds
btrees==4.8.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -58,10 +60,11 @@ defusedxml==0.7.1
# via
# -r requirements.txt
# odfpy
django==4.2.17
django==4.2.18
# via
# -r requirements.txt
# django-bootstrap3
# libcoveocds
# libcoveweb
django-bootstrap3==24.2
# via
Expand All @@ -79,7 +82,7 @@ flattentool==0.26.0
# -r requirements_dev.in
# libcove
# libcoveweb
gunicorn==23.0.0
gunicorn[setproctitle]==23.0.0
# via -r requirements.txt
h11==0.14.0
# via wsproto
Expand Down Expand Up @@ -121,7 +124,7 @@ libcove==0.32.1
# -r requirements.txt
# libcoveocds
# libcoveweb
libcoveocds==0.16.4
libcoveocds[perf,web]==0.16.4
# via -r requirements.txt
libcoveweb==0.31.1
# via -r requirements.txt
Expand All @@ -132,7 +135,9 @@ lxml==4.9.1
# -r requirements.txt
# flattentool
markdown-it-py==2.2.0
# via -r requirements.txt
# via
# -r requirements.txt
# libcoveocds
markupsafe==2.1.2
# via
# -r requirements.txt
Expand All @@ -154,7 +159,9 @@ openpyxl==3.0.7
# -r requirements.txt
# flattentool
orjson==3.9.15
# via -r requirements.txt
# via
# -r requirements.txt
# libcoveocds
outcome==1.2.0
# via trio
packaging==24.1
Expand Down Expand Up @@ -235,14 +242,9 @@ selenium==4.11.2
sentry-sdk==2.8.0
# via -r requirements.txt
setproctitle==1.3.3
# via -r requirements.txt
setuptools==75.6.0
# via
# -r requirements.txt
# zc-lockfile
# zc-zlibstorage
# zodbpickle
# zope-interface
# gunicorn
six==1.16.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -275,7 +277,7 @@ url-normalize==1.4.3
# via
# -r requirements.txt
# requests-cache
urllib3==2.2.2
urllib3[socks]==2.2.2
# via
# -r requirements.txt
# requests
Expand Down
Loading