Skip to content

Commit

Permalink
chore(deps): bump idna from 3.3 to 3.10 (#549)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 3acc7cb commit 0781aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fastapi==0.99.1; python_full_version >= "3.6.1"
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"
h11==0.14.0; python_full_version >= "3.6.1" and python_version >= "3.6"
httptools==0.6.4
idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "4.0"
idna==3.10; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "4.0"
itsdangerous==2.0.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
jinja2==3.1.5; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0"
markupsafe==3.0.2; python_full_version >= "3.6.1" and python_version >= "3.6"
Expand Down

0 comments on commit 0781aa3

Please sign in to comment.