chore(pip-prod)(deps): bump idna from 3.8 to 3.10

Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.10.
- [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/v3.8...v3.10)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-16 10:44:37 +00:00 committed by Luke Tainton
parent 4441dc2b8d
commit 2f2dea036e
2 changed files with 8 additions and 5 deletions

11
poetry.lock generated
View File

@ -329,15 +329,18 @@ test = ["pytest (>=6)"]
[[package]]
name = "idna"
version = "3.8"
version = "3.10"
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.6"
files = [
{file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"},
{file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"},
{file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"},
{file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"},
]
[package.extras]
all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"]
[[package]]
name = "iniconfig"
version = "2.0.0"
@ -767,4 +770,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "a574d85e0b8acf50d08d5dbb32b20e00e9f10f142a39a0b9f10660db252f2276"
content-hash = "54c642d2f3cd0c985fc4473733e3edd8df9a430da698fc60309c7e51315483e4"

View File

@ -17,7 +17,7 @@ charset-normalizer = "3.3.2"
click = "8.1.7"
dill = "0.3.8"
exceptiongroup = "1.2.2"
idna = "3.8"
idna = "3.10"
iniconfig = "2.0.0"
lazy-object-proxy = "1.10.0"
mccabe = "0.7.0"