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

chore(deps): bump django-structlog from 7.1.0 to 8.1.0 in /backend #921

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps django-structlog from 7.1.0 to 8.1.0.

Changelog

Sourced from django-structlog's changelog.

8.1.0 (May 24, 2024)

New: - Add a :ref:setting <settings> DJANGO_STRUCTLOG_USER_ID_FIELD = 'pk' to customize what user field to use as user_id in the logs. [#546](https://github.com/jrobichaud/django-structlog/issues/546) <https://github.com/jrobichaud/django-structlog/pull/546>_ and [#545](https://github.com/jrobichaud/django-structlog/issues/545) <https://github.com/jrobichaud/django-structlog/issues/545>. Special thanks to @sshishov <https://github.com/ sshishov>.

Changes: - Drop support of python 3.7 - Drop support of django 3.2, and 4.1

8.0.0 (March 13, 2024)

See: :ref:upgrade_8.0

New: - add log_kwargs to :class:django_structlog.signals.bind_extra_request_metadata, :class:django_structlog.signals.bind_extra_request_finished_metadata, and :class:django_structlog.signals.bind_extra_request_failed_metadata. See [#484](https://github.com/jrobichaud/django-structlog/issues/484) <https://github.com/jrobichaud/django-structlog/issues/484>. Special thanks to @shtoltz <https://github.com/shtoltz>.

Commits
  • 4b757b8 bump
  • ff059c6 Merge pull request #546 from jrobichaud/custom-user-id
  • 0b36499 Merge pull request #549 from jrobichaud/dependabot/pip/requirements/pytest-8.2.1
  • c0c2bf2 Merge pull request #548 from jrobichaud/dependabot/pip/requirements/pytest-as...
  • d6963c0 Merge pull request #547 from jrobichaud/dependabot/pip/requirements/django-al...
  • 21379a4 chore(deps): bump pytest from 8.2.0 to 8.2.1 in /requirements
  • 627d875 chore(deps): bump pytest-asyncio from 0.23.6 to 0.23.7 in /requirements
  • 1f87ebc chore(deps): bump django-allauth from 0.62.1 to 0.63.1 in /requirements
  • 55a92e8 Allow custom user id field
  • d269fe8 Merge pull request #544 from jrobichaud/drop-django-before-42
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested a review from a team as a code owner June 1, 2024 08:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2024
@guilhem-barthes
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/backend/django-structlog-8.1.0 branch 2 times, most recently from 01f27c5 to 829ab62 Compare June 14, 2024 10:51
@guilhem-barthes
Copy link
Contributor

/e2e

@Owlfred
Copy link

Owlfred commented Jun 14, 2024

End to end tests: ❌ FAILURE

Jobs status:

“Houston, we have a problem.” ― Jim Lovell, Apollo 13

@guilhem-barthes
Copy link
Contributor

/e2e

@Owlfred
Copy link

Owlfred commented Jun 14, 2024

End to end tests: ❌ FAILURE

Jobs status:

What a surprise... 🙄

@dependabot dependabot bot force-pushed the dependabot/pip/backend/django-structlog-8.1.0 branch from 829ab62 to 05b4d59 Compare June 14, 2024 15:26
@guilhem-barthes
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 14, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@guilhem-barthes
Copy link
Contributor

/e2e

@Owlfred
Copy link

Owlfred commented Jun 14, 2024

End to end tests: ✔️ SUCCESS

That was easy.

Bumps [django-structlog](https://github.com/jrobichaud/django-structlog) from 7.1.0 to 8.1.0.
- [Changelog](https://github.com/jrobichaud/django-structlog/blob/main/docs/changelog.rst)
- [Commits](jrobichaud/django-structlog@7.1.0...8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/backend/django-structlog-8.1.0 branch from 05b4d59 to 2eb9cc2 Compare June 14, 2024 15:33
@guilhem-barthes guilhem-barthes enabled auto-merge (squash) June 14, 2024 16:12
@guilhem-barthes guilhem-barthes merged commit 8facd1c into main Jun 14, 2024
7 checks passed
@guilhem-barthes guilhem-barthes deleted the dependabot/pip/backend/django-structlog-8.1.0 branch June 14, 2024 16:12
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.

2 participants