diff --git a/poetry.lock b/poetry.lock index 757e95a..aabb701 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -2791,20 +2791,20 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydash" -version = "7.0.7" +version = "8.0.4" description = "The kitchen sink of Python utility libraries for doing \"stuff\" in a functional way. Based on the Lo-Dash Javascript library." optional = false python-versions = ">=3.8" files = [ - {file = "pydash-7.0.7-py3-none-any.whl", hash = "sha256:c3c5b54eec0a562e0080d6f82a14ad4d5090229847b7e554235b5c1558c745e1"}, - {file = "pydash-7.0.7.tar.gz", hash = "sha256:cc935d5ac72dd41fb4515bdf982e7c864c8b5eeea16caffbab1936b849aaa49a"}, + {file = "pydash-8.0.4-py3-none-any.whl", hash = "sha256:59d0c9ca0d22b4f8bcfab01bfe2e89b49f4c9e9fa75961caf156094670260999"}, + {file = "pydash-8.0.4.tar.gz", hash = "sha256:a33fb17b4b06c617da5c57c711605d2dc8723311ee5388c8371f87cd44bf4112"}, ] [package.dependencies] -typing-extensions = ">=3.10,<4.6.0 || >4.6.0" +typing-extensions = ">3.10,<4.6.0 || >4.6.0" [package.extras] -dev = ["black", "build", "coverage", "docformatter", "flake8", "flake8-black", "flake8-bugbear", "flake8-isort", "furo", "invoke", "isort", "mypy", "pylint", "pytest", "pytest-cov", "pytest-mypy-testing", "sphinx", "sphinx-autodoc-typehints", "tox", "twine", "wheel"] +dev = ["build", "coverage", "furo", "invoke", "mypy", "pytest", "pytest-cov", "pytest-mypy-testing", "ruff", "sphinx", "sphinx-autodoc-typehints", "tox", "twine", "wheel"] [[package]] name = "pygments" @@ -4567,4 +4567,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "d4cdfaad580ca1d6c9d0550814d18f19d4ab7b172c46bc5b449b56f5550db278" +content-hash = "8c1794e37d68e9a61115abfb0b7fa34adb4a7321f40ed866ddd90bfd856ac4bd" diff --git a/pyproject.toml b/pyproject.toml index fc1f379..6a94936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dateparser = "^1.1.7" types-dateparser = "^1.1" PyYAML = "^6.0" types-PyYAML = "^6.0" -pydash = "^7.0" +pydash = ">=7,<9" beautifulsoup4 = "^4.11" types-beautifulsoup4 = "^4.11" simplejson = "^3.18"