diff --git a/poetry.lock b/poetry.lock index 721f85df2..b5bff8957 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1213,15 +1213,15 @@ python-versions = "*" [[package]] name = "types-PyYAML" -version = "6.0.12.12" +version = "6.0.12.20240311" description = "Typing stubs for PyYAML" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.8" [[package]] name = "types-requests" -version = "2.31.0.20240218" +version = "2.31.0.20240311" description = "Typing stubs for requests" category = "dev" optional = false @@ -1240,11 +1240,11 @@ python-versions = "*" [[package]] name = "types-toml" -version = "0.10.8.7" +version = "0.10.8.20240310" description = "Typing stubs for toml" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.8" [[package]] name = "typing-extensions" @@ -1315,7 +1315,7 @@ version = ["multi-repo-automation"] [metadata] lock-version = "1.1" python-versions = ">=3.9,<4.0" -content-hash = "dab2b6d4c6f301f69f8365c9440c64085f50b1b779fc39d26c28721314179354" +content-hash = "28cdce15f0a08b302d5a17c5f4093f05c841009865df990ca2717b739928f5e8" [metadata.files] astroid = [ @@ -2030,20 +2030,20 @@ types-Markdown = [ {file = "types_Markdown-3.4.2.10-py3-none-any.whl", hash = "sha256:543ff3027fda21c3149780bf835a721cd094c5729e9a87725f180569c960bff8"}, ] types-PyYAML = [ - {file = "types-PyYAML-6.0.12.12.tar.gz", hash = "sha256:334373d392fde0fdf95af5c3f1661885fa10c52167b14593eb856289e1855062"}, - {file = "types_PyYAML-6.0.12.12-py3-none-any.whl", hash = "sha256:c05bc6c158facb0676674b7f11fe3960db4f389718e19e62bd2b84d6205cfd24"}, + {file = "types-PyYAML-6.0.12.20240311.tar.gz", hash = "sha256:a9e0f0f88dc835739b0c1ca51ee90d04ca2a897a71af79de9aec5f38cb0a5342"}, + {file = "types_PyYAML-6.0.12.20240311-py3-none-any.whl", hash = "sha256:b845b06a1c7e54b8e5b4c683043de0d9caf205e7434b3edc678ff2411979b8f6"}, ] types-requests = [ - {file = "types-requests-2.31.0.20240218.tar.gz", hash = "sha256:f1721dba8385958f504a5386240b92de4734e047a08a40751c1654d1ac3349c5"}, - {file = "types_requests-2.31.0.20240218-py3-none-any.whl", hash = "sha256:a82807ec6ddce8f00fe0e949da6d6bc1fbf1715420218a9640d695f70a9e5a9b"}, + {file = "types-requests-2.31.0.20240311.tar.gz", hash = "sha256:b1c1b66abfb7fa79aae09097a811c4aa97130eb8831c60e47aee4ca344731ca5"}, + {file = "types_requests-2.31.0.20240311-py3-none-any.whl", hash = "sha256:47872893d65a38e282ee9f277a4ee50d1b28bd592040df7d1fdaffdf3779937d"}, ] types-setuptools = [ {file = "types-setuptools-68.0.0.3.tar.gz", hash = "sha256:d57ae6076100b5704b3cc869fdefc671e1baf4c2cd6643f84265dfc0b955bf05"}, {file = "types_setuptools-68.0.0.3-py3-none-any.whl", hash = "sha256:fec09e5c18264c5c09351c00be01a34456fb7a88e457abe97401325f84ad9d36"}, ] types-toml = [ - {file = "types-toml-0.10.8.7.tar.gz", hash = "sha256:58b0781c681e671ff0b5c0319309910689f4ab40e8a2431e205d70c94bb6efb1"}, - {file = "types_toml-0.10.8.7-py3-none-any.whl", hash = "sha256:61951da6ad410794c97bec035d59376ce1cbf4453dc9b6f90477e81e4442d631"}, + {file = "types-toml-0.10.8.20240310.tar.gz", hash = "sha256:3d41501302972436a6b8b239c850b26689657e25281b48ff0ec06345b8830331"}, + {file = "types_toml-0.10.8.20240310-py3-none-any.whl", hash = "sha256:627b47775d25fa29977d9c70dc0cbab3f314f32c8d8d0c012f2ef5de7aaec05d"}, ] typing-extensions = [ {file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"}, diff --git a/pyproject.toml b/pyproject.toml index fe0d18b1f..1d0f195a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,11 +97,11 @@ version = ["multi-repo-automation"] [tool.poetry.group.dev.dependencies] # pylint = "2.15.6" prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] } -types-requests = "2.31.0.20240218" -types-pyyaml = "6.0.12.12" +types-requests = "2.31.0.20240311" +types-pyyaml = "6.0.12.20240311" types-setuptools = "68.0.0.3" types-markdown = "3.4.2.10" -types-toml = "0.10.8.7" +types-toml = "0.10.8.20240310" typing-extensions = "4.7.1" prospector-profile-duplicated = "0.1.0"