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-structlog from 8.0.0 to 8.1.0 #192

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps django-structlog from 8.0.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

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

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @michaeljcollinsuk.


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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-structlog-8.1.0 branch from 89860fd to b18c189 Compare July 10, 2024 12:01
@dependabot dependabot bot requested a review from a team as a code owner July 10, 2024 12:01
Copy link
Contributor

@michaeljcollinsuk michaeljcollinsuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-structlog-8.1.0 branch from b18c189 to 7d09ca3 Compare August 23, 2024 11:26
Copy link
Contributor

@michaeljcollinsuk michaeljcollinsuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit b7134c0 into main Aug 23, 2024
17 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-structlog-8.1.0 branch August 23, 2024 11:28
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.

1 participant