Skip to content

Commit

Permalink
Bump idna from 2.7 to 3.7 in /tests
Browse files Browse the repository at this point in the history
Bumps [idna](https://github.com/kjd/idna) from 2.7 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.7...v3.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2024
1 parent 21db6a7 commit e8b31ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage == 3.7.1 ; python_version == '3.2'
coverage ; python_version != '3.2'
coveralls
idna == 2.7 ; python_version == '2.6'
idna == 3.7 ; python_version == '2.6'
pycparser == 2.18 ; python_version == '2.6'
pyyaml ; python_version != '3.4'

0 comments on commit e8b31ab

Please sign in to comment.