diff --git a/pyproject.toml b/pyproject.toml index 7685ca525d..3bb407866c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,23 +54,23 @@ classifiers = [ ] dependencies = [ - "auth0-python>=4.7.1", + "auth0-python==4.7.1", "azure-identity==1.12.0", "azure-mgmt-containerservice==26.0.0", "azure-mgmt-resource==23.0.1", "bcrypt==4.0.1", - "boto3>=1.28.40", + "boto3==1.34.63", "cloudflare==2.11.7", "kubernetes==27.2.0", "pluggy==1.3.0", "prompt-toolkit==3.0.36", "pydantic==1.10.12", "pynacl==1.5.0", - "python-keycloak>=3.3.0", + "python-keycloak>=3.9.1", "questionary==2.0.0", "requests-toolbelt==1.0.0", "rich==13.5.1", - "ruamel.yaml>=0.18.0", + "ruamel.yaml==0.18.6", "typer==0.9.0", "packaging==23.2", ]