snekomatic icon indicating copy to clipboard operation
snekomatic copied to clipboard

The code behind @trio-bot

Results 24 snekomatic issues
Sort by recently updated
recently updated
newest added

Bumps [quart](https://gitlab.com/pgjones/quart) from 0.11.2 to 0.15.1. Changelog Sourced from quart's changelog. Commits 34b60e9 Bump and release 0.15.1 59c6b36 Bugfix teardown callable typing 066e10c Bugfix blueprint renaming 6f77650 Bugfix blueprint self...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 6.2.4. Release notes Sourced from pytest's releases. 6.2.4 pytest 6.2.4 (2021-05-04) Bug Fixes #8539: Fixed assertion rewriting on Python 3.10. 6.2.3 pytest 6.2.3 (2021-04-03) Bug...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular expression deinal of service in py A denial...

dependencies
security

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.1 to 2.11.3. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service (ReDoS) This affects the...

dependencies
security

Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.1 to 1.1.4. Release notes Sourced from mako's releases. 1.1.4 Released: Thu Jan 14 2021 bug [bug] [py3k] Fixed Python deprecation issues related to module importing, as...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. RSA decryption vulnerable to Bleichenbacher timing vulnerability Impact RSA...

dependencies
security

Bumps [pendulum](https://github.com/sdispater/pendulum) from 2.0.5 to 2.1.2. Release notes Sourced from pendulum's releases. 2.1.2 Changed Added support for build scripts without the setup.py file generation in the editable builder (#2718). Fixed...

dependencies

Dependabot has been acquired by GitHub a while back. And now they are migrating over from the dependabot-preview GitHub App to a built-in native GitHub Dependabot. It'll send pin updates...

enhancement
dependencies

Bumps [pycparser](https://github.com/eliben/pycparser) from 2.19 to 2.20. Changelog Sourced from pycparser's changelog. Version 2.20 (2020.03.04) #61: Fix slow backtracking when parsing strings. #99: Parser for FuncDecl incorrectly sets declname attribute on...

dependencies

reading through the code i saw some opportunities to refactor. let me know what you think. the main idea is that i wanted to separate the quart app setup/controllers, from...

enhancement