diff --git a/poetry.lock b/poetry.lock index 5bc9108b..067b1d7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -273,13 +273,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -530,17 +530,16 @@ files = [ [[package]] name = "pygments" -version = "2.17.2" +version = "2.18.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, - {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, + {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, + {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, ] [package.extras] -plugins = ["importlib-metadata"] windows-terminal = ["colorama (>=0.4.6)"] [[package]] @@ -683,13 +682,13 @@ files = [ [[package]] name = "types-beautifulsoup4" -version = "4.12.0.20240229" +version = "4.12.0.20240504" description = "Typing stubs for beautifulsoup4" optional = false python-versions = ">=3.8" files = [ - {file = "types-beautifulsoup4-4.12.0.20240229.tar.gz", hash = "sha256:e37e4cfa11b03b01775732e56d2c010cb24ee107786277bae6bc0fa3e305b686"}, - {file = "types_beautifulsoup4-4.12.0.20240229-py3-none-any.whl", hash = "sha256:000cdddb8aee4effb45a04be95654de8629fb8594a4f2f1231cff81108977324"}, + {file = "types-beautifulsoup4-4.12.0.20240504.tar.gz", hash = "sha256:d7b7af4ccc52fc22784d33a529695e34329a9bdd5db6a649c9b25cb2c3a148d5"}, + {file = "types_beautifulsoup4-4.12.0.20240504-py3-none-any.whl", hash = "sha256:84e04e4473b3c79da04d9d1f89d20a38e5cc92f9c080a8e1f9d36a287b350465"}, ] [package.dependencies] @@ -719,13 +718,13 @@ files = [ [[package]] name = "types-pygments" -version = "2.17.0.20240310" +version = "2.18.0.20240506" description = "Typing stubs for Pygments" optional = false python-versions = ">=3.8" files = [ - {file = "types-Pygments-2.17.0.20240310.tar.gz", hash = "sha256:b1d97e905ce36343c7283b0319182ae6d4f967188f361f45502a18ae43e03e1f"}, - {file = "types_Pygments-2.17.0.20240310-py3-none-any.whl", hash = "sha256:b101ca9448aaff52af6966506f1fdd73b1e60a79b8a79a8bace3366cbf1f7ed9"}, + {file = "types-Pygments-2.18.0.20240506.tar.gz", hash = "sha256:4b4c37812c87bbde687dbf27adf5bac593745a321e57f678dbc311571ba2ac9d"}, + {file = "types_Pygments-2.18.0.20240506-py3-none-any.whl", hash = "sha256:11c90bc1737c9af55e5569558b88df7c2233e12325cb516215f722271444e91d"}, ] [package.dependencies] @@ -825,4 +824,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "365de98ef1c44eb069b28f0b2df72c2778f048ee830166a26b38c4c2f68fea95" +content-hash = "6b8c07d979e99c3ecb31f5a440d8a6d055c852803f989d8167bc8f1f1e852311" diff --git a/pyproject.toml b/pyproject.toml index 2068516c..a26c7ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,10 +34,6 @@ pytz = "*" PyYAML = ">=5.4.1,<7" requests = "^2.31.0" MarkupSafe = "^2.0" -types-beautifulsoup4 = "^4.12.0.20240229" -types-pyyaml = "^6.0.12.20240311" -types-pytz = "^2024.1.0.20240417" - [tool.poetry.scripts] @@ -51,6 +47,9 @@ pytest = "^6.2.5" mypy = "^1.10.0" types-requests = "^2.31.0" types-pygments = "^2.17.0.20240310" +types-beautifulsoup4 = "^4.12.0.20240229" +types-pyyaml = "^6.0.12.20240311" +types-pytz = "^2024.1.0.20240417" [build-system]