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): update django-pgtrigger requirement from ~=4.11.0 to ~=4.11.1 in /api #908

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

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

Changelog

Sourced from django-pgtrigger's changelog.

4.11.1 (2024-04-06)

Trivial

  • Fix ReadTheDocs builds. [Wesley Kendall, 9c7f377]

4.11.0 (2023-11-26)

Feature

  • Django 5.0 compatibility [Wesley Kendall, 2e1366e]

    Support and test against Django 5 with psycopg2 and psycopg3.

4.10.1 (2023-11-26)

Trivial

  • Change docs so that deferred (AFTER) triggers return NULL [Peter Thomassen, 59be2e9]
  • Fix typo in cookbook (exclude instead of filter) [Peter Thomassen, 3714c08]
  • Fix typo in docs model protection example [Peter Thomassen, 00b86af]
  • Do additional error checking for arguments supplied to FSM trigger. [Wesley Kendall, e203834]

4.10.0 (2023-11-23)

Bug

  • Fix issues updating triggers in non-atomic migrations [Artem Streltsov, 888c4cf]

    Fields of trigger conditions can now have their types updated in non-atomic migrations.

4.9.0 (2023-10-16)

Feature

  • Utilities to build trigger conditions based on field changes. [Wesley Kendall, 1471a35]

    The following utility classes have been added to help trigger authors construct trigger conditions based on changes to underlying fields:

    • pgtrigger.AnyChange: If any supplied fields change, trigger the condition.
    • pgtrigger.AnyDontChange: If any supplied fields don't change, trigger the condition.
    • pgtrigger.AllChange: If all supplied fields change, trigger the condition.
    • pgtrigger.AllDontChange: If all supplied fields don't change, trigger the condition.

    A section in the docs was added for more examples on their use.

4.8.0 (2023-10-09)

Bug

... (truncated)

Commits

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)

Updates the requirements on [django-pgtrigger](https://github.com/Opus10/django-pgtrigger) to permit the latest version.
- [Changelog](https://github.com/Opus10/django-pgtrigger/blob/master/CHANGELOG.md)
- [Commits](Opus10/django-pgtrigger@4.11.0...4.11.1)

---
updated-dependencies:
- dependency-name: django-pgtrigger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2024

Looks like django-pgtrigger is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/api/django-pgtrigger-approx-eq-4.11.1 branch April 13, 2024 16:18
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.

0 participants