mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-21 14:59:26 -04:00
Merge pull request #493 from GSA/dependabot/pip/dnspython-2.4.2
Bump dnspython from 2.2.1 to 2.4.2
This commit is contained in:
18
poetry.lock
generated
18
poetry.lock
generated
@@ -1026,21 +1026,21 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dnspython"
|
name = "dnspython"
|
||||||
version = "2.2.1"
|
version = "2.4.2"
|
||||||
description = "DNS toolkit"
|
description = "DNS toolkit"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6,<4.0"
|
python-versions = ">=3.8,<4.0"
|
||||||
files = [
|
files = [
|
||||||
{file = "dnspython-2.2.1-py3-none-any.whl", hash = "sha256:a851e51367fb93e9e1361732c1d60dab63eff98712e503ea7d92e6eccb109b4f"},
|
{file = "dnspython-2.4.2-py3-none-any.whl", hash = "sha256:57c6fbaaeaaf39c891292012060beb141791735dbb4004798328fc2c467402d8"},
|
||||||
{file = "dnspython-2.2.1.tar.gz", hash = "sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e"},
|
{file = "dnspython-2.4.2.tar.gz", hash = "sha256:8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
curio = ["curio (>=1.2,<2.0)", "sniffio (>=1.1,<2.0)"]
|
dnssec = ["cryptography (>=2.6,<42.0)"]
|
||||||
dnssec = ["cryptography (>=2.6,<37.0)"]
|
doh = ["h2 (>=4.1.0)", "httpcore (>=0.17.3)", "httpx (>=0.24.1)"]
|
||||||
doh = ["h2 (>=4.1.0)", "httpx (>=0.21.1)", "requests (>=2.23.0,<3.0.0)", "requests-toolbelt (>=0.9.1,<0.10.0)"]
|
doq = ["aioquic (>=0.9.20)"]
|
||||||
idna = ["idna (>=2.1,<4.0)"]
|
idna = ["idna (>=2.1,<4.0)"]
|
||||||
trio = ["trio (>=0.14,<0.20)"]
|
trio = ["trio (>=0.14,<0.23)"]
|
||||||
wmi = ["wmi (>=1.5.1,<2.0.0)"]
|
wmi = ["wmi (>=1.5.1,<2.0.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -4513,4 +4513,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.9,<3.12"
|
python-versions = ">=3.9,<3.12"
|
||||||
content-hash = "57920386647451091ac38f5ea01eb6b915f8473e1f03127e0a2fe759c39c0b78"
|
content-hash = "272f097f775eca90e3e6d69684ff1d82e8fb113c9ddad927163c81165711d16e"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ click-repl = "==0.3.0"
|
|||||||
colorama = "==0.4.4"
|
colorama = "==0.4.4"
|
||||||
defusedxml = "==0.7.1"
|
defusedxml = "==0.7.1"
|
||||||
deprecated = "==1.2.14"
|
deprecated = "==1.2.14"
|
||||||
dnspython = "==2.2.1"
|
dnspython = "==2.4.2"
|
||||||
docopt = "==0.6.2"
|
docopt = "==0.6.2"
|
||||||
docutils = "==0.16"
|
docutils = "==0.16"
|
||||||
eventlet = "==0.33.3"
|
eventlet = "==0.33.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user