Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps pyhpke from 0.6.2 to 0.6.3.

Release notes

Sourced from pyhpke's releases.

v0.6.3

See CHANGES for details.

contributors: @​achamayou

Changelog

Sourced from pyhpke's changelog.

Version 0.6.3

Released 2025-02-26

  • Add Support for Python 3.14. [#281](https://github.com/dajiaji/pyhpke/issues/281) <https://github.com/dajiaji/pyhpke/pull/281>__
  • Fix readthedocs settings. [#280](https://github.com/dajiaji/pyhpke/issues/280) <https://github.com/dajiaji/pyhpke/pull/280>__
  • Refine pyproject.toml to use poetry group. [#246](https://github.com/dajiaji/pyhpke/issues/246) <https://github.com/dajiaji/pyhpke/pull/246>__
  • Update dependencies.
    • Allow cryptography 45 and 46. [#278](https://github.com/dajiaji/pyhpke/issues/278) <https://github.com/dajiaji/pyhpke/pull/278>__
  • Update dev dependencies.
    • Bump isort to 7.0.0. [#277](https://github.com/dajiaji/pyhpke/issues/277) <https://github.com/dajiaji/pyhpke/pull/277>__
    • Bump tox to 4.30.3. [#276](https://github.com/dajiaji/pyhpke/issues/276) <https://github.com/dajiaji/pyhpke/pull/276>__
    • Bump black to 25.9.0. [#275](https://github.com/dajiaji/pyhpke/issues/275) <https://github.com/dajiaji/pyhpke/pull/275>__
    • Bump mirrors-mypy to 1.18.2. [#275](https://github.com/dajiaji/pyhpke/issues/275) <https://github.com/dajiaji/pyhpke/pull/275>__
    • Bump pytest-cov to 7.0.0. [#273](https://github.com/dajiaji/pyhpke/issues/273) <https://github.com/dajiaji/pyhpke/pull/273>__
    • Bump blacken-docs to 1.20.0. [#272](https://github.com/dajiaji/pyhpke/issues/272) <https://github.com/dajiaji/pyhpke/pull/272>__
    • Bump pytest to 8.4.2. [#269](https://github.com/dajiaji/pyhpke/issues/269) <https://github.com/dajiaji/pyhpke/pull/269>__
    • Bump pre-commit to 4.3.0. [#266](https://github.com/dajiaji/pyhpke/issues/266) <https://github.com/dajiaji/pyhpke/pull/266>__
    • Bump pre-commit-hooks to 6.0.0. [#265](https://github.com/dajiaji/pyhpke/issues/265) <https://github.com/dajiaji/pyhpke/pull/265>__
    • Bump flake8 to 7.3.0. [#258](https://github.com/dajiaji/pyhpke/issues/258) <https://github.com/dajiaji/pyhpke/pull/258>__
Commits
  • 03fa38f Merge pull request #282 from dajiaji/bump-to-0_6_3
  • 599fa25 Bump version to 0.6.3.
  • 6793745 Merge pull request #281 from dajiaji/add-support-for-py314
  • 2874542 Add support for Python 3.14.
  • d190601 Merge pull request #280 from dajiaji/fix-readthedoc-error
  • 2611653 Fix readthedoc error.
  • 88e1db6 Merge pull request #279 from dajiaji/update-poetry-lock
  • ca39e10 Update poetry.lock.
  • d290efc Merge pull request #277 from dajiaji/pre-commit-ci-update-config
  • b3faf7b Merge pull request #278 from achamayou/allow_cryptography_45_and_46
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyhpke](https://github.com/dajiaji/pyhpke) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/dajiaji/pyhpke/releases)
- [Changelog](https://github.com/dajiaji/pyhpke/blob/main/CHANGES.rst)
- [Commits](dajiaji/pyhpke@v0.6.2...v0.6.3)

---
updated-dependencies:
- dependency-name: pyhpke
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 20, 2025
@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.34%. Comparing base (4f8a435) to head (dbec1c9).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #649   +/-   ##
=======================================
  Coverage   97.34%   97.34%           
=======================================
  Files          32       32           
  Lines        3357     3357           
=======================================
  Hits         3268     3268           
  Misses         89       89           

☔ 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.

@dajiaji dajiaji merged commit a435883 into main Oct 20, 2025
19 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyhpke-0.6.3 branch October 20, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants