diff --git a/poetry.lock b/poetry.lock index b3869d9cb..24e191971 100644 --- a/poetry.lock +++ b/poetry.lock @@ -689,13 +689,13 @@ toml = ["tomli"] [[package]] name = "crawlerdetect" -version = "0.1.7" -description = "CrawlerDetect is a Python class for detecting bots/crawlers/spiders via the user agent." +version = "0.3.0" +description = "CrawlerDetect is a Python library designed to identify bots, crawlers, and spiders by analyzing their user agents." optional = false -python-versions = ">=3.4, <4" +python-versions = "<4,>=3.9" files = [ - {file = "crawlerdetect-0.1.7-py2.py3-none-any.whl", hash = "sha256:cd7417f87105d508e5dee99ac1aed9f46b7f70019618c8974db29f103e4c2b33"}, - {file = "crawlerdetect-0.1.7.tar.gz", hash = "sha256:28837b434250bc4647b8b1056ab9a5bdd7133072c029b59987a3faadadb21b04"}, + {file = "crawlerdetect-0.3.0-py3-none-any.whl", hash = "sha256:7a9144619f74941bafe76a384aab55143d41d1c999e846eaf61853b3b02633c2"}, + {file = "crawlerdetect-0.3.0.tar.gz", hash = "sha256:a269289943f6b2a8f33ed5b9a09591b6dae0e45c0c19a0d9c5ef07f5c518575c"}, ] [[package]] @@ -4593,4 +4593,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "02ac41e5978cefc28923a85af8c5d9dd3f6ed929be4ea87fb2e2cc840863f8e4" +content-hash = "52ecb28d1907e42a5a735537ca6019f474ee3612cc5a3b14ddcc948d9b2afaf0" diff --git a/pyproject.toml b/pyproject.toml index 5cc198ca1..e31525e6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [] [tool.poetry.dependencies] boto = "^2.49.0" boto3 = "^1.34.103" -crawlerdetect = "^0.1.7" +crawlerdetect = "^0.3.0" django = "4.2.15" django-admin-list-filters = "^1.2" django-anymail = "^8.6"