diff --git a/poetry.lock b/poetry.lock index 324d52e..aa21f05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -97,13 +97,13 @@ files = [ [[package]] name = "certifi" -version = "2024.6.2" +version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.6.2-py3-none-any.whl", hash = "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56"}, - {file = "certifi-2024.6.2.tar.gz", hash = "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516"}, + {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, + {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, ] [[package]] @@ -1182,20 +1182,21 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyphishtanklookup" -version = "1.3.2" +version = "1.4.0" description = "Python CLI and module for PhishtankLookup" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "pyphishtanklookup-1.3.2-py3-none-any.whl", hash = "sha256:3faa39648f7e6c95b51c89a3a3ae4030b3aea9777e0aeccfd0ebfdc16a4c85eb"}, - {file = "pyphishtanklookup-1.3.2.tar.gz", hash = "sha256:873e97d2fa69d70d07ef04805b6bea80b8b5482a77b332bc6094a744421699e5"}, + {file = "pyphishtanklookup-1.4.0-py3-none-any.whl", hash = "sha256:59e5c9b2dfcdface937015f1f68da6fdf53a49f17d416afd93306683bde60721"}, + {file = "pyphishtanklookup-1.4.0.tar.gz", hash = "sha256:4b311cea6c71483604bf17c216e6e0d545629296a27b17172895695af7fcbf5c"}, ] [package.dependencies] -requests = ">=2.31.0,<3.0.0" +requests = ">=2.32.3,<3.0.0" [package.extras] docs = ["Sphinx (<7.2)", "Sphinx (>=7.2,<8.0)"] +lookyloo-example = ["pylookyloo (>=1.25.0,<2.0.0)"] [[package]] name = "pytest" @@ -1527,13 +1528,13 @@ urllib3 = ">=2" [[package]] name = "types-setuptools" -version = "70.1.0.20240627" +version = "70.2.0.20240704" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-70.1.0.20240627.tar.gz", hash = "sha256:385907a47b5cf302b928ce07953cd91147d5de6f3da604c31905fdf0ec309e83"}, - {file = "types_setuptools-70.1.0.20240627-py3-none-any.whl", hash = "sha256:c7bdf05cd0a8b66868b4774c7b3c079d01ae025d8c9562bfc8bf2ff44d263c9c"}, + {file = "types-setuptools-70.2.0.20240704.tar.gz", hash = "sha256:2f8d28d16ca1607080f9fdf19595bd49c942884b2bbd6529c9b8a9a8fc8db911"}, + {file = "types_setuptools-70.2.0.20240704-py3-none-any.whl", hash = "sha256:6b892d5441c2ed58dd255724516e3df1db54892fb20597599aea66d04c3e4d7f"}, ] [[package]] @@ -1610,4 +1611,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d2681448ee145e45fbe1f498ee752b6e66c21647ff197acd2a82350e6994f91b" +content-hash = "6b2d869b7e3328b0139e13a676f250d3e06a8c89ab6ab3ba6923da251e978b72" diff --git a/pyproject.toml b/pyproject.toml index 3b3627b..dd8393d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ redis = {version = "^5.0.7", extras = ["hiredis"]} werkzeug = "^3.0.3" flask-restx = "^1.3.0" gunicorn = "^22.0.0" -pyphishtanklookup = "^1.3.2" +pyphishtanklookup = "^1.4.0" [tool.poetry.dev-dependencies] ipython = [