diff --git a/poetry.lock b/poetry.lock index 3d516d3..13fcfe0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -47,19 +47,22 @@ tzdata = ["tzdata"] [[package]] name = "beautifulsoup4" -version = "4.12.2" +version = "4.12.3" description = "Screen-scraping library" optional = false python-versions = ">=3.6.0" files = [ - {file = "beautifulsoup4-4.12.2-py3-none-any.whl", hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a"}, - {file = "beautifulsoup4-4.12.2.tar.gz", hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"}, + {file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"}, + {file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"}, ] [package.dependencies] soupsieve = ">1.2" [package.extras] +cchardet = ["cchardet"] +chardet = ["chardet"] +charset-normalizer = ["charset-normalizer"] html5lib = ["html5lib"] lxml = ["lxml"] @@ -1064,13 +1067,13 @@ files = [ [[package]] name = "tox" -version = "4.12.0" +version = "4.12.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.12.0-py3-none-any.whl", hash = "sha256:c94bf5852ba41f3d9f1e3470ccf3390e0b7bdc938095be3cd96dce25ab5062a0"}, - {file = "tox-4.12.0.tar.gz", hash = "sha256:76adc53a3baff7bde80d6ad7f63235735cfc5bc42e8cb6fccfbf62cb5ffd4d92"}, + {file = "tox-4.12.1-py3-none-any.whl", hash = "sha256:c07ea797880a44f3c4f200ad88ad92b446b83079d4ccef89585df64cc574375c"}, + {file = "tox-4.12.1.tar.gz", hash = "sha256:61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e"}, ] [package.dependencies] @@ -1243,4 +1246,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "6b7f4e9734fa5b5eb080d25f7cf8f3c1cba154af50b4c04297262494bc63d416" +content-hash = "643be17c75183d2e3e6058c33e1db004b0dfc3b11ecae919aab77918241b7a43" diff --git a/pyproject.toml b/pyproject.toml index 5c4fe8d..4dc0c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,9 +60,9 @@ pytest = "7.4.4" coverage = "7.4.0" pytest-django = "4.7.0" pre-commit = "3.5.0" -tox = "4.12.0" +tox = "4.12.1" tox-gh-actions = "3.2.0" -beautifulsoup4 = "4.12.2" +beautifulsoup4 = "4.12.3" [tool.poetry.group.docs.dependencies] mkdocs = "1.5.3"