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 |
| --- | --- | --- |
| [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.23.0` | `12.23.1` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.2.2` | `3.2.3` |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.62.0` | `2.63.0` |
| [pulumi-random](https://github.com/pulumi/pulumi-random) | `4.16.5` | `4.16.6` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.133.0` | `3.134.1` |
| [emoji](https://github.com/carpedm20/emoji) | `2.13.0` | `2.13.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.7` | `0.6.8` |


Updates `azure-storage-blob` from 12.23.0 to 12.23.1
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.23.0...azure-storage-blob_12.23.1)

Updates `psycopg` from 3.2.2 to 3.2.3
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.2...3.2.3)

Updates `pulumi-azure-native` from 2.62.0 to 2.63.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.62.0...v2.63.0)

Updates `pulumi-random` from 4.16.5 to 4.16.6
- [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.5...v4.16.6)

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

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

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

---
updated-dependencies:
- dependency-name: azure-storage-blob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: psycopg
  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: emoji
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 59bca6d commit bbaf29a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ dependencies = [
"azure-mgmt-rdbms==10.1.0",
"azure-mgmt-resource==23.1.1",
"azure-mgmt-storage==21.2.1",
"azure-storage-blob==12.23.0",
"azure-storage-blob==12.23.1",
"azure-storage-file-datalake==12.17.0",
"azure-storage-file-share==12.18.0",
"chevron==0.14.0",
"cryptography==43.0.1",
"fqdn==1.5.1",
"psycopg==3.2.2",
"pulumi-azure-native==2.62.0",
"pulumi-random==4.16.5",
"pulumi==3.133.0",
"psycopg==3.2.3",
"pulumi-azure-native==2.63.0",
"pulumi-random==4.16.6",
"pulumi==3.134.1",
"pydantic==2.9.2",
"pyjwt[crypto]==2.9.0",
"pytz==2024.2",
Expand All @@ -65,7 +65,7 @@ Source = "https://github.com/alan-turing-institute/data-safe-haven"

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

0 comments on commit bbaf29a

Please sign in to comment.