Skip to content

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Any breaking changes which require intervention will be mentioned here.
1818

1919
- ``setuptools>=77`` is required. Previous versions would often fail to
2020
properly parse the ``licence`` field.
21+
- Extend supported versions of ``django-renderpdf``, ``qrcode`` and
22+
``cryptography``.
2123

2224
13.2.2
2325
------

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ classifiers = [
3030
"Typing :: Typed",
3131
]
3232
dependencies = [
33-
"cryptography>=3.2,<40",
33+
"cryptography>=3.2,<47",
3434
"django>=4.2,<5.3",
35-
"django_renderpdf>=3.0.0,<5.0.0",
35+
"django_renderpdf>=3.0.0,<6.0.0",
3636
"lxml>=3.4.4",
3737
"pyopenssl>=16.2.0",
3838
"setuptools-git>=1.1",
3939
"wheel>=0.24.0",
4040
"zeep>=1.1.0,<5.0.0",
41-
"qrcode[pil]>=6.1,<8.0",
41+
"qrcode[pil]>=6.1,<9.0",
4242
"pyyaml>=5.3.1,<7.0.0",
4343
# zeep depends on requests, but these specific version are incompatible.
4444
# See: https://github.com/WhyNotHugo/django-afip/issues/211

0 commit comments

Comments
 (0)