File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Unreleased
55----------
66
7+ Version 2.7.5
8+ -------------
9+
10+ Released 2024-08-03
11+
12+ - Add Python 3.12 to CI. `#499 <https://github.com/dajiaji/python-cwt/pull/499 >`__
13+ - Update dependencies.
14+ - Bump cbor2 to 5.6.4. `#533 <https://github.com/dajiaji/python-cwt/pull/533 >`__
15+ - Bump cryptography to 42.0.5. `#512 <https://github.com/dajiaji/python-cwt/pull/512 >`__
16+ - Update dev dependencies.
17+ - Bump codecov/codecov-action to v4. `#541 <https://github.com/dajiaji/python-cwt/pull/541 >`__
18+ - Bump setuptools to 70.0.0. `#538 <https://github.com/dajiaji/python-cwt/pull/538 >`__
19+ - Bump zipp to 3.19.1. `#537 <https://github.com/dajiaji/python-cwt/pull/537 >`__
20+ - Bump certifi to 2024.7.4. `#536 <https://github.com/dajiaji/python-cwt/pull/536 >`__
21+ - Bump tox to 4.16.0. `#535 <https://github.com/dajiaji/python-cwt/pull/535 >`__
22+ - Bump urllib3 to 2.2.2. `#534 <https://github.com/dajiaji/python-cwt/pull/534 >`__
23+ - Bump requests to 2.32.0. `#530 <https://github.com/dajiaji/python-cwt/pull/530 >`__
24+ - Bump jinja2 to 3.1.4. `#528 <https://github.com/dajiaji/python-cwt/pull/528 >`__
25+ - Bump idna to 3.7. `#525 <https://github.com/dajiaji/python-cwt/pull/525 >`__
26+ - Bump sphinx-autodoc-typehints to 2.0.1. `#524 <https://github.com/dajiaji/python-cwt/pull/524 >`__
27+ - Bump blacken-docs to 1.18.0. `#522 <https://github.com/dajiaji/python-cwt/pull/522 >`__
28+ - Bump pre-commit/black to 24.4.2. `#522 <https://github.com/dajiaji/python-cwt/pull/522 >`__
29+ - Bump pre-commit/flake8 to 7.1.0. `#522 <https://github.com/dajiaji/python-cwt/pull/522 >`__
30+ - Bump pre-commit/mirrors-mypy to 1.10.0. `#522 <https://github.com/dajiaji/python-cwt/pull/522 >`__
31+ - Bump pre-commit/pre-commit-hooks to 4.6.0. `#522 <https://github.com/dajiaji/python-cwt/pull/522 >`__
32+ - Bump pytest-cov to 5.0.0. `#519 <https://github.com/dajiaji/python-cwt/pull/519 >`__
33+ - Bump pytest to 8.1.1. `#516 <https://github.com/dajiaji/python-cwt/pull/516 >`__
34+
735Version 2.7.4
836-------------
937
Original file line number Diff line number Diff line change 2727from .recipient import Recipient
2828from .signer import Signer
2929
30- __version__ = "2.7.4 "
30+ __version__ = "2.7.5 "
3131__title__ = "cwt"
3232__description__ = "A Python implementation of CWT/COSE"
3333__url__ = "https://python-cwt.readthedocs.io"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " cwt"
7- version = " 2.7.4 "
7+ version = " 2.7.5 "
88description = " A Python implementation of CWT/COSE."
99authors = [" Ajitomi Daisuke <dajiaji@gmail.com>" ]
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments