chore(pip-prod)(deps): bump werkzeug from 3.1.1 to 3.1.2 #115

Merged
dependabot[bot] merged 1 commits from dependabot/pip/werkzeug-3.1.2 into main 2024-11-05 08:00:57 +01:00
dependabot[bot] commented 2024-11-05 01:13:33 +01:00 (Migrated from github.com)

Bumps werkzeug from 3.1.1 to 3.1.2.

Release notes

Sourced from werkzeug's releases.

3.1.2

This is the Werkzeug 3.1.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes vs 3.1.0.

PyPI: https://pypi.org/project/Werkzeug/3.1.2/ Changes: https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-2 Milestone: https://github.com/pallets/werkzeug/milestone/40?closed=1

  • Improve type annotation for TypeConversionDict.get to allow the type parameter to be a callable. #2988
  • Headers does not inherit from MutableMapping, as it is does not exactly match that interface. #2989
Changelog

Sourced from werkzeug's changelog.

Version 3.1.2

Released 2024-11-04

  • Improve type annotation for TypeConversionDict.get to allow the type parameter to be a callable. :issue:2988
  • Headers does not inherit from MutableMapping, as it is does not exactly match that interface. :issue:2989
Commits

Dependabot compatibility score

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)
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.1 to 3.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/werkzeug/releases">werkzeug's releases</a>.</em></p> <blockquote> <h2>3.1.2</h2> <p>This is the Werkzeug 3.1.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes vs 3.1.0.</p> <p>PyPI: <a href="https://pypi.org/project/Werkzeug/3.1.2/">https://pypi.org/project/Werkzeug/3.1.2/</a> Changes: <a href="https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-2">https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-2</a> Milestone: <a href="https://github.com/pallets/werkzeug/milestone/40?closed=1">https://github.com/pallets/werkzeug/milestone/40?closed=1</a></p> <ul> <li>Improve type annotation for <code>TypeConversionDict.get</code> to allow the <code>type</code> parameter to be a callable. <a href="https://redirect.github.com/pallets/werkzeug/issues/2988">#2988</a></li> <li><code>Headers</code> does not inherit from <code>MutableMapping</code>, as it is does not exactly match that interface. <a href="https://redirect.github.com/pallets/werkzeug/issues/2989">#2989</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/werkzeug/blob/main/CHANGES.rst">werkzeug's changelog</a>.</em></p> <blockquote> <h2>Version 3.1.2</h2> <p>Released 2024-11-04</p> <ul> <li>Improve type annotation for <code>TypeConversionDict.get</code> to allow the <code>type</code> parameter to be a callable. :issue:<code>2988</code></li> <li><code>Headers</code> does not inherit from <code>MutableMapping</code>, as it is does not exactly match that interface. :issue:<code>2989</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/werkzeug/commit/4764684faffa7232ac68b7e089bc2d0fdfff3303"><code>4764684</code></a> release version 3.1.2</li> <li><a href="https://github.com/pallets/werkzeug/commit/1803db6f4033e78ff56eb1eadaf6395644dc3e8e"><code>1803db6</code></a> Headers is not MutableMapping (<a href="https://redirect.github.com/pallets/werkzeug/issues/2991">#2991</a>)</li> <li><a href="https://github.com/pallets/werkzeug/commit/ac87bf835f36e03e28a3546868dd730824e85fc3"><code>ac87bf8</code></a> Headers is not MutableMapping</li> <li><a href="https://github.com/pallets/werkzeug/commit/13170140d383404a2ee98dd2740d00061d3f5b10"><code>1317014</code></a> TypeConversionDict.get type can be a callable (<a href="https://redirect.github.com/pallets/werkzeug/issues/2990">#2990</a>)</li> <li><a href="https://github.com/pallets/werkzeug/commit/acdf7faf210596243a2484fe06a3b46c8c6c492d"><code>acdf7fa</code></a> TypeConversionDict.get type can be a callable</li> <li><a href="https://github.com/pallets/werkzeug/commit/f27e476144f973d2bc3df42cfd562be4c33bbcfe"><code>f27e476</code></a> start version 3.1.2</li> <li><a href="https://github.com/pallets/werkzeug/commit/07af92d053cfb5b387e05c555538dc5270ade565"><code>07af92d</code></a> release version 3.1.1 (<a href="https://redirect.github.com/pallets/werkzeug/issues/2987">#2987</a>)</li> <li>See full diff in <a href="https://github.com/pallets/werkzeug/compare/3.1.1...3.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=werkzeug&package-manager=pip&previous-version=3.1.1&new-version=3.1.2)](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>
luketainton (Migrated from github.com) reviewed 2024-11-05 01:13:33 +01:00
sonarqubecloud[bot] commented 2024-11-05 01:15:05 +01:00 (Migrated from github.com)
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_epage&pullRequest=115) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_epage&pullRequest=115&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_epage&pullRequest=115&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_epage&pullRequest=115&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=luketainton_epage&pullRequest=115&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=luketainton_epage&pullRequest=115&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_epage&pullRequest=115)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/epage#115
No description provided.