1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-25 23:02:31 +02:00

Bump idna from 2.10 to 3.7

Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v2.10...v3.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-11 21:51:05 +00:00
committed by GitHub
parent 47025f7e05
commit 787eceefb8

View File

@@ -48,7 +48,7 @@ setuptools.setup(
'slackclient==1.3.1',
'icalendar',
'pymsteams',
'idna==2.10'
'idna==3.7'
],
extras_require={
'ldap': ['python-ldap'],