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

Bump django-silk from 4.4.1 to 5.0.2 [LBC-222] #376

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps django-silk from 4.4.1 to 5.0.2.

Release notes

Sourced from django-silk's releases.

5.0.2

5.0.2 (2022-10-12)

:release-by: Albert Wang (@​albertyw) Full Changelog

Fixes:

  • Multipart forms and RawPostDataException (#592)
  • Decrease unnecessary database hits (#587) (#588)

Features/Enhancements:

  • Remove unneeded pytz package (#603)
  • Use contextlib in test_profile_parser (#590)
  • Add support for storages, that don't implement full filesystem path (#596)

5.0.1

5.0.1 (2022-07-03)

:release-by: Albert Wang (@​albertyw) Full Changelog

Fixes:

  • Add jquery UI 1.13.1 images and fix collectstatic (#576)

5.0.0

5.0.0 (2022-06-20)

:release-by: Albert Wang (@​albertyw) Full Changelog

Features/Enhancements:

  • Drop support for Django 2.2 (EOL) (#567)
  • Added silk_request_garbage_collect command for out-of-band garbage collection. (#541)
Changelog

Sourced from django-silk's changelog.

5.0.2 (2022-10-12)

:release-by: Albert Wang (@​albertyw) Full Changelog

Fixes:

  • Multipart forms and RawPostDataException (#592)
  • Decrease unnecessary database hits (#587) (#588)

Features/Enhancements:

  • Remove unneeded pytz package (#603)
  • Use contextlib in test_profile_parser (#590)
  • Add support for storages, that don't implement full filesystem path (#596)

5.0.1 (2022-07-03)

:release-by: Albert Wang (@​albertyw) Full Changelog

Fixes:

  • Add jquery UI 1.13.1 images and fix collectstatic (#576)

5.0.0 (2022-06-20)

:release-by: Albert Wang (@​albertyw) Full Changelog

Features/Enhancements:

  • Drop support for Django 2.2 (EOL) (#567)
  • Added silk_request_garbage_collect command for out-of-band garbage collection. (#541)
Commits

Dependabot compatibility score

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)

Bumps [django-silk](https://github.com/jazzband/django-silk) from 4.4.1 to 5.0.2.
- [Release notes](https://github.com/jazzband/django-silk/releases)
- [Changelog](https://github.com/jazzband/django-silk/blob/master/CHANGELOG.md)
- [Commits](jazzband/django-silk@4.4.1...5.0.2)

---
updated-dependencies:
- dependency-name: django-silk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 31, 2022
@janbaykara janbaykara changed the title Bump django-silk from 4.4.1 to 5.0.2 Bump django-silk from 4.4.1 to 5.0.2 [LBC-222] Oct 31, 2022
@linear
Copy link

linear bot commented Oct 31, 2022

LBC-222 "Bump django-silk from 4.4.1 to 5.0.2" (commonknowledge/leftbookclub #376)

Bumps django-silk from 4.4.1 to 5.0.2.

Release notes

Sourced from django-silk's releases.

5.0.2

5.0.2 (2022-10-12)

:release-by: Albert Wang (@​albertyw) Full Changelog

Fixes:

  • Multipart forms and RawPostDataException (#592)
  • Decrease unnecessary database hits (#587) (#588)

Features/Enhancements:

  • Remove unneeded pytz package (#603)
  • Use contextlib in test_profile_parser (#590)
  • Add support for storages, that don't implement full filesystem path (#596)

5.0.1

5.0.1 (2022-07-03)

:release-by: Albert Wang (@​albertyw) Full Changelog

Fixes:

  • Add jquery UI 1.13.1 images and fix collectstatic (#576)

5.0.0

5.0.0 (2022-06-20)

:release-by: Albert Wang (@​albertyw) Full Changelog

Features/Enhancements:

  • Drop support for Django 2.2 (EOL) (#567)
  • Added silk_request_garbage_collect command for out-of-band garbage collection. (#541)
Changelog

Sourced from django-silk's changelog.

5.0.2 (2022-10-12)

:release-by: Albert Wang (@​albertyw) Full Changelog

Fixes:

  • Multipart forms and RawPostDataException (#592)
  • Decrease unnecessary database hits (#587) (#588)

Features/Enhancements:

  • Remove unneeded pytz package (#603)
  • Use contextlib in test_profile_parser (#590)
  • Add support for storages, that don't implement full filesystem path (#596)

5.0.1 (2022-07-03)

:release-by: Albert Wang (@​albertyw) Full Changelog

Fixes:

  • Add jquery UI 1.13.1 images and fix collectstatic (#576)

5.0.0 (2022-06-20)

:release-by: Albert Wang (@​albertyw) Full Changelog

Features/Enhancements:

  • Drop support for Django 2.2 (EOL) (#567)
  • Added silk_request_garbage_collect command for out-of-band garbage collection. (#541)
Commits
  • b13b0a9 Release version v5.0.2 (#604)
  • 4934ffe Merge pull request #605 from jazzband/pre-commit-ci-update-config
  • d46a5d6 \[[pre-commit.ci](http://pre-commit.ci)\] pre-commit autoupdate
  • 7ba0a55 Remove unneeded pytz package (#603)
  • b15da76 Multipart forms and RawPostDataException (#592)
  • e2cf24f Use contextlib in test_profile_parser (#590)
  • dcbc6e0 \[[pre-commit.ci](http://pre-commit.ci)\] pre-commit autoupdate (#602)
  • 4ef1159 Decrease unnecessary database hits (#587) (#588)
  • 66150c6 \[[pre-commit.ci](http://pre-commit.ci)\] pre-commit autoupdate (#599)
  • 21b3eef Add support for storages, that don't implement full filesystem path (#596)
  • 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)

commonknowledge/leftbookclub #376 by @dependabot[bot] on GitHub

via LinearSync

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2023

Superseded by #448.

@dependabot dependabot bot closed this Jan 23, 2023
@dependabot dependabot bot deleted the dependabot/pip/django-silk-5.0.2 branch January 23, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants