Skip to content

Commit

Permalink
Bump the production-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [azure-core](https://github.com/Azure/azure-sdk-for-python) | `1.31.0` | `1.32.0` |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.68.0` | `2.69.0` |
| [rich](https://github.com/Textualize/rich) | `13.9.3` | `13.9.4` |
| [ansible-dev-tools](https://github.com/ansible/ansible-dev-tools) | `24.10.0` | `24.10.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.7.2` |


Updates `azure-core` from 1.31.0 to 1.32.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-core_1.31.0...azure-core_1.32.0)

Updates `pulumi-azure-native` from 2.68.0 to 2.69.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.68.0...v2.69.0)

Updates `rich` from 13.9.3 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.3...v13.9.4)

Updates `ansible-dev-tools` from 24.10.0 to 24.10.1
- [Release notes](https://github.com/ansible/ansible-dev-tools/releases)
- [Commits](ansible/ansible-dev-tools@v24.10.0...v24.10.1)

Updates `ruff` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ansible-dev-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 40089a6 commit 764232c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
license = { text = "BSD-3-Clause" }
dependencies = [
"appdirs==1.4.4",
"azure-core==1.31.0",
"azure-core==1.32.0",
"azure-identity==1.19.0",
"azure-keyvault-certificates==4.9.0",
"azure-keyvault-keys==4.10.0",
Expand All @@ -45,15 +45,15 @@ dependencies = [
"cryptography==43.0.3",
"fqdn==1.5.1",
"psycopg[binary]==3.1.19", # needed for installation on older MacOS versions
"pulumi-azure-native==2.68.0",
"pulumi-azure-native==2.69.0",
"pulumi-azuread==6.0.1",
"pulumi-random==4.16.7",
"pulumi==3.137.0",
"pydantic==2.9.2",
"pyjwt[crypto]==2.9.0",
"pytz==2024.2",
"pyyaml==6.0.2",
"rich==13.9.3",
"rich==13.9.4",
"simple-acme-dns==3.1.0",
"typer==0.12.5",
"websocket-client==1.8.0",
Expand All @@ -73,13 +73,13 @@ docs = [
"sphinx==8.1.3",
]
lint = [
"ansible-dev-tools==24.10.0",
"ansible-dev-tools==24.10.1",
"ansible==10.5.0",
"black==24.10.0",
"mypy==1.13.0",
"pandas-stubs==2.2.3.241009",
"pydantic==2.9.2",
"ruff==0.7.1",
"ruff==0.7.2",
"types-appdirs==1.4.3.5",
"types-chevron==0.14.2.20240310",
"types-pytz==2024.2.0.20241003",
Expand Down

0 comments on commit 764232c

Please sign in to comment.