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

build(deps): bump django-generic-api-permissions from 0.2.0 to 0.4.5 #731

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps django-generic-api-permissions from 0.2.0 to 0.4.5.

Release notes

Sourced from django-generic-api-permissions's releases.

v0.4.5 (2024-04-17)

Chore

  • chore: fix maintenance docs (#39) (9947377)

  • chore: add CONTRIBUTING.md, allow running pytest directly in dev (#50)

Co-authored-by: Fabio Ambauen <1833932+open-dynaMIX@users.noreply.github.com> (4fd4a34)

  • chore(deps): bump django from 4.2.9 to 4.2.11

Bumps django from 4.2.9 to 4.2.11.


updated-dependencies:

  • dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (a6b445d)

  • chore(deps-dev): bump ruff from 0.2.2 to 0.3.5

Bumps ruff from 0.2.2 to 0.3.5.


updated-dependencies:

  • dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (42d7930)

Fix

  • fix: don&#39;t check permissions for GET requests (#51)

Permissions should only deal with POST/PATCH/DELETE - GET requests should be entirely governed by the visibility layer. (774f259)

v0.4.4 (2024-03-20)

Fix

... (truncated)

Changelog

Sourced from django-generic-api-permissions's changelog.

v0.4.5 (2024-04-17)

Chore

  • chore: fix maintenance docs (#39) (9947377)

  • chore: add CONTRIBUTING.md, allow running pytest directly in dev (#50)

Co-authored-by: Fabio Ambauen <1833932+open-dynaMIX@users.noreply.github.com> (4fd4a34)

  • chore(deps): bump django from 4.2.9 to 4.2.11

Bumps django from 4.2.9 to 4.2.11.


updated-dependencies:

  • dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (a6b445d)

  • chore(deps-dev): bump ruff from 0.2.2 to 0.3.5

Bumps ruff from 0.2.2 to 0.3.5.


updated-dependencies:

  • dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (42d7930)

Fix

  • fix: don&#39;t check permissions for GET requests (#51)

Permissions should only deal with POST/PATCH/DELETE - GET requests should be entirely governed by the visibility layer. (774f259)

v0.4.4 (2024-03-20)

... (truncated)

Commits
  • dc7e8e5 chore(release): 0.4.5
  • 9947377 chore: fix maintenance docs (#39)
  • 4fd4a34 chore: add CONTRIBUTING.md, allow running pytest directly in dev (#50)
  • 774f259 fix: don't check permissions for GET requests (#51)
  • a6b445d chore(deps): bump django from 4.2.9 to 4.2.11
  • 42d7930 chore(deps-dev): bump ruff from 0.2.2 to 0.3.5
  • d765283 chore(release): 0.4.4
  • 9f6ed09 fix: add fallback for queryset of read_only related fields (#38)
  • f9a4687 chore(release): 0.4.3
  • f4dae3e fix(validation): fix initialization of validator classes (#37)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

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

Bumps [django-generic-api-permissions](https://github.com/adfinis/django-generic-api-permissions) from 0.2.0 to 0.4.5.
- [Release notes](https://github.com/adfinis/django-generic-api-permissions/releases)
- [Changelog](https://github.com/adfinis/django-generic-api-permissions/blob/main/CHANGELOG.md)
- [Commits](adfinis/django-generic-api-permissions@v0.2.0...v0.4.5)

---
updated-dependencies:
- dependency-name: django-generic-api-permissions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 19, 2024
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