pyup.io bot
pyup.io bot
This PR updates [blinker](https://pypi.org/project/blinker) from **1.4** to **1.5**. Changelog ### 1.5 ``` ----------- Released 2022-07-17 - Support Python >= 3.7 and PyPy. Python 2, Python < 3.7, and Jython may...
This PR updates [flask-wtf](https://pypi.org/project/flask-wtf) from **0.14.2** to **1.0.1**. Changelog ### 1.0.0 ``` -------------- Released 2021-11-07 - Deprecated items removal :pr:`484` - Support for alternatives captcha services :pr:`425` :pr:`342` :pr:`387` :issue:`384`...
This PR updates [wtforms-json](https://pypi.org/project/wtforms-json) from **0.3.3** to **0.3.4**. Changelog ### 0.3.4 ``` ^^^^^^^^^^^^^^^^^^ - Added Python 3.10 support (61, pull request courtesy keaysma) ``` Links - PyPI: https://pypi.org/project/wtforms-json - Changelog:...
This PR updates [flask](https://pypi.org/project/flask) from **1.1.1** to **2.2.2**. Changelog ### 2.2.2 ``` ------------- Released 2022-08-08 - Update Werkzeug dependency to >= 2.2.2. This includes fixes related to the new faster...
### Update [wheel](https://pypi.org/project/wheel) from **0.32.3** to **0.38.4**. Changelog ### 0.38.4 ``` - Fixed ``PKG-INFO`` conversion in ``bdist_wheel`` mangling UTF-8 header values in ``METADATA`` (PR by Anderson Bravalheri) ``` ### 0.38.3...
This PR updates [tox](https://pypi.org/project/tox) from **3.14.2** to **3.27.1**. Changelog ### 3.27.1 ``` -------------------- Bugfixes ^^^^^^^^ - Replaced deprecated ``license_file`` key with ``license_files`` in ``setup.cfg`` -- by :user:`mgorny`. `2521 <https://github.com/tox-dev/tox/issues/2521>`_ -...
This PR updates [wheel](https://pypi.org/project/wheel) from **0.33.6** to **0.38.4**. Changelog ### 0.38.4 ``` - Fixed ``PKG-INFO`` conversion in ``bdist_wheel`` mangling UTF-8 header values in ``METADATA`` (PR by Anderson Bravalheri) ``` ###...
This PR updates [cryptography](https://pypi.org/project/cryptography) from **2.8** to **38.0.3**. Changelog ### 38.0.3 ``` ~~~~~~~~~~~~~~~~~~~ * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7, which resolves *CVE-2022-3602* and...
This PR updates [pytest](https://pypi.org/project/pytest) from **4.6.8** to **7.2.0**. Changelog ### 7.1.3 ``` ========================= Bug Fixes --------- - `10060 <https://github.com/pytest-dev/pytest/issues/10060>`_: When running with ``--pdb``, ``TestCase.tearDown`` is no longer called for tests...
This PR updates [Sphinx](https://pypi.org/project/Sphinx) from **1.8.5** to **5.3.0**. Changelog ### 5.3.0 ``` ===================================== * 10759: LaTeX: add :confval:`latex_table_style` and support the ``'booktabs'``, ``'borderless'``, and ``'colorrows'`` styles. (thanks to Stefan Wiehler...