diff --git a/poetry.lock b/poetry.lock index 2cdddd5..4e91093 100644 --- a/poetry.lock +++ b/poetry.lock @@ -606,18 +606,18 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa [[package]] name = "platformdirs" -version = "3.5.0" +version = "3.5.1" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "platformdirs-3.5.0-py3-none-any.whl", hash = "sha256:47692bc24c1958e8b0f13dd727307cff1db103fca36399f457da8e05f222fdc4"}, - {file = "platformdirs-3.5.0.tar.gz", hash = "sha256:7954a68d0ba23558d753f73437c55f89027cf8f5108c19844d4b82e5af396335"}, + {file = "platformdirs-3.5.1-py3-none-any.whl", hash = "sha256:e2378146f1964972c03c085bb5662ae80b2b8c06226c54b2ff4aa9483e8a13a5"}, + {file = "platformdirs-3.5.1.tar.gz", hash = "sha256:412dae91f52a6f84830f39a8078cecd0e866cb72294a5c66808e74d5e88d251f"}, ] [package.extras] -docs = ["furo (>=2023.3.27)", "proselint (>=0.13)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] +docs = ["furo (>=2023.3.27)", "proselint (>=0.13)", "sphinx (>=6.2.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] [[package]] @@ -838,4 +838,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "76461ea6d019b5138f1c41b953b7a234e670072364c0f719864dd34799655993" +content-hash = "236eaea223517821e35529d00658c1b9c9b87d946cb77a8681942cba5a4d6978" diff --git a/pyproject.toml b/pyproject.toml index 6919a36..6e85b4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,18 +7,18 @@ license = "WTFPL" [tool.poetry.dependencies] python = "^3.8.1" -beautifulsoup4 = "^4.12.0" +beautifulsoup4 = "^4.12.2" lxml = "^4.9.2" pillow = "^9.5.0" pypub3 = "^1.0.2" -requests = "^2.28.2" +requests = "^2.30.0" [tool.poetry.group.dev.dependencies] black = "^23.3.0" flake8 = "^6.0.0" flake8-alphabetize = "^0.0.21" flake8-black = "^0.3.6" -mypy = "^1.1.1" +mypy = "^1.3.0" types-beautifulsoup4 = "^4.12.0.5" types-lxml = "^2023.3.28" types-pillow = "^9.5.0.4"