Skip to content

Commit 829d42b

Browse files
dependabot[bot]KaiSchwarz-cnic
authored andcommitted
fix(deps): update idna requirement from >=3.17 to >=3.18
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.17...v3.18) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dfcef45 commit 829d42b

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>=6.2.0,<7",
3030
"black>=26.5.1,<27",
31-
"idna>=3.17"
31+
"idna>=3.18"
3232
]
3333
classifiers = [
3434
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)