Skip to content
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

Update project template cruft, dependencies #100

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Update project template cruft, dependencies #100

merged 1 commit into from
Jan 10, 2024

Conversation

smkent
Copy link
Owner

@smkent smkent commented 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

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
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ef0eb85) 85.61% compared to head (97c1031) 85.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #100   +/-   ##
=======================================
  Coverage   85.61%   85.61%           
=======================================
  Files           8        8           
  Lines         292      292           
=======================================
  Hits          250      250           
  Misses         42       42           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@smkent smkent merged commit b7ed95d into main Jan 10, 2024
7 checks passed
@smkent smkent deleted the manage-cookie branch January 10, 2024 00:11
smkent added a commit that referenced this pull request Jul 9, 2024
Applied updates from upstream project template commits:

ef0eb85...9cedf76

*   9cedf76 Merge pull request #104 from smkent/actions
|\
| * c85a1a5 Add CODECOV_TOKEN to codecov action in CI workflow
| * 6624aeb Update Github action versions
|/
*   9e52fa1 Merge pull request #103 from smkent/manage-cookie
|\
| * 36078ed Update dependencies
|/
*   9313b3e Merge pull request #102 from smkent/temp-cache-dir
|\
| * 4f47bdc Use temp dir for Poetry cache directory in manage-cookie
|/
*   95be994 Merge pull request #101 from smkent/manage-cookie
|\
| * 22e3bcf Apply automatic linting fixes
| * 4faeb9b Update dependencies
|/
* b7ed95d Merge pull request #100 from smkent/manage-cookie
* 97c1031 Update project template cruft, dependencies

Updated project dependencies via `poetry update`:

Package operations: 1 install, 34 updates, 1 removal

- Removing setuptools (69.1.1)
- Updating pycparser (2.21 -> 2.22)
- Updating certifi (2024.2.2 -> 2024.7.4)
- Updating idna (3.6 -> 3.7)
- Updating pygments (2.17.2 -> 2.18.0)
- Updating types-python-dateutil (2.8.19.20240106 -> 2.9.0.20240316)
- Updating urllib3 (2.2.1 -> 2.2.2)
- Updating cryptography (42.0.5 -> 42.0.8)
- Updating filelock (3.13.1 -> 3.15.4)
- Updating jinja2 (3.1.3 -> 3.1.4)
- Updating packaging (23.2 -> 24.1)
- Updating platformdirs (4.2.0 -> 4.2.2)
- Updating pluggy (1.4.0 -> 1.5.0)
- Updating requests (2.31.0 -> 2.32.3)
- Updating typing-extensions (4.10.0 -> 4.12.2)
- Installing shellingham (1.5.4)
- Updating coverage (7.4.3 -> 7.5.4)
- Updating dunamai (1.19.2 -> 1.21.2)
- Updating gitpython (3.1.42 -> 3.1.43)
- Updating identify (2.5.35 -> 2.6.0)
- Updating nodeenv (1.8.0 -> 1.9.1)
- Updating pytest (8.0.2 -> 8.2.2)
- Updating pyproject-hooks (1.0.0 -> 1.1.0)
- Updating tomlkit (0.12.4 -> 0.12.5)
- Updating typer (0.9.0 -> 0.12.3)
- Updating virtualenv (20.25.1 -> 20.26.3)
- Updating bandit (1.7.7 -> 1.7.9)
- Updating black (24.2.0 -> 24.4.2)
- Updating build (1.1.1 -> 1.2.1)
- Updating mypy (1.8.0 -> 1.10.1)
- Updating pep8-naming (0.13.3 -> 0.14.1)
- Updating poethepoet (0.25.0 -> 0.27.0)
- Updating poetry-dynamic-versioning (1.2.0 -> 1.4.0)
- Updating pygithub (2.2.0 -> 2.3.0)
- Updating pytest-cov (4.1.0 -> 5.0.0)
- Updating types-pyyaml (6.0.12.12 -> 6.0.12.20240311)

Writing lock file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant