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

Release 2.0.0 #2111

Merged
merged 2 commits into from May 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 1 addition & 10 deletions CHANGES.rst
Expand Up @@ -3,7 +3,7 @@
Version 2.0.0
-------------

Unreleased
Released 2021-05-11

- Drop support for Python 2 and 3.5. :pr:`1693`
- Deprecate :func:`utils.format_string`, use :class:`string.Template`
Expand Down Expand Up @@ -190,15 +190,6 @@ Unreleased
- ``HTTPException.wrap`` is deprecated. Create a subclass manually
instead. :pr:`2085`

Version 1.0.2
-------------

Unreleased

- Add new "edg" identifier for Edge in ``UserAgentParser``.
:issue:`1797`
- Upgrade the debugger to jQuery 3.5.1. :issue:`1802`


Version 1.0.1
-------------
Expand Down
33 changes: 17 additions & 16 deletions requirements/dev.txt
Expand Up @@ -8,9 +8,9 @@ alabaster==0.7.12
# via sphinx
appdirs==1.4.4
# via virtualenv
attrs==20.3.0
attrs==21.2.0
# via pytest
babel==2.9.0
babel==2.9.1
# via sphinx
certifi==2020.12.5
# via requests
Expand All @@ -26,15 +26,15 @@ cryptography==3.4.7
# via -r requirements/tests.in
distlib==0.3.1
# via virtualenv
docutils==0.16
docutils==0.17.1
# via sphinx
filelock==3.0.12
# via
# tox
# virtualenv
greenlet==1.0.0
greenlet==1.1.0
# via -r requirements/tests.in
identify==2.2.3
identify==2.2.4
# via pre-commit
idna==2.10
# via requests
Expand All @@ -45,7 +45,9 @@ iniconfig==1.1.1
jinja2==2.11.3
# via sphinx
markupsafe==1.1.1
# via jinja2
# via
# jinja2
# sphinx
mypy-extensions==0.4.3
# via mypy
mypy==0.812
Expand All @@ -58,7 +60,7 @@ packaging==20.9
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.0.0rc1
pallets-sphinx-themes==2.0.0
# via -r requirements/docs.in
pep517==0.10.0
# via pip-tools
Expand All @@ -78,18 +80,17 @@ py==1.10.0
# tox
pycparser==2.20
# via cffi
pygments==2.8.1
pygments==2.9.0
# via sphinx
pyparsing==2.4.7
# via packaging
pytest-timeout==1.4.2
# via -r requirements/tests.in
pytest-xprocess==0.17.1
# via -r requirements/tests.in
pytest==6.2.3
pytest==6.2.4
# via
# -r requirements/tests.in
# -r requirements/typing.in
# pytest-timeout
# pytest-xprocess
pytz==2021.1
Expand All @@ -98,15 +99,15 @@ pyyaml==5.4.1
# via pre-commit
requests==2.25.1
# via sphinx
six==1.15.0
six==1.16.0
# via
# tox
# virtualenv
snowballstemmer==2.1.0
# via sphinx
sphinx-issues==1.2.0
# via -r requirements/docs.in
sphinx==3.5.4
sphinx==4.0.1
# via
# -r requirements/docs.in
# pallets-sphinx-themes
Expand All @@ -132,19 +133,19 @@ toml==0.10.2
# pre-commit
# pytest
# tox
tox==3.23.0
tox==3.23.1
# via -r requirements/dev.in
typed-ast==1.4.3
# via mypy
typing-extensions==3.7.4.3
typing-extensions==3.10.0.0
# via mypy
urllib3==1.26.4
# via requests
virtualenv==20.4.3
virtualenv==20.4.6
# via
# pre-commit
# tox
watchdog==2.0.3
watchdog==2.1.1
# via -r requirements/tests.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.in
@@ -1,4 +1,4 @@
Pallets-Sphinx-Themes >= 2.0.0rc1
Pallets-Sphinx-Themes
Sphinx
sphinx-issues
sphinxcontrib-log-cabinet
14 changes: 8 additions & 6 deletions requirements/docs.txt
Expand Up @@ -6,13 +6,13 @@
#
alabaster==0.7.12
# via sphinx
babel==2.9.0
babel==2.9.1
# via sphinx
certifi==2020.12.5
# via requests
chardet==4.0.0
# via requests
docutils==0.16
docutils==0.17.1
# via sphinx
idna==2.10
# via requests
Expand All @@ -21,14 +21,16 @@ imagesize==1.2.0
jinja2==2.11.3
# via sphinx
markupsafe==1.1.1
# via jinja2
# via
# jinja2
# sphinx
packaging==20.9
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.0.0rc1
pallets-sphinx-themes==2.0.0
# via -r requirements/docs.in
pygments==2.8.1
pygments==2.9.0
# via sphinx
pyparsing==2.4.7
# via packaging
Expand All @@ -40,7 +42,7 @@ snowballstemmer==2.1.0
# via sphinx
sphinx-issues==1.2.0
# via -r requirements/docs.in
sphinx==3.5.4
sphinx==4.0.1
# via
# -r requirements/docs.in
# pallets-sphinx-themes
Expand Down
8 changes: 4 additions & 4 deletions requirements/tests.txt
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile requirements/tests.in
#
attrs==20.3.0
attrs==21.2.0
# via pytest
cffi==1.14.5
# via cryptography
cryptography==3.4.7
# via -r requirements/tests.in
greenlet==1.0.0
greenlet==1.1.0
# via -r requirements/tests.in
iniconfig==1.1.1
# via pytest
Expand All @@ -30,12 +30,12 @@ pytest-timeout==1.4.2
# via -r requirements/tests.in
pytest-xprocess==0.17.1
# via -r requirements/tests.in
pytest==6.2.3
pytest==6.2.4
# via
# -r requirements/tests.in
# pytest-timeout
# pytest-xprocess
toml==0.10.2
# via pytest
watchdog==2.0.3
watchdog==2.1.1
# via -r requirements/tests.in
1 change: 0 additions & 1 deletion requirements/typing.in
@@ -1,2 +1 @@
mypy
pytest
18 changes: 1 addition & 17 deletions requirements/typing.txt
Expand Up @@ -4,27 +4,11 @@
#
# pip-compile requirements/typing.in
#
attrs==20.3.0
# via pytest
iniconfig==1.1.1
# via pytest
mypy-extensions==0.4.3
# via mypy
mypy==0.812
# via -r requirements/typing.in
packaging==20.9
# via pytest
pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pyparsing==2.4.7
# via packaging
pytest==6.2.3
# via -r requirements/typing.in
toml==0.10.2
# via pytest
typed-ast==1.4.3
# via mypy
typing-extensions==3.7.4.3
typing-extensions==3.10.0.0
# via mypy
2 changes: 1 addition & 1 deletion src/werkzeug/__init__.py
Expand Up @@ -3,4 +3,4 @@
from .wrappers import Request
from .wrappers import Response

__version__ = "2.0.0rc5"
__version__ = "2.0.0"