Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update idna per dependabot / CVE-2024-3651
Browse files Browse the repository at this point in the history
geekosaur committed Apr 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 00ce024 commit d280249
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/requirements.in
Original file line number Diff line number Diff line change
@@ -10,3 +10,5 @@ certifi >= 2023.07.22
urllib3 >= 2.0.7
# CVE-2024-22195
jinja2 == 3.1.3
# CVE-2024-3651
idna >= 3.7
6 changes: 4 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -19,8 +19,10 @@ docutils==0.18.1
# sphinx
# sphinx-jsonschema
# sphinx-rtd-theme
idna==3.4
# via requests
idna==3.7
# via
# -r requirements.in
# requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.3

0 comments on commit d280249

Please sign in to comment.