From 37c8ce4ea3f1151d4db20d2b1be29f65c103a43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:05:57 +0000 Subject: [PATCH] :arrow_up: Bump the production-dependencies group across 1 directory with 7 updates Bumps the production-dependencies group with 7 updates in the / directory: | 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.1` | | [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](https://github.com/pyca/cryptography/compare/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](https://github.com/pulumi/pulumi-azure-native/compare/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](https://github.com/pulumi/pulumi-random/compare/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](https://github.com/pulumi/pulumi/compare/v3.130.0...v3.131.0) Updates `pydantic` from 2.8.2 to 2.9.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.9.1) 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](https://github.com/astral-sh/ruff/compare/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] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee20e04b88..21f3e59fc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.1", "pyjwt[crypto]==2.9.0", "pytz==2024.1", "pyyaml==6.0.2", @@ -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.1", + "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",