Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.74.0` | `2.76.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.2` | `2.10.3` |
| [typer](https://github.com/fastapi/typer) | `0.14.0` | `0.15.1` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `11.0.0` | `11.1.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` |


Updates `pulumi-azure-native` from 2.74.0 to 2.76.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.74.0...v2.76.0)

Updates `pydantic` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.2...v2.10.3)

Updates `typer` from 0.14.0 to 0.15.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.14.0...0.15.1)

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

Updates `ruff` from 0.8.1 to 0.8.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.8.1...0.8.2)

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

---
updated-dependencies:
- dependency-name: pulumi-azure-native
  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-patch
  dependency-group: production-dependencies
- dependency-name: typer
  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-minor
  dependency-group: production-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent b13d1b3 commit ed146d2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ dependencies = [
"cryptography==44.0.0",
"fqdn==1.5.1",
"psycopg[binary]==3.1.19", # needed for installation on older MacOS versions
"pulumi-azure-native==2.74.0",
"pulumi-azure-native==2.76.0",
"pulumi-azuread==6.0.1",
"pulumi-random==4.16.7",
"pulumi==3.142.0",
"pydantic==2.10.2",
"pydantic==2.10.3",
"pyjwt[crypto]==2.10.1",
"pytz==2024.2",
"pyyaml==6.0.2",
"rich==13.9.4",
"simple-acme-dns==3.2.0",
"typer==0.14.0",
"typer==0.15.1",
"websocket-client==1.8.0",
]

Expand All @@ -75,20 +75,20 @@ docs = [
]
lint = [
"ansible-dev-tools==24.11.0",
"ansible==11.0.0",
"ansible==11.1.0",
"black==24.10.0",
"mypy==1.13.0",
"pandas-stubs==2.2.3.241126",
"pydantic==2.10.2",
"ruff==0.8.1",
"pydantic==2.10.3",
"ruff==0.8.2",
"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.8",
"coverage==7.6.9",
"freezegun==1.5.1",
"pytest-mock==3.14.0",
"pytest==8.3.4",
Expand Down

0 comments on commit ed146d2

Please sign in to comment.