diff --git a/cybersixgill_actionable_alerts/pyproject.toml b/cybersixgill_actionable_alerts/pyproject.toml index f98cdca6cd..c0e229ba24 100644 --- a/cybersixgill_actionable_alerts/pyproject.toml +++ b/cybersixgill_actionable_alerts/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "hatchling>=0.13.0", - "setuptools<61", + "setuptools<81", ] build-backend = "hatchling.build" diff --git a/cybersixgill_actionable_alerts/requirements.txt b/cybersixgill_actionable_alerts/requirements.txt index 4cf8cd2bfa..751112f81a 100644 --- a/cybersixgill_actionable_alerts/requirements.txt +++ b/cybersixgill_actionable_alerts/requirements.txt @@ -1,5 +1,5 @@ pytest~=7.1.3 -setuptools~=57.0.0 -pydantic~=1.9.2 +setuptools~=80.9.0 +pydantic~=2.11.5 sixgill-clients~=0.2.24 -requests~=2.28.1 \ No newline at end of file +requests~=2.32.4 \ No newline at end of file