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.15 to 4.2.16 #184

Merged
merged 1 commit into from
Oct 8, 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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cycler==0.10.0
# via matplotlib
dj-database-url==2.0.0
# via -r requirements.in
django==4.2.15
django==4.2.16
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -51,7 +51,7 @@ google-auth-httplib2==0.2.0
# via google-api-python-client
googleapis-common-protos==1.65.0
# via google-api-core
gunicorn==22.0.0
gunicorn[setproctitle]==22.0.0
# via -r requirements.in
httplib2==0.22.0
# via
Expand Down Expand Up @@ -148,5 +148,5 @@ urllib3==2.2.2
# via
# requests
# sentry-sdk
yapw==0.1.4
yapw[perf]==0.1.4
# via -r requirements.in
14 changes: 9 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cycler==0.10.0
# matplotlib
dj-database-url==2.0.0
# via -r requirements.txt
django==4.2.15
django==4.2.16
# via
# -r requirements.txt
# dj-database-url
Expand Down Expand Up @@ -73,7 +73,7 @@ googleapis-common-protos==1.65.0
# via
# -r requirements.txt
# google-api-core
gunicorn==22.0.0
gunicorn[setproctitle]==22.0.0
# via -r requirements.txt
httplib2==0.22.0
# via
Expand Down Expand Up @@ -112,7 +112,9 @@ numpy==1.25.0
# contourpy
# matplotlib
orjson==3.9.15
# via -r requirements.txt
# via
# -r requirements.txt
# yapw
packaging==23.1
# via
# -r requirements.txt
Expand Down Expand Up @@ -183,7 +185,9 @@ rsa==4.7.2
sentry-sdk==2.8.0
# via -r requirements.txt
setproctitle==1.2.2
# via -r requirements.txt
# via
# -r requirements.txt
# gunicorn
shortuuid==1.0.1
# via -r requirements.txt
simplejson==3.16.0
Expand Down Expand Up @@ -211,5 +215,5 @@ urllib3==2.2.2
# -r requirements.txt
# requests
# sentry-sdk
yapw==0.1.4
yapw[perf]==0.1.4
# via -r requirements.txt
Loading