-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add and use Python 3.12 for releases, update Poetry to 1.6 #97
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #97 +/- ##
=======================================
Coverage 85.61% 85.61%
=======================================
Files 8 8
Lines 292 292
=======================================
Hits 250 250
Misses 42 42
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
smkent
added a commit
that referenced
this pull request
Jan 10, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.