Skip to content

Commit

Permalink
Merge pull request #1964 from jemrobinson/1944-remove-dependency-uppe…
Browse files Browse the repository at this point in the history
…r-limits

Change package version specifiers to be lower limits
  • Loading branch information
jemrobinson authored Jun 25, 2024
2 parents aaed60a + 1bc6a06 commit 02fc633
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,40 @@ authors = [
requires-python = "==3.12.*"
license = "BSD-3-Clause"
dependencies = [
"appdirs~=1.4",
"azure-core~=1.26",
"azure-identity~=1.16.1",
"azure-keyvault-certificates~=4.6",
"azure-keyvault-keys~=4.6",
"azure-keyvault-secrets~=4.6",
"azure-mgmt-automation~=1.0",
"azure-mgmt-compute~=30.3",
"azure-mgmt-containerinstance~=10.1",
"azure-mgmt-dns~=8.0",
"azure-mgmt-keyvault~=10.3",
"azure-mgmt-msi~=7.0",
"azure-mgmt-network~=25.0",
"azure-mgmt-rdbms~=10.1",
"azure-mgmt-resource~=23.0",
"azure-mgmt-storage~=21.1",
"azure-storage-blob~=12.15",
"azure-storage-file-datalake~=12.10",
"azure-storage-file-share~=12.10",
"chevron~=0.14",
"cryptography~=42.0",
"fqdn~=1.5",
"msal~=1.21",
"psycopg~=3.1",
"pulumi~=3.80",
"pulumi-azure-native~=2.14",
"pulumi-random~=4.14",
"pydantic~=2.4",
"pytz~=2023.3",
"PyYAML~=6.0",
"rich~=13.4",
"simple-acme-dns~=3.0",
"typer~=0.9",
"websocket-client~=1.5",
"appdirs>=1.4",
"azure-core>=1.26",
"azure-identity>=1.16.1",
"azure-keyvault-certificates>=4.6",
"azure-keyvault-keys>=4.6",
"azure-keyvault-secrets>=4.6",
"azure-mgmt-automation>=1.0",
"azure-mgmt-compute>=30.3",
"azure-mgmt-containerinstance>=10.1",
"azure-mgmt-dns>=8.0",
"azure-mgmt-keyvault>=10.3",
"azure-mgmt-msi>=7.0",
"azure-mgmt-network>=25.0",
"azure-mgmt-rdbms>=10.1",
"azure-mgmt-resource>=23.0",
"azure-mgmt-storage>=21.1",
"azure-storage-blob>=12.15",
"azure-storage-file-datalake>=12.10",
"azure-storage-file-share>=12.10",
"chevron>=0.14",
"cryptography>=42.0",
"fqdn>=1.5",
"msal>=1.21",
"psycopg>=3.1",
"pulumi>=3.80",
"pulumi-azure-native>=2.14",
"pulumi-random>=4.14",
"pydantic>=2.4",
"pytz>=2023.3",
"PyYAML>=6.0",
"rich>=13.4",
"simple-acme-dns>=3.0",
"typer>=0.9",
"websocket-client>=1.5",
]

[project.scripts]
Expand Down

0 comments on commit 02fc633

Please sign in to comment.