Skip to content

Commit 9f81c09

Browse files
cpoppemaclaudep
authored andcommitted
Update qrcode to 8.x
1 parent 625e98f commit 9f81c09

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
### Changed
5+
- Allow qrcode 8.x.
6+
37
## 1.17.0
48
### Fixed
59
- Fixed the XML syntax of the Twilio token.xml file.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ is optional, it improves account security control over
3838
``django.contrib.sessions``.
3939

4040
Compatible with supported Django and Python versions. At the moment of writing
41-
that includes 4.2, 5.0, and 5.1 on Python 3.8 to 3.12.
41+
that includes 4.2, 5.0, and 5.1 on Python 3.9 to 3.13.
4242
Documentation is available at `readthedocs.io`_.
4343

4444

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requires-python = ">= 3.9"
1919
dependencies = [
2020
"Django>=4.2",
2121
"django_otp>=0.8.0",
22-
"qrcode>=4.0.0,<7.99",
22+
"qrcode<9",
2323
"django-phonenumber-field<9",
2424
"django-formtools",
2525
]

0 commit comments

Comments
 (0)