Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump idna from 2.9 to 3.7 in /__tests__/data
Bumps [idna](https://github.com/kjd/idna) from 2.9 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.9...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
commit 88323e83a1db101c3f0e078c2e86d84aee78e20e
2 changes: 1 addition & 1 deletion __tests__/data/requirements-linux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi==2020.6.20
chardet==3.0.4
docutils==0.16
idna==2.10
idna==3.7
Kivy==2.0.0rc3
Kivy-Garden==0.1.4
packaging==20.7
Expand Down
2 changes: 1 addition & 1 deletion __tests__/data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docutils==0.16

future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'

idna==2.9
idna==3.7

itsdangerous==1.1.0

Expand Down
Loading