Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.1` |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.58.0` | `2.59.0` |
| [pulumi-random](https://github.com/pulumi/pulumi-random) | `4.16.3` | `4.16.4` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.130.0` | `3.131.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.4` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240712` | `2.32.0.20240907` |


Updates `cryptography` from 43.0.0 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.0...43.0.1)

Updates `pulumi-azure-native` from 2.58.0 to 2.59.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.58.0...v2.59.0)

Updates `pulumi-random` from 4.16.3 to 4.16.4
- [Release notes](https://github.com/pulumi/pulumi-random/releases)
- [Changelog](https://github.com/pulumi/pulumi-random/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-random@v4.16.3...v4.16.4)

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

Updates `pydantic` from 2.8.2 to 2.9.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.0)

Updates `ruff` from 0.6.3 to 0.6.4
- [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.6.3...0.6.4)

Updates `types-requests` from 2.32.0.20240712 to 2.32.0.20240907
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-random
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: types-requests
  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 Sep 9, 2024
1 parent c0f3a93 commit 0a50b3e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ dependencies = [
"azure-storage-file-datalake==12.16.0",
"azure-storage-file-share==12.17.0",
"chevron==0.14.0",
"cryptography==43.0.0",
"cryptography==43.0.1",
"fqdn==1.5.1",
"psycopg==3.2.1",
"pulumi-azure-native==2.58.0",
"pulumi-random==4.16.3",
"pulumi==3.130.0",
"pydantic==2.8.2",
"pulumi-azure-native==2.59.0",
"pulumi-random==4.16.4",
"pulumi==3.131.0",
"pydantic==2.9.0",
"pyjwt[crypto]==2.9.0",
"pytz==2024.1",
"pyyaml==6.0.2",
Expand Down Expand Up @@ -77,13 +77,13 @@ lint = [
"black==24.8.0",
"mypy==1.11.2",
"pandas-stubs==2.2.2.240807",
"pydantic==2.8.2",
"ruff==0.6.3",
"pydantic==2.9.0",
"ruff==0.6.4",
"types-appdirs==1.4.3.5",
"types-chevron==0.14.2.20240310",
"types-pytz==2024.1.0.20240417",
"types-pyyaml==6.0.12.20240808",
"types-requests==2.32.0.20240712",
"types-requests==2.32.0.20240907",
]
test = [
"coverage==7.6.1",
Expand Down

0 comments on commit 0a50b3e

Please sign in to comment.