Skip to content

Commit

Permalink
Bump strawberry-graphql from 0.242.0 to 0.243.0 (#6)
Browse files Browse the repository at this point in the history
Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.242.0 to 0.243.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/strawberry-graphql/strawberry/releases">strawberry-graphql's releases</a>.</em></p>
<blockquote>
<h2>🍓 0.243.0</h2>
<p>Starting with this release, multipart uploads are disabled by default and Strawberry Django view is no longer implicitly exempted from Django's CSRF protection.
Both changes relieve users from implicit security implications inherited from the GraphQL multipart request specification which was enabled in Strawberry by default.</p>
<p>These are breaking changes if you are using multipart uploads OR the Strawberry Django view.
Migrations guides including further information are available on the Strawberry website.</p>
<p>Releases contributed by <a href="https://github.com/DoctorJohn"><code>@​DoctorJohn</code></a> via <a href="https://redirect.github.com/strawberry-graphql/strawberry/issues/3645">#3645</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md">strawberry-graphql's changelog</a>.</em></p>
<blockquote>
<h2>0.243.0 - 2024-09-25</h2>
<p>Starting with this release, multipart uploads are disabled by default and Strawberry Django view is no longer implicitly exempted from Django's CSRF protection.
Both changes relieve users from implicit security implications inherited from the GraphQL multipart request specification which was enabled in Strawberry by default.</p>
<p>These are breaking changes if you are using multipart uploads OR the Strawberry Django view.
Migrations guides including further information are available on the Strawberry website.</p>
<p>Contributed by <a href="https://github.com/DoctorJohn">Jonathan Ehwald</a> via [PR <a href="https://redirect.github.com/strawberry-graphql/strawberry/issues/3645">#3645</a>](<a href="https://redirect.github.com/strawberry-graphql/strawberry/pull/3645/">strawberry-graphql/strawberry#3645</a>)</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/strawberry-graphql/strawberry/commit/2f210673ee9e2b64128ce9eb47569aa644a61b96"><code>2f21067</code></a> Release 🍓 0.243.0</li>
<li><a href="https://github.com/strawberry-graphql/strawberry/commit/37265b230e511480a9ceace492f9f6a484be1387"><code>37265b2</code></a> Disable multipart uploads by default (<a href="https://redirect.github.com/strawberry-graphql/strawberry/issues/3645">#3645</a>)</li>
<li><a href="https://github.com/strawberry-graphql/strawberry/commit/18f0f5d61478bf956b3123cba84b70a6e3f88d3e"><code>18f0f5d</code></a> Fix missing return annotation in get_customer docs (<a href="https://redirect.github.com/strawberry-graphql/strawberry/issues/3642">#3642</a>)</li>
<li>See full diff in <a href="https://github.com/strawberry-graphql/strawberry/compare/0.242.0...0.243.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=strawberry-graphql&package-manager=pip&previous-version=0.242.0&new-version=0.243.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cinder-technologies/graphql-sync-dataloaders/network/alerts).

</details>
  • Loading branch information
taobojlen authored Oct 22, 2024
2 parents d22bd27 + 5147d20 commit 8d40934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ graphql-core = "~3.2.0"

[tool.poetry.group.dev.dependencies]
Django = "^4.1.1"
strawberry-graphql = "^0.242.0"
strawberry-graphql = ">=0.242,<0.244"
graphene-django = "3.0.0b8"
pytest = "^7.1.3"
black = "^22.8.0"
Expand Down

0 comments on commit 8d40934

Please sign in to comment.