chg: Bump deps

pull/828/head
Raphaël Vinot 2023-11-06 16:17:21 +01:00
parent 77d5cab1e8
commit 22f0fbd21c
2 changed files with 22 additions and 19 deletions

37
poetry.lock generated
View File

@ -289,13 +289,13 @@ lxml = ["lxml"]
[[package]] [[package]]
name = "blinker" name = "blinker"
version = "1.6.3" version = "1.7.0"
description = "Fast, simple object-to-object and broadcast signaling" description = "Fast, simple object-to-object and broadcast signaling"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "blinker-1.6.3-py3-none-any.whl", hash = "sha256:296320d6c28b006eb5e32d4712202dbcdcbf5dc482da298c2f44881c43884aaa"}, {file = "blinker-1.7.0-py3-none-any.whl", hash = "sha256:c3f865d4d54db7abc53758a01601cf343fe55b84c1de4e3fa910e420b438d5b9"},
{file = "blinker-1.6.3.tar.gz", hash = "sha256:152090d27c1c5c722ee7e48504b02d76502811ce02e1523553b4cf8c8b3d3a8d"}, {file = "blinker-1.7.0.tar.gz", hash = "sha256:e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182"},
] ]
[[package]] [[package]]
@ -2064,13 +2064,13 @@ files = [
[[package]] [[package]]
name = "publicsuffixlist" name = "publicsuffixlist"
version = "0.10.0.20231030" version = "0.10.0.20231105"
description = "publicsuffixlist implement" description = "publicsuffixlist implement"
optional = false optional = false
python-versions = ">=2.6" python-versions = ">=2.6"
files = [ files = [
{file = "publicsuffixlist-0.10.0.20231030-py2.py3-none-any.whl", hash = "sha256:07dd88d9f62c5fe1e836aacd1cb5bae261e246b7e1e4020ac7def9e7ea3b24cd"}, {file = "publicsuffixlist-0.10.0.20231105-py2.py3-none-any.whl", hash = "sha256:7567426a0e72fef363439ed0f64836d2a62174cbac17decc48ac209f721bcd16"},
{file = "publicsuffixlist-0.10.0.20231030.tar.gz", hash = "sha256:d7246feb383d98a2538a7479ed01ef0b1ff49a2d1bd8edc291ca07d6fe10b8da"}, {file = "publicsuffixlist-0.10.0.20231105.tar.gz", hash = "sha256:fbfaf6815b40d23f9a63cdbb074c1908e96882297bf76d55f78fdb6b2f3f7558"},
] ]
[package.extras] [package.extras]
@ -2749,13 +2749,13 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"]
[[package]] [[package]]
name = "tldextract" name = "tldextract"
version = "5.0.1" version = "5.1.0"
description = "Accurately separates a URL's subdomain, domain, and public suffix, using the Public Suffix List (PSL). By default, this includes the public ICANN TLDs and their exceptions. You can optionally support the Public Suffix List's private domains as well." description = "Accurately separates a URL's subdomain, domain, and public suffix, using the Public Suffix List (PSL). By default, this includes the public ICANN TLDs and their exceptions. You can optionally support the Public Suffix List's private domains as well."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "tldextract-5.0.1-py3-none-any.whl", hash = "sha256:8322fa2b73d9572c6bde31e96f66b694abb86d85b32ed6082593da806a6d33b4"}, {file = "tldextract-5.1.0-py3-none-any.whl", hash = "sha256:c8eecb15f556b43db6eebd21667640fb6fba9bc9539b48707432014913a78d13"},
{file = "tldextract-5.0.1.tar.gz", hash = "sha256:ac1c5daa02616e9c2608f5fb6dd93049db03d0cf46c7f6fad46e2850a984f019"}, {file = "tldextract-5.1.0.tar.gz", hash = "sha256:366acfb099c7eb5dc83545c391d73da6e3afe4eaec652417c3cf13b002a160e1"},
] ]
[package.dependencies] [package.dependencies]
@ -2764,6 +2764,9 @@ idna = "*"
requests = ">=2.1.0" requests = ">=2.1.0"
requests-file = ">=1.4" requests-file = ">=1.4"
[package.extras]
testing = ["black", "mypy", "pytest", "pytest-gitignore", "pytest-mock", "responses", "ruff", "tox", "types-filelock", "types-requests"]
[[package]] [[package]]
name = "tomli" name = "tomli"
version = "2.0.1" version = "2.0.1"
@ -2886,13 +2889,13 @@ files = [
[[package]] [[package]]
name = "types-redis" name = "types-redis"
version = "4.6.0.8" version = "4.6.0.9"
description = "Typing stubs for redis" description = "Typing stubs for redis"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "types-redis-4.6.0.8.tar.gz", hash = "sha256:1abb2859bbf9b171a22ef69d1ece0e35ef93e642fba97538497add884ad75b5e"}, {file = "types-redis-4.6.0.9.tar.gz", hash = "sha256:06ac31ed7b23aae2d230a62e4bf7d0037aee10ab9f68eee261ac8be8402daf92"},
{file = "types_redis-4.6.0.8-py3-none-any.whl", hash = "sha256:4839923b4cce77bbf987290ca83710f8218529eebe1d2c3a0f067416c86847f5"}, {file = "types_redis-4.6.0.9-py3-none-any.whl", hash = "sha256:12fb29ff019b62998b17bb086cff260e625477db1a17bfca6bae0f43ab3447a5"},
] ]
[package.dependencies] [package.dependencies]
@ -3164,13 +3167,13 @@ files = [
[[package]] [[package]]
name = "wtforms" name = "wtforms"
version = "3.1.0" version = "3.1.1"
description = "Form validation and rendering for Python web development." description = "Form validation and rendering for Python web development."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "wtforms-3.1.0-py3-none-any.whl", hash = "sha256:addd7899004fdf9318eb711d33aae9c1973fe80378257b7383e06de2eff7c559"}, {file = "wtforms-3.1.1-py3-none-any.whl", hash = "sha256:ae7c54b29806c70f7bce8eb9f24afceb10ca5c32af3d9f04f74d2f66ccc5c7e0"},
{file = "wtforms-3.1.0.tar.gz", hash = "sha256:4edd15771630289a5fa343d58822f72749822ca5a39dd33f92ee917cf72b954b"}, {file = "wtforms-3.1.1.tar.gz", hash = "sha256:5e51df8af9a60f6beead75efa10975e97768825a82146a65c7cbf5b915990620"},
] ]
[package.dependencies] [package.dependencies]
@ -3284,4 +3287,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8,<3.12" python-versions = ">=3.8,<3.12"
content-hash = "09727840fa59dc322f2e03fbeaf542a661816e800c17147655980ce985d0e5ef" content-hash = "c3c97926df4e1aa49db5e8c01499a857216e29883d78d58acbf762315fc36585"

View File

@ -68,7 +68,7 @@ pypandora = "^1.6.0"
lacuscore = "^1.7.2" lacuscore = "^1.7.2"
pylacus = "^1.7.0" pylacus = "^1.7.0"
pyipasnhistory = "^2.1.2" pyipasnhistory = "^2.1.2"
publicsuffixlist = "^0.10.0.20231030" publicsuffixlist = "^0.10.0.20231105"
pyfaup = "^1.2" pyfaup = "^1.2"
chardet = "^5.2.0" chardet = "^5.2.0"
pysecuritytxt = "^1.2.0" pysecuritytxt = "^1.2.0"
@ -90,7 +90,7 @@ types-requests = [
{version = "<2.31", python = "<3.10"}, {version = "<2.31", python = "<3.10"},
{version = "^2.31.0.10", python = ">=3.10"} {version = "^2.31.0.10", python = ">=3.10"}
] ]
types-redis = {version = "^4.6.0.8"} types-redis = {version = "^4.6.0.9"}
types-pkg-resources = "^0.1.3" types-pkg-resources = "^0.1.3"
types-Deprecated = "^1.2.9.3" types-Deprecated = "^1.2.9.3"
types-python-dateutil = "^2.8.19.14" types-python-dateutil = "^2.8.19.14"