From 337e89c210bd84283f84d8fa27c3c2ef8c27c4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:24:38 +0000 Subject: [PATCH] Bump the all-dependencies group with 7 updates Bumps the all-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [dnspython](https://github.com/rthalley/dnspython) | `2.4.2` | `2.6.1` | | [pytz](https://github.com/stub42/pytz) | `2023.4` | `2024.1` | | [acme](https://github.com/certbot/certbot) | `2.6.0` | `2.10.0` | | [grpcio](https://github.com/grpc/grpc) | `1.60.1` | `1.62.1` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `4.25.3` | `5.26.1` | | [semver](https://github.com/python-semver/python-semver) | `2.13.0` | `3.0.2` | | [validators](https://github.com/python-validators/validators) | `0.22.0` | `0.28.0` | Updates `dnspython` from 2.4.2 to 2.6.1 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.4.2...v2.6.1) Updates `pytz` from 2023.4 to 2024.1 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.4...release_2024.1) Updates `acme` from 2.6.0 to 2.10.0 - [Release notes](https://github.com/certbot/certbot/releases) - [Commits](https://github.com/certbot/certbot/compare/v2.6.0...v2.10.0) Updates `grpcio` from 1.60.1 to 1.62.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.60.1...v1.62.1) Updates `protobuf` from 4.25.3 to 5.26.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.25.3...v5.26.1) Updates `semver` from 2.13.0 to 3.0.2 - [Release notes](https://github.com/python-semver/python-semver/releases) - [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-semver/python-semver/compare/2.13.0...3.0.2) Updates `validators` from 0.22.0 to 0.28.0 - [Release notes](https://github.com/python-validators/validators/releases) - [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md) - [Commits](https://github.com/python-validators/validators/compare/0.22.0...0.28.0) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: acme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: validators dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb7e74529f..b54f77826c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "pulumi-azure-native~=2.14", "pulumi-random~=4.14", "pydantic~=2.4", - "pytz~=2023.3", + "pytz~=2024.1", "PyYAML~=6.0", "rich~=13.4", "simple-acme-dns~=3.0", diff --git a/requirements.txt b/requirements.txt index 08d10c1528..e242c55173 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile pyproject.toml # -acme==2.6.0 +acme==2.10.0 # via simple-acme-dns annotated-types==0.6.0 # via pydantic @@ -112,13 +112,13 @@ cryptography==42.0.5 # pyopenssl dill==0.3.8 # via pulumi -dnspython==2.4.2 +dnspython==2.6.1 # via # data-safe-haven (pyproject.toml) # simple-acme-dns fqdn==1.5.1 # via data-safe-haven (pyproject.toml) -grpcio==1.60.1 +grpcio==1.62.1 # via pulumi idna==3.7 # via requests @@ -166,7 +166,7 @@ parver==0.5 # pulumi-random portalocker==2.8.2 # via msal-extensions -protobuf==4.25.3 +protobuf==5.26.1 # via pulumi psycopg==3.1.18 # via data-safe-haven (pyproject.toml) @@ -197,7 +197,7 @@ pyopenssl==24.1.0 # josepy pyrfc3339==1.1 # via acme -pytz==2023.4 +pytz==2024.1 # via # acme # data-safe-haven (pyproject.toml) @@ -219,7 +219,7 @@ rich==13.7.1 # via # data-safe-haven (pyproject.toml) # typer -semver==2.13.0 +semver==3.0.2 # via # pulumi # pulumi-azure-native @@ -250,7 +250,7 @@ typing-extensions==4.11.0 # typer urllib3==2.2.1 # via requests -validators==0.22.0 +validators==0.28.0 # via simple-acme-dns websocket-client==1.7.0 # via data-safe-haven (pyproject.toml)