Skip to content

Commit 0781aa3

Browse files
chore(deps): bump idna from 3.3 to 3.10 (#549)
Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.10. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.3...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3acc7cb commit 0781aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fastapi==0.99.1; python_full_version >= "3.6.1"
1616
greenlet==1.1.2; python_version >= "3" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
1717
h11==0.14.0; python_full_version >= "3.6.1" and python_version >= "3.6"
1818
httptools==0.6.4
19-
idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "4.0"
19+
idna==3.10; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "4.0"
2020
itsdangerous==2.0.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
2121
jinja2==3.1.5; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
2222
markupsafe==3.0.2; python_full_version >= "3.6.1" and python_version >= "3.6"

0 commit comments

Comments
 (0)