pycon icon indicating copy to clipboard operation
pycon copied to clipboard

Bump werkzeug from 1.0.1 to 2.2.2 in /backend

Open dependabot[bot] opened this issue 3 years ago • 2 comments

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps werkzeug from 1.0.1 to 2.2.2.

Release notes

Sourced from werkzeug's releases.

2.2.2

This is a fix release for the 2.2.0 feature release.

2.2.1

This is a fix release for the 2.2.0 feature release.

2.2.0

This is a feature release, which includes new features and removes previously deprecated features. The 2.2.x branch is now the supported bugfix branch, the 2.1.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

2.1.2

This is a fix release for the 2.1.0 feature release.

2.1.1

This is a fix release for the 2.1.0 feature release.

2.1.0

This is a feature release, which includes new features and removes previously deprecated features. The 2.1.x branch is now the supported bugfix branch, the 2.0.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

2.0.3

2.0.2

2.0.1

2.0.0

New major versions of all the core Pallets libraries, including Werkzeug 2.0, have been released! :tada:

... (truncated)

Changelog

Sourced from werkzeug's changelog.

Version 2.2.2

Released 2022-08-08

  • Fix router to restore the 2.1 strict_slashes == False behaviour whereby leaf-requests match branch rules and vice versa. :pr:2489
  • Fix router to identify invalid rules rather than hang parsing them, and to correctly parse / within converter arguments. :pr:2489
  • Update subpackage imports in :mod:werkzeug.routing to use the import as syntax for explicitly re-exporting public attributes. :pr:2493
  • Parsing of some invalid header characters is more robust. :pr:2494
  • When starting the development server, a warning not to use it in a production deployment is always shown. :issue:2480
  • LocalProxy.__wrapped__ is always set to the wrapped object when the proxy is unbound, fixing an issue in doctest that would cause it to fail. :issue:2485
  • Address one ResourceWarning related to the socket used by run_simple. :issue:2421

Version 2.2.1

Released 2022-07-27

  • Fix router so that /path/ will match a rule /path if strict slashes mode is disabled for the rule. :issue:2467
  • Fix router so that partial part matches are not allowed i.e. /2df does not match /<int>. :pr:2470
  • Fix router static part weighting, so that simpler routes are matched before more complex ones. :issue:2471
  • Restore ValidationError to be importable from werkzeug.routing. :issue:2465

Version 2.2.0

Released 2022-07-23

  • Deprecated get_script_name, get_query_string, peek_path_info, pop_path_info, and extract_path_info. :pr:2461
  • Remove previously deprecated code. :pr:2461
  • Add MarkupSafe as a dependency and use it to escape values when rendering HTML. :issue:2419

... (truncated)

Commits
  • 15fcb87 Merge pull request #2499 from pallets/release-2.2.2
  • 87b082a release version 2.2.2
  • 110b4cd Merge pull request #2498 from pallets/socket-warning
  • b484e54 handle unclosed socket resource warning
  • bebf46d Merge pull request #2497 from pallets/local-wrapped
  • 82d3fba LocalProxy.wrapped is always set when unbound
  • fe8a56e Merge pull request #2496 from pallets/deploy-docs
  • 1c656e1 modernize deployment docs
  • 67dc99d Merge pull request #2495 from pallets/dev-server-warning
  • 09a3066 always show dev server warning
  • Additional commits viewable in compare view

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 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)

dependabot[bot] avatar Aug 09 '22 04:08 dependabot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
pycon ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 7, 2023 at 1:26PM (UTC)
1 Ignored Deployment
Name Status Preview Comments Updated
association-frontend ⬜️ Ignored (Inspect) Feb 7, 2023 at 1:26PM (UTC)

vercel[bot] avatar Aug 09 '22 04:08 vercel[bot]

Codecov Report

Merging #2997 (314674b) into main (21166a1) will decrease coverage by 1.93%. The diff coverage is 94.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2997      +/-   ##
==========================================
- Coverage   92.69%   90.77%   -1.93%     
==========================================
  Files         116      160      +44     
  Lines        2574     4878    +2304     
  Branches      247      509     +262     
==========================================
+ Hits         2386     4428    +2042     
- Misses        174      406     +232     
- Partials       14       44      +30     

codecov[bot] avatar Aug 09 '22 04:08 codecov[bot]

Superseded by #3309.

dependabot[bot] avatar Feb 15 '23 05:02 dependabot[bot]