Skip to content

Commit

Permalink
⬆️ Bump the production-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 4 updates: [azure-mgmt-compute](https://github.com/Azure/azure-sdk-for-python), [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native), [pulumi](https://github.com/pulumi/pulumi) and [pytest](https://github.com/pytest-dev/pytest).


Updates `azure-mgmt-compute` from 32.0.0 to 33.0.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-mgmt-compute_32.0.0...azure-mgmt-compute_33.0.0)

Updates `pulumi-azure-native` from 2.56.0 to 2.58.0
- [Release notes](https://github.com/pulumi/pulumi-azure-native/releases)
- [Changelog](https://github.com/pulumi/pulumi-azure-native/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-azure-native@v2.56.0...v2.58.0)

Updates `pulumi` from 3.129.0 to 3.130.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.129.0...v3.130.0)

Updates `pytest` from 8.2.2 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.2)

---
updated-dependencies:
- dependency-name: azure-mgmt-compute
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: pulumi-azure-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pulumi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent a7d26bf commit 742712f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"azure-keyvault-certificates==4.8.0",
"azure-keyvault-keys==4.9.0",
"azure-keyvault-secrets==4.8.0",
"azure-mgmt-compute==32.0.0",
"azure-mgmt-compute==33.0.0",
"azure-mgmt-containerinstance==10.1.0",
"azure-mgmt-dns==8.1.0",
"azure-mgmt-keyvault==10.3.1",
Expand All @@ -45,9 +45,9 @@ dependencies = [
"cryptography==43.0.0",
"fqdn==1.5.1",
"psycopg==3.2.1",
"pulumi-azure-native==2.56.0",
"pulumi-azure-native==2.58.0",
"pulumi-random==4.16.3",
"pulumi==3.129.0",
"pulumi==3.130.0",
"pydantic==2.8.2",
"pyjwt[crypto]==2.9.0",
"pytz==2024.1",
Expand Down Expand Up @@ -89,7 +89,7 @@ test = [
"coverage==7.6.1",
"freezegun==1.5.1",
"pytest-mock==3.14.0",
"pytest==8.2.2",
"pytest==8.3.2",
"requests-mock==1.12.1",
]

Expand Down

0 comments on commit 742712f

Please sign in to comment.