Bump werkzeug from 1.0.1 to 2.2.2 in /backend
⚠️ 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.
- Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-2
- Milestone: https://github.com/pallets/werkzeug/milestone/25?closed=1
2.2.1
This is a fix release for the 2.2.0 feature release.
- Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-1
- Milestone: https://github.com/pallets/werkzeug/milestone/24?closed=1
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.
- Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-0
- Milestone: https://github.com/pallets/werkzeug/milestone/20?closed=1
2.1.2
This is a fix release for the 2.1.0 feature release.
- Changes: https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-2
- Milestone: https://github.com/pallets/werkzeug/milestone/22?closed=1
2.1.1
This is a fix release for the 2.1.0 feature release.
- Changes: https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-1
- Milestone: https://github.com/pallets/werkzeug/milestone/19?closed=1
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.
- Changes: https://werkzeug.palletsprojects.com/en/2.1.x/changes/#version-2-1-0
- Milestone: https://github.com/pallets/werkzeug/milestone/16?closed=1
2.0.3
- Changes: https://werkzeug.palletsprojects.com/en/2.0.x/changes/#version-2-0-3
- Milestone: https://github.com/pallets/werkzeug/milestone/18?closed=1
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:
- Read the announcement on our blog: https://palletsprojects.com/blog/flask-2-0-released/
... (truncated)
Changelog
Sourced from werkzeug's changelog.
Version 2.2.2
Released 2022-08-08
- Fix router to restore the 2.1
strict_slashes == Falsebehaviour 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.routingto use theimport assyntax 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:
2480LocalProxy.__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
ResourceWarningrelated to the socket used byrun_simple. :issue:2421Version 2.2.1
Released 2022-07-27
- Fix router so that
/path/will match a rule/pathif strict slashes mode is disabled for the rule. :issue:2467- Fix router so that partial part matches are not allowed i.e.
/2dfdoes not match/<int>. :pr:2470- Fix router static part weighting, so that simpler routes are matched before more complex ones. :issue:
2471- Restore
ValidationErrorto be importable fromwerkzeug.routing. :issue:2465Version 2.2.0
Released 2022-07-23
- Deprecated
get_script_name,get_query_string,peek_path_info,pop_path_info, andextract_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
15fcb87Merge pull request #2499 from pallets/release-2.2.287b082arelease version 2.2.2110b4cdMerge pull request #2498 from pallets/socket-warningb484e54handle unclosed socket resource warningbebf46dMerge pull request #2497 from pallets/local-wrapped82d3fbaLocalProxy.wrapped is always set when unboundfe8a56eMerge pull request #2496 from pallets/deploy-docs1c656e1modernize deployment docs67dc99dMerge pull request #2495 from pallets/dev-server-warning09a3066always show dev server warning- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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) |
Codecov Report
Merging #2997 (314674b) into main (21166a1) will decrease coverage by
1.93%. The diff coverage is94.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
Superseded by #3309.