Skip to content

Commit

Permalink
Bump python-multipart from 0.0.6 to 0.0.7 in /scan (#39)
Browse files Browse the repository at this point in the history
Bumps [python-multipart](https://github.com/andrew-d/python-multipart)
from 0.0.6 to 0.0.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/andrew-d/python-multipart/blob/master/CHANGELOG.md">python-multipart's
changelog</a>.</em></p>
<blockquote>
<h2>0.0.7 (2024-02-03)</h2>
<ul>
<li>Refactor header option parser to use the standard library instead of
a custom RegEx <a
href="https://redirect.github.com/andrew-d/python-multipart/pull/75">#75</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/andrew-d/python-multipart/commit/c83e6da1a3a6ed002ebb22138baa1664134d540c"><code>c83e6da</code></a>
Version 0.0.7 (<a
href="https://redirect.github.com/andrew-d/python-multipart/issues/77">#77</a>)</li>
<li><a
href="https://github.com/andrew-d/python-multipart/commit/fb7d3c92dd07d63e6f02a2a2d0350cebdf356e3a"><code>fb7d3c9</code></a>
Bump pygments from 2.7.4 to 2.15.0 (<a
href="https://redirect.github.com/andrew-d/python-multipart/issues/66">#66</a>)</li>
<li><a
href="https://github.com/andrew-d/python-multipart/commit/20f0ef6b4e4caf7d69a667c54dff57fe467109a4"><code>20f0ef6</code></a>
♻️ Refactor header option parser to use the standard library instead of
a cus...</li>
<li><a
href="https://github.com/andrew-d/python-multipart/commit/d3d16dae4b061c34fe9d3c9081d9800c49fc1f7a"><code>d3d16da</code></a>
Use latest invoke version (2.2.0) (<a
href="https://redirect.github.com/andrew-d/python-multipart/issues/73">#73</a>)</li>
<li><a
href="https://github.com/andrew-d/python-multipart/commit/8e59febf3ad42f2b09a42bb06b19cfdb05dd1656"><code>8e59feb</code></a>
Use single quotes to avoid special zsh chars '[' and ']' (<a
href="https://redirect.github.com/andrew-d/python-multipart/issues/71">#71</a>)</li>
<li><a
href="https://github.com/andrew-d/python-multipart/commit/86d422ca6f070f5af8c7ba2cafd218408fa6c58b"><code>86d422c</code></a>
Update changelog URL (<a
href="https://redirect.github.com/andrew-d/python-multipart/issues/68">#68</a>)</li>
<li><a
href="https://github.com/andrew-d/python-multipart/commit/3929f8e5018c3c0ab60737734d0a0e64a1c2536d"><code>3929f8e</code></a>
Move tests folder to root folder (<a
href="https://redirect.github.com/andrew-d/python-multipart/issues/61">#61</a>)</li>
<li>See full diff in <a
href="https://github.com/andrew-d/python-multipart/compare/0.0.6...0.0.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-multipart&package-manager=pip&previous-version=0.0.6&new-version=0.0.7)](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 Feb 5, 2024
1 parent a87192b commit cc5ecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
checkdmarc==5.3.1
dkimpy==1.1.5
python-multipart==0.0.6
python-multipart==0.0.7
validators==0.22.0

0 comments on commit cc5ecdb

Please sign in to comment.