diff --git a/pyproject.toml b/pyproject.toml index 09af8f9..5afb4cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,12 +8,12 @@ keywords = ["AWS", "EC2", "command line", "cli"] classifiers = ["License :: OSI Approved :: MIT License"] requires-python = ">=3.8" dependencies = [ - "boto3==1.35.53", + "boto3==1.35.71", "importlib_resources==6.4.5", "pytoml==0.1.21", "pytz==2024.2", "requests==2.32.3", - "rich==13.9.3", + "rich==13.9.4", "typing_extensions==4.12.2", ] @@ -28,7 +28,7 @@ dev = [ "pyfakefs~=5.1", "pytest~=8.0", "pytest-mock~=3.11", - "ruff~=0.7.1", + "ruff~=0.8.0", "twine~=5.0", ] @@ -39,7 +39,7 @@ aec = "aec.main:main" homepage = "https://github.com/seek-oss/aec" [build-system] -requires = ["setuptools~=69.1", "setuptools_scm~=8.0", "wheel~=0.42"] +requires = ["setuptools~=75.3", "setuptools_scm~=8.0", "wheel~=0.42"] # enable setuptools_scm to set the version based on git tags [tool.setuptools_scm]