diff --git a/pyproject.toml b/pyproject.toml index 852706e..5bc3f87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,13 @@ authors = [ ] license= { file = "LICENSE.txt" } dependencies = [ - "pandas[feather,performance]~=2.2", + "pandas[feather,performance]~=2.2.3", "python-stdnum~=1.20", - "requests~=2.32", + "requests~=2.32.3", "requests-cache~=1.2.1", "colorama~=0.4", "ftfy~=6.3.0", - "country-converter~=1.2", + "country-converter~=1.3", "pycountry~=24.6.1", "py3langid~=0.3", ] @@ -49,7 +49,7 @@ dev = [ "pytest~=8.3", "isort~=6.0", "csvkit~=2.0", - "ipython~=8.26", + "ipython~=8.31", ] # So hatch doesn't try to build other top-level directories like "data"