zubbi
zubbi copied to clipboard
Index for finding jobs & roles used in a Zuul based CI system
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.3 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. Commits 9e9e840 2022.12.07 See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you...
Managing and updating dependencies with pipenv becomes more and more a hassle. We should switch to poetry instead.
## Description Currently, `ruff check` runs multiple times in pre-commit. This PR moves the Ruff rule configuration from `.pre-commit-config.yaml` into `pyproject.toml`, using the default rules (`E4`, `E7`, `E9`, `F`) plus...