Closed dependabot[bot] closed 1 year ago
--- piplist.old 2023-03-07 07:18:23
+++ piplist.new 2023-03-07 07:09:24
@@ -9 +9 @@
-Django 3.2.17
+Django 3.2.18
@@ -16 +16 @@
-django-ordered-model 3.6
+django-ordered-model 3.7.1
@@ -20 +20 @@
-Faker 16.6.1
+Faker 17.6.0
@@ -34 +34 @@
-platformdirs 3.0.0
+platformdirs 3.1.0
@@ -42 +42 @@
-setuptools 67.1.0
+setuptools 67.5.1
@@ -46 +46 @@
-typing_extensions 4.4.0
+typing_extensions 4.5.0
@@ -50 +50 @@
-whitenoise 6.3.0
+whitenoise 6.4.0
https://github.com/creativecommons/legaldb/commit/220dc4f8e1ccf85df29118e1e19bf49f5b477b57
Per deploy_to_heroku.md
:
git push heroku main
Enumerating objects: 30, done.
Counting objects: 100% (30/30), done.
Delta compression using up to 10 threads
Compressing objects: 100% (22/22), done.
Writing objects: 100% (22/22), 6.77 KiB | 6.77 MiB/s, done.
Total 22 (delta 14), reused 0 (delta 0), pack-reused 0
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-22 stack
remote: -----> Using buildpack: heroku/python
remote: -----> Python app detected
remote: -----> Using Python version specified in Pipfile.lock
remote: -----> Python version has changed from python-3.10.9 to python-3.10.10, clearing cache
remote: -----> Installing python-3.10.10
remote: -----> Installing pip 23.0.1, setuptools 63.4.3 and wheel 0.38.4
remote: -----> Installing dependencies with Pipenv 2023.2.18
remote: Installing dependencies from Pipfile.lock (b26e88)...
remote: -----> Installing SQLite3
remote: -----> $ python manage.py collectstatic --noinput
remote: 397 static files copied to '/tmp/build_2f9d7f06/staticfiles', 705 post-processed.
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> release, web
remote:
remote: -----> Compressing...
remote: Done: 57.9M
remote: -----> Launching...
remote: ! Release command declared: this new release will not be available until the command succeeds.
remote: Released v39
remote: https://fast-eyrie-10628.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
remote: Running release command...
remote:
remote: Operations to perform:
remote: Apply all migrations: admin, auth, contenttypes, legal_db, sessions, taggit
remote: Running migrations:
remote: No migrations to apply.
remote: Waiting for release.... done.
To https://git.heroku.com/fast-eyrie-10628.git
f949f5c..220dc4f main -> main
Bumps django from 3.2.17 to 3.2.18.
Commits
722e9f8
[3.2.x] Bumped version for 3.2.18 release.a665ed5
[3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.932b5bd
[3.2.x] Added stub release notes for 3.2.18.c35a578
[3.2.x] Added CVE-2023-23969 to security archive.9bd8db3
[3.2.x] Post-release version bump.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/creativecommons/legaldb/network/alerts).