Skip to content

Commit

Permalink
Bump the all-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
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](rthalley/dnspython@v2.4.2...v2.6.1)

Updates `pytz` from 2023.4 to 2024.1
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@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](certbot/certbot@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](grpc/grpc@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](protocolbuffers/protobuf@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](python-semver/python-semver@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](python-validators/validators@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 57ec03f commit 337e89c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 337e89c

Please sign in to comment.