Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 9 updates in the / directory:

| 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.71.0` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.137.0` | `3.138.0` |
| [rich](https://github.com/Textualize/rich) | `13.9.3` | `13.9.4` |
| [simple-acme-dns](https://github.com/jaredhendrickson13/simple_acme_dns) | `3.1.0` | `3.2.0` |
| [typer](https://github.com/fastapi/typer) | `0.12.5` | `0.13.0` |
| [ansible-dev-tools](https://github.com/ansible/ansible-dev-tools) | `24.10.0` | `24.10.2` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `10.5.0` | `10.6.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.7.3` |



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.71.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.71.0)

Updates `pulumi` from 3.137.0 to 3.138.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.137.0...v3.138.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 `simple-acme-dns` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/jaredhendrickson13/simple_acme_dns/releases)
- [Commits](jaredhendrickson13/simple_acme_dns@v3.1.0...v3.2.0)

Updates `typer` from 0.12.5 to 0.13.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.5...0.13.0)

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

Updates `ansible` from 10.5.0 to 10.6.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@10.5.0...10.6.0)

Updates `ruff` from 0.7.1 to 0.7.3
- [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.3)

---
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: pulumi
  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: simple-acme-dns
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: ansible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent fdbb029 commit 7352320
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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,17 +45,17 @@ 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.71.0",
"pulumi-azuread==6.0.1",
"pulumi-random==4.16.7",
"pulumi==3.137.0",
"pulumi==3.138.0",
"pydantic==2.9.2",
"pyjwt[crypto]==2.9.0",
"pytz==2024.2",
"pyyaml==6.0.2",
"rich==13.9.3",
"simple-acme-dns==3.1.0",
"typer==0.12.5",
"rich==13.9.4",
"simple-acme-dns==3.2.0",
"typer==0.13.0",
"websocket-client==1.8.0",
]

Expand All @@ -73,13 +73,13 @@ docs = [
"sphinx==8.1.3",
]
lint = [
"ansible-dev-tools==24.10.0",
"ansible==10.5.0",
"ansible-dev-tools==24.10.2",
"ansible==10.6.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.3",
"types-appdirs==1.4.3.5",
"types-chevron==0.14.2.20240310",
"types-pytz==2024.2.0.20241003",
Expand Down

0 comments on commit 7352320

Please sign in to comment.