questions
questions copied to clipboard
Questions is a form library for Python that uses the power of SurveyJS for the UI.
This PR updates [pytest](https://pypi.org/project/pytest) from **7.3.1** to **8.2.0**. Changelog ### 8.2.0 ``` ========================= Deprecations ------------ - `12069 <https://github.com/pytest-dev/pytest/issues/12069>`_: A deprecation warning is now raised when implementations of one of the...
This PR updates [black](https://pypi.org/project/black) from **23.3.0** to **24.4.2**. Changelog ### 24.4.2 ``` This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1. Parser...
This PR updates [coverage](https://pypi.org/project/coverage) from **7.3.1** to **7.5.0**. Changelog ### 7.5.0 ``` -------------------------- - Added initial support for function and class reporting in the HTML report. There are now three...
This PR updates [pydantic](https://pypi.org/project/pydantic) from **1.10.8** to **2.7.1**. Changelog ### 2.7.1 ``` [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.7.1) What's Changed Packaging * Bump `pydantic-core` to `v2.18.2` by sydney-runkle in [9307](https://github.com/pydantic/pydantic/pull/9307) New Features * Ftp...
This PR updates [Sphinx](https://pypi.org/project/Sphinx) from **7.0.1** to **7.3.7**. Changelog ### 7.3.7 ``` ===================================== Bugs fixed ---------- * 12299: Defer loading themes defined via entry points until their explicit use by...
This PR updates [sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints) from **1.23.4** to **2.1.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/sphinx-autodoc-typehints - Changelog: https://data.safetycli.com/changelogs/sphinx-autodoc-typehints/
This PR updates [pydantic](https://pypi.org/project/pydantic) from **1.10.8** to **2.7.0**. Changelog ### 2.7.0 ``` [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.7.0) The code released in v2.7.0 is practically identical to that of v2.7.0b1. What's Changed Packaging *...
This PR updates [typing-extensions](https://pypi.org/project/typing-extensions) from **4.8.0** to **4.11.0**. Changelog ### 4.11.0 ``` This feature release provides improvements to various recently added features, most importantly type parameter defaults (PEP 696). There...
This PR updates [tox](https://pypi.org/project/tox) from **4.11.3** to **4.14.2**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/tox - Changelog: https://data.safetycli.com/changelogs/tox/
This PR updates [pydantic](https://pypi.org/project/pydantic) from **1.10.8** to **2.6.4**. Changelog ### 2.6.4 ``` [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.6.4) What's Changed Fixes * Fix usage of `AliasGenerator` with `computed_field` decorator by sydney-runkle in [8806](https://github.com/pydantic/pydantic/pull/8806) *...