Skip to content

Commit b1ef39d

Browse files
dependabot[bot]KaiSchwarz-cnic
authored andcommitted
fix(deps): update idna requirement from >=3.16 to >=3.17
Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.16...v3.17) --- updated-dependencies: - dependency-name: idna dependency-version: '3.17' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0f5094 commit b1ef39d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"pytest-cov>=7.1.0,<8",
2929
"twine>=4,<7",
3030
"black>=26.3.1,<27",
31-
"idna>=3.16"
31+
"idna>=3.17"
3232
]
3333
classifiers = [
3434
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)