diff --git a/pyproject.toml b/pyproject.toml index ad56eff..a76773d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,14 +30,14 @@ packages = [ crc-bank = "bank.cli.app:CommandLineApplication.execute" [tool.poetry.dependencies] -beautifulsoup4 = "4.12.2" +beautifulsoup4 = "4.12.3" pandas = "2.0.3" -prettytable = "3.9.0" +prettytable = "3.10.0" python = ">=3.8, <4.0" python-environ = "0.4.54" -SQLAlchemy = "2.0.21" -sqlalchemy-utils = "0.41.1" -time-machine = "2.13.0" +SQLAlchemy = "2.0.29" +sqlalchemy-utils = "0.41.2" +time-machine = "2.14.1" [tool.poetry.group.tests] optional = true @@ -51,6 +51,6 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "<8.0.0" sphinx-argparse = "0.4.0" -sphinx_autodoc_typehints = "1.24.0" +sphinx_autodoc_typehints = "2.0.0" sphinx-copybutton = "0.5.2" -sphinx-rtd-theme = "1.3.0" +sphinx-rtd-theme = "2.0.0"