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.63.0` | `2.64.3` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.134.1` | `3.135.1` |
| [rich](https://github.com/Textualize/rich) | `13.8.1` | `13.9.2` |
| [emoji](https://github.com/carpedm20/emoji) | `2.13.2` | `2.14.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.8` | `0.6.9` |
| [types-pytz](https://github.com/python/typeshed) | `2024.2.0.20240913` | `2024.2.0.20241003` |


Updates `pulumi-azure-native` from 2.63.0 to 2.64.3
- [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.63.0...v2.64.3)

Updates `pulumi` from 3.134.1 to 3.135.1
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.134.1...v3.135.1)

Updates `rich` from 13.8.1 to 13.9.2
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.8.1...v13.9.2)

Updates `emoji` from 2.13.2 to 2.14.0
- [Release notes](https://github.com/carpedm20/emoji/releases)
- [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md)
- [Commits](carpedm20/emoji@v2.13.2...v2.14.0)

Updates `ruff` from 0.6.8 to 0.6.9
- [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.8...0.6.9)

Updates `types-pytz` from 2024.2.0.20240913 to 2024.2.0.20241003
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: pulumi-azure-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pulumi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: emoji
  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-pytz
  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 Oct 7, 2024
1 parent 63f59b5 commit b985f3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ dependencies = [
"cryptography==43.0.1",
"fqdn==1.5.1",
"psycopg[binary]==3.2.3",
"pulumi-azure-native==2.63.0",
"pulumi-azure-native==2.64.3",
"pulumi-random==4.16.6",
"pulumi==3.134.1",
"pulumi==3.135.1",
"pydantic==2.9.2",
"pyjwt[crypto]==2.9.0",
"pytz==2024.2",
"pyyaml==6.0.2",
"rich==13.8.1",
"rich==13.9.2",
"simple-acme-dns==3.1.0",
"typer==0.12.5",
"websocket-client==1.8.0",
Expand All @@ -65,7 +65,7 @@ Source = "https://github.com/alan-turing-institute/data-safe-haven"

[project.optional-dependencies]
docs = [
"emoji==2.13.2",
"emoji==2.14.0",
"myst-parser==4.0.0",
"pydata-sphinx-theme==0.15.4",
"sphinx-togglebutton==0.3.2",
Expand All @@ -78,10 +78,10 @@ lint = [
"mypy==1.11.2",
"pandas-stubs==2.2.2.240909",
"pydantic==2.9.2",
"ruff==0.6.8",
"ruff==0.6.9",
"types-appdirs==1.4.3.5",
"types-chevron==0.14.2.20240310",
"types-pytz==2024.2.0.20240913",
"types-pytz==2024.2.0.20241003",
"types-pyyaml==6.0.12.20240917",
"types-requests==2.32.0.20240914",
]
Expand Down

0 comments on commit b985f3a

Please sign in to comment.