chronhq / backend

Backend for database. Python, Django, PostGIS
https://maps.chron.ist/
GNU General Public License v3.0
6 stars 1 forks source link

Update django-silk requirement from ~=3.0.4 to ~=4.0.0 in /config #201

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on django-silk to permit the latest version.

Release notes

Sourced from django-silk's releases.

4.0.0

New features/Implemented enhancements:

Fixed bugs:

Closed issues:

  • Ability to clean up all requests/queries #365
  • Use bulk_create to save number of queries #369
  • Headers are not sanitized #375
  • Django 3 support #382
  • Support functional cProfile enable #390

Merged pull requests:

Changelog

Sourced from django-silk's changelog.

4.0.0 (2020-01-09)

Full Changelog

New features/Implemented enhancements:

Fixed bugs:

Closed issues:

  • Ability to clean up all requests/queries #365
  • Use bulk_create to save number of queries #369
  • Headers are not sanitized #375
  • Django 3 support #382
  • Support functional cProfile enable #390

Merged pull requests:

3.0.4 (2019-08-12)

Full Changelog

Implemented enhancements:

  • templates: limit select width to its container one #351 (xrmx)
  • Clean up RemovedInDjango30Warning with {% load staticfiles %} #353 (devmonkey22)
  • Simplify pattern masking and handle dicts #355 (Chris7)

Fixed bugs:

  • Fix masking sensitive data in batch JSON request #342 (nikolaik)
... (truncated)
Commits
  • d066597 Added min python version to 3.5
  • 188f013 Updated release notes for versiob 4.0.0
  • 61f2575 Fix Markdown.
  • a5bf672 Merge pull request #391 from tredzko/cprofile-function
  • ce6f6e7 Add function support for enabling profiling
  • ddf40a0 Merge pull request #388 from jazzband/release-4-0-0
  • 311e803 Updated version to 4.0.0
  • 65bbc62 Added release 4.0.0 changelog
  • 3d28494 Merge pull request #386 from jazzband/python-3_8
  • 5ba578e Updated test project requirements
  • Additional commits viewable in compare view


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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
quorth0n commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded