Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update werkzeug to 3.0.0 #4608

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates Werkzeug[watchdog] from 2.3.7 to 3.0.0.

Changelog

3.0.0

-------------

Released 2023-09-30

-   Remove previously deprecated code. :pr:`2768`
-   Deprecate the ``__version__`` attribute. Use feature detection, or
 ``importlib.metadata.version("werkzeug")``, instead. :issue:`2770`
-   ``generate_password_hash`` uses scrypt by default. :issue:`2769`
-   Add the ``"werkzeug.profiler"`` item to the  WSGI ``environ`` dictionary
 passed to `ProfilerMiddleware`'s `filename_format` function. It contains
 the ``elapsed`` and ``time`` values for the profiled request. :issue:`2775`
-   Explicitly marked the PathConverter as non path isolating. :pr:`2784`

2.3.8

-------------

Unreleased
Links

@browniebroke browniebroke merged commit fb2dc39 into master Oct 4, 2023
@browniebroke browniebroke deleted the pyup-update-werkzeug-2.3.7-to-3.0.0 branch October 4, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants