Friday
Friday copied to clipboard
An open-source virtual assistant.
This PR updates [PyYAML](https://pypi.org/project/PyYAML) from **3.12** to **6.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/pyyaml - Homepage: https://pyyaml.org/
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...
This PR updates [bumpversion](https://pypi.org/project/bumpversion) from **0.5.3** to **0.6.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/bumpversion - Changelog: https://pyup.io/changelogs/bumpversion/ -...
## Why there has been little development? The amount of work I put into something in my spare time is proportional to the amount of time I haven't worked on...
### Description Currently, plugins return boolean True and False values when given the request and the state of the assistant. This boolean value determines whether the plugin will be executed...
### Description Automated tests are currently set up for Friday, however they don't test anything useful at the moment. What I want to work on are tests for each of...
### Description The filesystem for this project is just slightly messy with some files included by the automated project generation tool. I want to go through and determine what files...
This PR updates [Sphinx](https://pypi.org/project/Sphinx) from **1.6.6** 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...