Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project template cruft, dependencies
Applied updates from upstream project template commits: c4899ec...ef0eb85 * ef0eb85 Merge pull request #99 from smkent/python-3.11 |\ | * b635686 Re-add missing Python 3.11 to project template CI config |/ * dfd8d8e Merge pull request #98 from smkent/pre-commit-update |\ | * 9a19b22 Update pre-commit hooks |/ * 83240dd Merge pull request #97 from smkent/python-3.12 |\ | * 66cd3af Install toml before running cruft in new cookie creation unit test | * 6349efb Ignore flake8 E231 false positive | * bcc7b94 Build with Poetry version 1.6 | * 2b191a0 Remove unused `type: ignore` comment | * 6917c18 Update cookie-python dependencies | * 8c2ae5b Add and use Python 3.12 for releases, update Poetry to 1.6 |/ * 8f8cd1d Merge pull request #96 from smkent/toml-for-update |\ | * eef08fc Ensure toml is installed in repo sandbox before running cruft update |/ * ae5c427 Merge pull request #95 from smkent/container-version |\ | * a813ce2 Enable and test container build in test_new_cookie_create | * 3f2debd Update docker action versions in template's container.yml | * 9ac5896 Escape `{{` in template container.yml | * a99ca57 Fix container build with updated poetry-dynamic-versioning |/ * 41468dd Merge pull request #94 from smkent/pyupgrade-keep-runtime-typing |\ | * 82b8568 Add --keep-runtime-typing to pyupgrade args |/ * c83e9f4 Merge pull request #93 from smkent/manage-run-env |\ | * 4a161e4 Include PYTHON_KEYRING_BACKEND in repo run commands env |/ * f6ac9b1 Merge pull request #92 from smkent/manage-update-pr-html-url |\ | * 30372bf Log opened PR's HTML URL instead of API URL in manage-cookie update |/ * 26efcfa Merge pull request #91 from smkent/manage-cookie * 91b6a89 Set PYTHON_KEYRING_BACKEND for poetry within unit tests * cf0f69a Apply automatic linting fixes * 582d618 Update project template cruft Updated project dependencies via `poetry update`: Package operations: 0 installs, 30 updates, 0 removals - Updating certifi (2023.7.22 -> 2023.11.17) - Updating idna (3.4 -> 3.6) - Updating pygments (2.16.1 -> 2.17.2) - Updating types-python-dateutil (2.8.19.14 -> 2.8.19.20240106) - Updating typing-extensions (4.8.0 -> 4.9.0) - Updating urllib3 (2.0.7 -> 2.1.0) - Updating cryptography (41.0.5 -> 41.0.7) - Updating distlib (0.3.7 -> 0.3.8) - Updating pbr (5.11.1 -> 6.0.0) - Updating platformdirs (3.11.0 -> 4.1.0) - Updating exceptiongroup (1.1.3 -> 1.2.0) - Updating setuptools (68.2.2 -> 69.0.3) - Updating wrapt (1.15.0 -> 1.16.0) - Updating rich (13.6.0 -> 13.7.0) - Updating attrs (23.1.0 -> 23.2.0) - Updating cookiecutter (2.4.0 -> 2.5.0) - Updating identify (2.5.31 -> 2.5.33) - Updating coverage (7.3.2 -> 7.4.0) - Updating pathspec (0.11.2 -> 0.12.1) - Updating tomlkit (0.12.1 -> 0.12.3) - Updating virtualenv (20.24.6 -> 20.25.0) - Updating termcolor (2.3.0 -> 2.4.0) - Updating pytest (7.4.3 -> 7.4.4) - Updating importlib-metadata (6.8.0 -> 7.0.1) - Updating bandit (1.7.5 -> 1.7.6) - Updating black (23.10.1 -> 23.12.1) - Updating isort (5.12.0 -> 5.13.2) - Updating mypy (1.6.1 -> 1.8.0) - Updating poethepoet (0.24.1 -> 0.24.4) - Updating poetry-dynamic-versioning (1.1.1 -> 1.2.0) Writing lock file
- Loading branch information