diff --git a/poetry.lock b/poetry.lock index 5ed2d8e4..a363a6d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2748,13 +2748,13 @@ recaptcha = ["SpeechRecognition (>=3.10.4,<4.0.0)", "pydub (>=0.25.1,<0.26.0)"] [[package]] name = "prompt-toolkit" -version = "3.0.47" +version = "3.0.48" description = "Library for building powerful interactive command lines in Python" optional = false python-versions = ">=3.7.0" files = [ - {file = "prompt_toolkit-3.0.47-py3-none-any.whl", hash = "sha256:0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10"}, - {file = "prompt_toolkit-3.0.47.tar.gz", hash = "sha256:1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360"}, + {file = "prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e"}, + {file = "prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"}, ] [package.dependencies] @@ -2831,13 +2831,13 @@ tests = ["pytest"] [[package]] name = "puremagic" -version = "1.27" +version = "1.28" description = "Pure python implementation of magic file detection" optional = false python-versions = "*" files = [ - {file = "puremagic-1.27-py3-none-any.whl", hash = "sha256:b5519ad89e9b7c96a5fd9947d9a907e44f97cc30eae6dcf746d90a58e3681936"}, - {file = "puremagic-1.27.tar.gz", hash = "sha256:7cb316f40912f56f34149f8ebdd77a91d099212d2ed936feb2feacfc7cbce2c1"}, + {file = "puremagic-1.28-py3-none-any.whl", hash = "sha256:e16cb9708ee2007142c37931c58f07f7eca956b3472489106a7245e5c3aa1241"}, + {file = "puremagic-1.28.tar.gz", hash = "sha256:195893fc129657f611b86b959aab337207d6df7f25372209269ed9e303c1a8c0"}, ] [[package]] @@ -3376,17 +3376,17 @@ files = [ [[package]] name = "python-socks" -version = "2.5.1" +version = "2.5.2" description = "Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python" optional = false python-versions = "*" files = [ - {file = "python_socks-2.5.1-py3-none-any.whl", hash = "sha256:00e9a0c3a208e14429d42c820ddbe0755e17596f639fd558f3e8d925fb34bcec"}, - {file = "python_socks-2.5.1.tar.gz", hash = "sha256:7ed6559864d28858fbb7a85c6d96bb280e95af814d1d5d6dc50f92e35bfa340e"}, + {file = "python_socks-2.5.2-py3-none-any.whl", hash = "sha256:e2511c0d270d5135f8052d5e7ab7c4f089bd0f3fe0f54b8c322f8cbda5db2b2e"}, + {file = "python_socks-2.5.2.tar.gz", hash = "sha256:1a5220d159f88a92ef2f77d1acb77d175d40cb34af9176609d3cf728cb7499c7"}, ] [package.dependencies] -async-timeout = {version = ">=3.0.1", optional = true, markers = "extra == \"asyncio\""} +async-timeout = {version = ">=3.0.1", optional = true, markers = "python_version < \"3.11\" and extra == \"asyncio\""} [package.extras] anyio = ["anyio (>=3.3.4,<5.0.0)"] @@ -4537,4 +4537,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "c13b0c4414c0cef489dd028de301f29948ad7fd233cba439870af2a8e4694d6e" +content-hash = "72e46c055b1d8822ecd570e15e6072e1cf520bfe2fd956ea6afd14732c4402e7" diff --git a/pyproject.toml b/pyproject.toml index 9ebda16e..784921ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ urllib3 = [ ] pypdns = "^2.2.3" mmh3 = "^5.0.1" -puremagic = "^1.27" +puremagic = "^1.28" psutil = "^6.0.0" flask-talisman = "^1.1.0"