Skip to content

Commit

Permalink
Bump flask-cors from 3.0.10 to 4.0.0 (#120)
Browse files Browse the repository at this point in the history
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from
3.0.10 to 4.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/corydolphin/flask-cors/releases">flask-cors's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove support for Python versions older than 3.8 by <a
href="https://github.com/WAKayser"><code>@​WAKayser</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/330">corydolphin/flask-cors#330</a></li>
<li>Add GHA tooling by <a
href="https://github.com/corydolphin"><code>@​corydolphin</code></a> in
<a
href="https://redirect.github.com/corydolphin/flask-cors/pull/331">corydolphin/flask-cors#331</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/WAKayser"><code>@​WAKayser</code></a>
made their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/330">corydolphin/flask-cors#330</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/corydolphin/flask-cors/compare/3.1.01...v4.0.0">https://github.com/corydolphin/flask-cors/compare/3.1.01...v4.0.0</a></p>
<h2>Release 4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove support for Python versions older than 3.8 by <a
href="https://github.com/WAKayser"><code>@​WAKayser</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/330">corydolphin/flask-cors#330</a></li>
<li>Add GHA tooling by <a
href="https://github.com/corydolphin"><code>@​corydolphin</code></a> in
<a
href="https://redirect.github.com/corydolphin/flask-cors/pull/331">corydolphin/flask-cors#331</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/WAKayser"><code>@​WAKayser</code></a>
made their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/330">corydolphin/flask-cors#330</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/corydolphin/flask-cors/compare/3.1.01...v4.0.0">https://github.com/corydolphin/flask-cors/compare/3.1.01...v4.0.0</a></p>
<h2>PreRelease: v4.0.0a</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove support for old python versions by <a
href="https://github.com/WAKayser"><code>@​WAKayser</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/330">corydolphin/flask-cors#330</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/WAKayser"><code>@​WAKayser</code></a>
made their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/330">corydolphin/flask-cors#330</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/corydolphin/flask-cors/compare/3.1.01...v4.0.0a">https://github.com/corydolphin/flask-cors/compare/3.1.01...v4.0.0a</a></p>
<h2>3.1.01</h2>
<h2>What's Changed</h2>
<ul>
<li>Include examples to specify that schema and port must be included in
… by <a href="https://github.com/YPCrumble"><code>@​YPCrumble</code></a>
in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/294">corydolphin/flask-cors#294</a></li>
<li>two small changes to the documentation, based on issue <a
href="https://redirect.github.com/corydolphin/flask-cors/issues/290">#290</a>
by <a href="https://github.com/bbbart"><code>@​bbbart</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/291">corydolphin/flask-cors#291</a></li>
<li>Fix typo by <a
href="https://github.com/sunarch"><code>@​sunarch</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/304">corydolphin/flask-cors#304</a></li>
<li>FIX: typo in CSRF by <a
href="https://github.com/sattamjh"><code>@​sattamjh</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/315">corydolphin/flask-cors#315</a></li>
<li>Test against recent Python versions by <a
href="https://github.com/pylipp"><code>@​pylipp</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/314">corydolphin/flask-cors#314</a></li>
<li>Correct spelling mistakes by <a
href="https://github.com/EdwardBetts"><code>@​EdwardBetts</code></a> in
<a
href="https://redirect.github.com/corydolphin/flask-cors/pull/311">corydolphin/flask-cors#311</a></li>
<li>'Access-Control-Allow-Private-Network = true' header for http
response by <a
href="https://github.com/chelo-kjml"><code>@​chelo-kjml</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/318">corydolphin/flask-cors#318</a></li>
<li>docs: Fix a few typos by <a
href="https://github.com/timgates42"><code>@​timgates42</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/323">corydolphin/flask-cors#323</a></li>
<li>[Docs] Fix typo in configuration documentation by <a
href="https://github.com/sachit-shroff"><code>@​sachit-shroff</code></a>
in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/316">corydolphin/flask-cors#316</a></li>
<li>Release Version 3.1.01 by <a
href="https://github.com/corydolphin"><code>@​corydolphin</code></a> in
<a
href="https://redirect.github.com/corydolphin/flask-cors/pull/329">corydolphin/flask-cors#329</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/YPCrumble"><code>@​YPCrumble</code></a>
made their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/294">corydolphin/flask-cors#294</a></li>
<li><a href="https://github.com/sunarch"><code>@​sunarch</code></a> made
their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/304">corydolphin/flask-cors#304</a></li>
<li><a href="https://github.com/sattamjh"><code>@​sattamjh</code></a>
made their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/315">corydolphin/flask-cors#315</a></li>
<li><a href="https://github.com/pylipp"><code>@​pylipp</code></a> made
their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/314">corydolphin/flask-cors#314</a></li>
<li><a
href="https://github.com/EdwardBetts"><code>@​EdwardBetts</code></a>
made their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/311">corydolphin/flask-cors#311</a></li>
<li><a
href="https://github.com/chelo-kjml"><code>@​chelo-kjml</code></a> made
their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/318">corydolphin/flask-cors#318</a></li>
<li><a
href="https://github.com/sachit-shroff"><code>@​sachit-shroff</code></a>
made their first contribution in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/316">corydolphin/flask-cors#316</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md">flask-cors's
changelog</a>.</em></p>
<blockquote>
<h2>4.0.0</h2>
<ul>
<li>Remove support for Python versions older than 3.8 by <a
href="https://github.com/WAKayser"><code>@​WAKayser</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/330">corydolphin/flask-cors#330</a></li>
<li>Add GHA tooling by <a
href="https://github.com/corydolphin"><code>@​corydolphin</code></a> in
<a
href="https://redirect.github.com/corydolphin/flask-cors/pull/331">corydolphin/flask-cors#331</a></li>
</ul>
<h2>3.1.01</h2>
<ul>
<li>Include examples to specify that schema and port must be included in
… by <a href="https://github.com/YPCrumble"><code>@​YPCrumble</code></a>
in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/294">corydolphin/flask-cors#294</a></li>
<li>two small changes to the documentation, based on issue <a
href="https://redirect.github.com/corydolphin/flask-cors/issues/290">#290</a>
by <a href="https://github.com/bbbart"><code>@​bbbart</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/291">corydolphin/flask-cors#291</a></li>
<li>Fix typo by <a
href="https://github.com/sunarch"><code>@​sunarch</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/304">corydolphin/flask-cors#304</a></li>
<li>FIX: typo in CSRF by <a
href="https://github.com/sattamjh"><code>@​sattamjh</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/315">corydolphin/flask-cors#315</a></li>
<li>Test against recent Python versions by <a
href="https://github.com/pylipp"><code>@​pylipp</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/314">corydolphin/flask-cors#314</a></li>
<li>Correct spelling mistakes by <a
href="https://github.com/EdwardBetts"><code>@​EdwardBetts</code></a> in
<a
href="https://redirect.github.com/corydolphin/flask-cors/pull/311">corydolphin/flask-cors#311</a></li>
<li>'Access-Control-Allow-Private-Network = true' header for http
response by <a
href="https://github.com/chelo-kjml"><code>@​chelo-kjml</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/318">corydolphin/flask-cors#318</a></li>
<li>docs: Fix a few typos by <a
href="https://github.com/timgates42"><code>@​timgates42</code></a> in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/323">corydolphin/flask-cors#323</a></li>
<li>[Docs] Fix typo in configuration documentation by <a
href="https://github.com/sachit-shroff"><code>@​sachit-shroff</code></a>
in <a
href="https://redirect.github.com/corydolphin/flask-cors/pull/316">corydolphin/flask-cors#316</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/40acc8092332dfed4bb54d7a4f89a6d479466de7"><code>40acc80</code></a>
Update CHANGELOG to reflect 4.0.0 release (<a
href="https://redirect.github.com/corydolphin/flask-cors/issues/335">#335</a>)</li>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/dbabb27884f55d0328482ba92c51ca8397c58974"><code>dbabb27</code></a>
Testing: Move from deprecated assertEquals to assertEqual (<a
href="https://redirect.github.com/corydolphin/flask-cors/issues/332">#332</a>)</li>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/0b744011ac7252f2cd96f76b75a772c48e19f0d6"><code>0b74401</code></a>
Convert CI to use GHA (<a
href="https://redirect.github.com/corydolphin/flask-cors/issues/331">#331</a>)</li>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/637595d7305be8b8e98478c7353fecd3674c4e60"><code>637595d</code></a>
Remove support for old python versions (<a
href="https://redirect.github.com/corydolphin/flask-cors/issues/330">#330</a>)</li>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/c9c55e12a20b99c8c5ec12e2c0b1dae26d2527a8"><code>c9c55e1</code></a>
Release Version 3.1.01 (<a
href="https://redirect.github.com/corydolphin/flask-cors/issues/329">#329</a>)</li>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/98aca1af9a1592b19893019d059e619c751a4f97"><code>98aca1a</code></a>
Fix typo (<a
href="https://redirect.github.com/corydolphin/flask-cors/issues/316">#316</a>)</li>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/035f28f79868f9e115489efbf050971f4bd38316"><code>035f28f</code></a>
docs: Fix a few typos (<a
href="https://redirect.github.com/corydolphin/flask-cors/issues/323">#323</a>)</li>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/b2c4da1f909fe60f9f01267ea25dc6ca4e10a071"><code>b2c4da1</code></a>
Merge pull request <a
href="https://redirect.github.com/corydolphin/flask-cors/issues/318">#318</a>
from chelo-kjml/master</li>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/cad70b3298fdd5605e1c09628050e2598f6f7e0e"><code>cad70b3</code></a>
Correct spelling mistakes (<a
href="https://redirect.github.com/corydolphin/flask-cors/issues/311">#311</a>)</li>
<li><a
href="https://github.com/corydolphin/flask-cors/commit/24070be57ca1fc8a80c35e5f1711796ba70c282c"><code>24070be</code></a>
Adding 'Access-Control-Allow-Private-Network = true' header for new
google ch...</li>
<li>Additional commits viewable in <a
href="https://github.com/corydolphin/flask-cors/compare/3.0.10...4.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flask-cors&package-manager=pip&previous-version=3.0.10&new-version=4.0.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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 28b7fe4 commit 844aac0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi = "==1.15.1"
click = ">=7.1.2"
distlib = "==0.3.7"
filelock = "==3.0.12"
flask-cors = "==3.0.10"
flask-cors = "==4.0.0"
flask-restful = "==0.3.10"
flask = "==2.3.3"
greenlet = "==2.0.2"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

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

0 comments on commit 844aac0

Please sign in to comment.