Skip to content

Conversation

@smkent
Copy link
Owner

@smkent smkent commented May 31, 2025

Applied updates from upstream project template commits:

45a5e60...7025e55

*   7025e55 Merge pull request #116 from smkent/python-versions
|\  
| * 0679182 Set python version constraints to exclude 4.0 and above
|/  
*   2db1e07 Merge pull request #115 from smkent/pypi-fix
|\  
| * fea08ad Fix cruft metadata, disable test PyPI publishing
|/  
* 8b31163 Merge pull request #114 from smkent/manage-cookie
* b94ce61 Update project template cruft, dependencies

Updated project dependencies via poetry update:

Package operations: 1 install, 39 updates, 0 removals

  • Updating certifi (2024.12.14 -> 2025.4.26)
  • Updating charset-normalizer (3.4.1 -> 3.4.2)
  • Installing setuptools (80.9.0)
  • Updating types-python-dateutil (2.9.0.20241206 -> 2.9.0.20250516)
  • Updating urllib3 (2.3.0 -> 2.4.0)
  • Updating filelock (3.16.1 -> 3.18.0)
  • Updating iniconfig (2.0.0 -> 2.1.0)
  • Updating packaging (24.2 -> 25.0)
  • Updating jinja2 (3.1.5 -> 3.1.6)
  • Updating pbr (6.1.0 -> 6.1.1)
  • Updating platformdirs (4.3.6 -> 4.3.8)
  • Updating pluggy (1.5.0 -> 1.6.0)
  • Updating pycodestyle (2.12.1 -> 2.13.0)
  • Updating pyflakes (3.2.0 -> 3.3.2)
  • Updating rich (13.9.4 -> 14.0.0)
  • Updating typing-extensions (4.12.2 -> 4.13.2)
  • Updating attrs (24.3.0 -> 25.3.0)
  • Updating coverage (7.6.10 -> 7.8.2)
  • Updating deprecated (1.2.15 -> 1.2.18)
  • Updating flake8 (7.1.1 -> 7.2.0)
  • Updating identify (2.6.5 -> 2.6.12)
  • Updating mypy-extensions (1.0.0 -> 1.1.0)
  • Updating pytest (8.3.4 -> 8.3.5)
  • Updating stevedore (5.4.0 -> 5.4.1)
  • Updating termcolor (2.5.0 -> 3.1.0)
  • Updating typer (0.15.1 -> 0.16.0)
  • Updating virtualenv (20.28.1 -> 20.31.2)
  • Updating bandit (1.8.2 -> 1.8.3)
  • Updating black (24.10.0 -> 25.1.0)
  • Updating isort (5.13.2 -> 6.0.1)
  • Updating loguru (0.7.2 -> 0.7.3)
  • Updating mypy (1.14.1 -> 1.16.0)
  • Updating pep8-naming (0.14.1 -> 0.15.1)
  • Updating poethepoet (0.32.1 -> 0.34.0)
  • Updating pre-commit (4.0.1 -> 4.2.0)
  • Updating pygithub (2.5.0 -> 2.6.1)
  • Updating pytest-cov (6.0.0 -> 6.1.1)
  • Updating pytest-github-actions-annotate-failures (0.2.0 -> 0.3.0)
  • Updating semver (3.0.2 -> 3.0.4)
  • Updating types-pyyaml (6.0.12.20241230 -> 6.0.12.20250516)

Writing lock file

Applied updates from upstream project template commits:

45a5e60...7025e55

*   7025e55 Merge pull request #116 from smkent/python-versions
|\
| * 0679182 Set python version constraints to exclude 4.0 and above
|/
*   2db1e07 Merge pull request #115 from smkent/pypi-fix
|\
| * fea08ad Fix cruft metadata, disable test PyPI publishing
|/
* 8b31163 Merge pull request #114 from smkent/manage-cookie
* b94ce61 Update project template cruft, dependencies

Updated project dependencies via `poetry update`:

Package operations: 1 install, 39 updates, 0 removals

- Updating certifi (2024.12.14 -> 2025.4.26)
- Updating charset-normalizer (3.4.1 -> 3.4.2)
- Installing setuptools (80.9.0)
- Updating types-python-dateutil (2.9.0.20241206 -> 2.9.0.20250516)
- Updating urllib3 (2.3.0 -> 2.4.0)
- Updating filelock (3.16.1 -> 3.18.0)
- Updating iniconfig (2.0.0 -> 2.1.0)
- Updating packaging (24.2 -> 25.0)
- Updating jinja2 (3.1.5 -> 3.1.6)
- Updating pbr (6.1.0 -> 6.1.1)
- Updating platformdirs (4.3.6 -> 4.3.8)
- Updating pluggy (1.5.0 -> 1.6.0)
- Updating pycodestyle (2.12.1 -> 2.13.0)
- Updating pyflakes (3.2.0 -> 3.3.2)
- Updating rich (13.9.4 -> 14.0.0)
- Updating typing-extensions (4.12.2 -> 4.13.2)
- Updating attrs (24.3.0 -> 25.3.0)
- Updating coverage (7.6.10 -> 7.8.2)
- Updating deprecated (1.2.15 -> 1.2.18)
- Updating flake8 (7.1.1 -> 7.2.0)
- Updating identify (2.6.5 -> 2.6.12)
- Updating mypy-extensions (1.0.0 -> 1.1.0)
- Updating pytest (8.3.4 -> 8.3.5)
- Updating stevedore (5.4.0 -> 5.4.1)
- Updating termcolor (2.5.0 -> 3.1.0)
- Updating typer (0.15.1 -> 0.16.0)
- Updating virtualenv (20.28.1 -> 20.31.2)
- Updating bandit (1.8.2 -> 1.8.3)
- Updating black (24.10.0 -> 25.1.0)
- Updating isort (5.13.2 -> 6.0.1)
- Updating loguru (0.7.2 -> 0.7.3)
- Updating mypy (1.14.1 -> 1.16.0)
- Updating pep8-naming (0.14.1 -> 0.15.1)
- Updating poethepoet (0.32.1 -> 0.34.0)
- Updating pre-commit (4.0.1 -> 4.2.0)
- Updating pygithub (2.5.0 -> 2.6.1)
- Updating pytest-cov (6.0.0 -> 6.1.1)
- Updating pytest-github-actions-annotate-failures (0.2.0 -> 0.3.0)
- Updating semver (3.0.2 -> 3.0.4)
- Updating types-pyyaml (6.0.12.20241230 -> 6.0.12.20250516)

Writing lock file
@codecov
Copy link

codecov bot commented May 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.96%. Comparing base (7025e55) to head (0200edc).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #117   +/-   ##
=======================================
  Coverage   84.96%   84.96%           
=======================================
  Files           8        8           
  Lines         306      306           
=======================================
  Hits          260      260           
  Misses         46       46           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@smkent smkent merged commit e7df558 into main May 31, 2025
7 checks passed
@smkent smkent deleted the manage-cookie branch May 31, 2025 03:43
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.

2 participants