diff --git a/pyproject.toml b/pyproject.toml index 0932ad423..20776d390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "filetype>=1.0.0,<2.0.0", "httpx>=0.23.0", "humanfriendly>=10.0", - "importlib-metadata>=3.0.0.0,<8.0.0", + "importlib-metadata>=3.0.0.0", "jinja2>=3.0.1", "lz4>=4.3.0", "patool>=1.12", @@ -87,7 +87,7 @@ dependencies = [ "pyzmq>=25.0.0", "regex>=2022.4.0", "rich>=12.4.0", - "rich-click>=1.7.0,<1.8.0", + "rich-click>=1.8.0", "ruamel.yaml>=0.18.0,<0.19.0", "sortedcontainers>=2.4.0", "SQLAlchemy>=2.0.20", @@ -241,7 +241,7 @@ dev_testing = [ "tox>=3.21.2", "types-Deprecated", "types-PyYAML", - "types-pkg-resources", + "types-setuptools", "types-python-dateutil", "types-pytz", "types-tzlocal", @@ -267,7 +267,7 @@ dev_utils = [ "ruff>=0.4.1", "types-Deprecated", "types-PyYAML", - "types-pkg-resources", + "types-setuptools", "types-python-dateutil", "types-pytz", "types-tzlocal",