diff --git a/pyproject.toml b/pyproject.toml index 0d0a2b1..00ed24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,11 +30,11 @@ classifiers = [ ] dependencies = [ - "msal>=1.28.0,<2.0.0", - "requests>=2.31.0,<3.0.0", - "pyyaml>=6.0,<7.0", - "questionary>=2.0.0,<3.0.0", - "rich>=13.0.0,<14.0.0", + "msal>=1.37.0,<2.0.0", + "requests>=2.34.2,<3.0.0", + "pyyaml>=6.0.3,<7.0", + "questionary>=2.1.1,<3.0.0", + "rich>=15.0.0,<16.0.0", ] [project.urls] @@ -46,15 +46,15 @@ Changelog = "https://github.com/vortacity/anglerfish/blob/main/CHANGELOG.md" [project.optional-dependencies] dev = [ - "pytest>=7.0", - "pytest-cov>=4.0", - "pytest-mock>=3.0", - "responses>=0.24.0", - "ruff>=0.15,<0.16", - "bandit>=1.7.0", - "pip-audit>=2.6.0", - "mypy>=1.10", - "types-requests>=2.31", + "pytest>=9.1.0", + "pytest-cov>=7.1.0", + "pytest-mock>=3.15.1", + "responses>=0.26.1", + "ruff>=0.15.17,<0.16", + "bandit>=1.9.4", + "pip-audit>=2.10.1", + "mypy>=2.1.0", + "types-requests>=2.33.0.20260518", ] [project.scripts]