Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.72.0` | `2.73.1` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.139.0` | `3.141.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.1` |
| [typer](https://github.com/fastapi/typer) | `0.13.0` | `0.13.1` |
| [ansible-dev-tools](https://github.com/ansible/ansible-dev-tools) | `24.10.2` | `24.11.0` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `10.6.0` | `11.0.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.4` | `0.8.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.7` | `7.6.8` |


Updates `pulumi-azure-native` from 2.72.0 to 2.73.1
- [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.72.0...v2.73.1)

Updates `pulumi` from 3.139.0 to 3.141.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.139.0...v3.141.0)

Updates `pydantic` from 2.9.2 to 2.10.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.1)

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

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

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

Updates `ruff` from 0.7.4 to 0.8.0
- [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.4...0.8.0)

Updates `coverage` from 7.6.7 to 7.6.8
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.7...7.6.8)

---
updated-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: pydantic
  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-patch
  dependency-group: production-dependencies
- dependency-name: ansible-dev-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: coverage
  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 25, 2024
1 parent 4f31c87 commit fce9b8d
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 @@ -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.72.0",
"pulumi-azure-native==2.73.1",
"pulumi-azuread==6.0.1",
"pulumi-random==4.16.7",
"pulumi==3.139.0",
"pydantic==2.9.2",
"pulumi==3.141.0",
"pydantic==2.10.1",
"pyjwt[crypto]==2.10.0",
"pytz==2024.2",
"pyyaml==6.0.2",
"rich==13.9.4",
"simple-acme-dns==3.2.0",
"typer==0.13.0",
"typer==0.13.1",
"websocket-client==1.8.0",
]

Expand All @@ -73,21 +73,21 @@ docs = [
"sphinx==8.1.3",
]
lint = [
"ansible-dev-tools==24.10.2",
"ansible==10.6.0",
"ansible-dev-tools==24.11.0",
"ansible==11.0.0",
"black==24.10.0",
"mypy==1.13.0",
"pandas-stubs==2.2.3.241009",
"pydantic==2.9.2",
"ruff==0.7.4",
"pydantic==2.10.1",
"ruff==0.8.0",
"types-appdirs==1.4.3.5",
"types-chevron==0.14.2.20240310",
"types-pytz==2024.2.0.20241003",
"types-pyyaml==6.0.12.20240917",
"types-requests==2.32.0.20241016",
]
test = [
"coverage==7.6.7",
"coverage==7.6.8",
"freezegun==1.5.1",
"pytest-mock==3.14.0",
"pytest==8.3.3",
Expand Down

0 comments on commit fce9b8d

Please sign in to comment.