chg: Bump deps

pull/941/head
Raphaël Vinot 2024-09-27 00:05:41 +02:00
parent 36837a8edc
commit 90525cfff2
2 changed files with 12 additions and 12 deletions

22
poetry.lock generated
View File

@ -2748,13 +2748,13 @@ recaptcha = ["SpeechRecognition (>=3.10.4,<4.0.0)", "pydub (>=0.25.1,<0.26.0)"]
[[package]] [[package]]
name = "prompt-toolkit" name = "prompt-toolkit"
version = "3.0.47" version = "3.0.48"
description = "Library for building powerful interactive command lines in Python" description = "Library for building powerful interactive command lines in Python"
optional = false optional = false
python-versions = ">=3.7.0" python-versions = ">=3.7.0"
files = [ files = [
{file = "prompt_toolkit-3.0.47-py3-none-any.whl", hash = "sha256:0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10"}, {file = "prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e"},
{file = "prompt_toolkit-3.0.47.tar.gz", hash = "sha256:1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360"}, {file = "prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"},
] ]
[package.dependencies] [package.dependencies]
@ -2831,13 +2831,13 @@ tests = ["pytest"]
[[package]] [[package]]
name = "puremagic" name = "puremagic"
version = "1.27" version = "1.28"
description = "Pure python implementation of magic file detection" description = "Pure python implementation of magic file detection"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "puremagic-1.27-py3-none-any.whl", hash = "sha256:b5519ad89e9b7c96a5fd9947d9a907e44f97cc30eae6dcf746d90a58e3681936"}, {file = "puremagic-1.28-py3-none-any.whl", hash = "sha256:e16cb9708ee2007142c37931c58f07f7eca956b3472489106a7245e5c3aa1241"},
{file = "puremagic-1.27.tar.gz", hash = "sha256:7cb316f40912f56f34149f8ebdd77a91d099212d2ed936feb2feacfc7cbce2c1"}, {file = "puremagic-1.28.tar.gz", hash = "sha256:195893fc129657f611b86b959aab337207d6df7f25372209269ed9e303c1a8c0"},
] ]
[[package]] [[package]]
@ -3376,17 +3376,17 @@ files = [
[[package]] [[package]]
name = "python-socks" name = "python-socks"
version = "2.5.1" version = "2.5.2"
description = "Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python" description = "Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "python_socks-2.5.1-py3-none-any.whl", hash = "sha256:00e9a0c3a208e14429d42c820ddbe0755e17596f639fd558f3e8d925fb34bcec"}, {file = "python_socks-2.5.2-py3-none-any.whl", hash = "sha256:e2511c0d270d5135f8052d5e7ab7c4f089bd0f3fe0f54b8c322f8cbda5db2b2e"},
{file = "python_socks-2.5.1.tar.gz", hash = "sha256:7ed6559864d28858fbb7a85c6d96bb280e95af814d1d5d6dc50f92e35bfa340e"}, {file = "python_socks-2.5.2.tar.gz", hash = "sha256:1a5220d159f88a92ef2f77d1acb77d175d40cb34af9176609d3cf728cb7499c7"},
] ]
[package.dependencies] [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] [package.extras]
anyio = ["anyio (>=3.3.4,<5.0.0)"] anyio = ["anyio (>=3.3.4,<5.0.0)"]
@ -4537,4 +4537,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<3.13" python-versions = ">=3.8.1,<3.13"
content-hash = "c13b0c4414c0cef489dd028de301f29948ad7fd233cba439870af2a8e4694d6e" content-hash = "72e46c055b1d8822ecd570e15e6072e1cf520bfe2fd956ea6afd14732c4402e7"

View File

@ -84,7 +84,7 @@ urllib3 = [
] ]
pypdns = "^2.2.3" pypdns = "^2.2.3"
mmh3 = "^5.0.1" mmh3 = "^5.0.1"
puremagic = "^1.27" puremagic = "^1.28"
psutil = "^6.0.0" psutil = "^6.0.0"
flask-talisman = "^1.1.0" flask-talisman = "^1.1.0"