alan-turing-institute / data-safe-haven

https://data-safe-haven.readthedocs.io
BSD 3-Clause "New" or "Revised" License
61 stars 15 forks source link

Bump the production-dependencies group with 7 updates #2208

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the production-dependencies group with 7 updates:

Package From To
azure-storage-blob 12.23.0 12.23.1
psycopg 3.2.2 3.2.3
pulumi-azure-native 2.62.0 2.63.0
pulumi-random 4.16.5 4.16.6
pulumi 3.133.0 3.134.1
emoji 2.13.0 2.13.2
ruff 0.6.7 0.6.8

Updates azure-storage-blob from 12.23.0 to 12.23.1

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.23.1

12.23.1 (2024-09-25)

Features Added

  • Added support for decryption of Blobs encrypted using client-side encryption version 2.1.
Commits


Updates psycopg from 3.2.2 to 3.2.3

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.2.3 ^^^^^^^^^^^^^

  • Release binary packages including PostgreSQL 17 libpq (:ticket:[#852](https://github.com/psycopg/psycopg/issues/852)).

Psycopg 3.2.2 ^^^^^^^^^^^^^

  • Drop !TypeDef specifications as string from public modules, as they cannot be composed by users as !typing objects previously could (:ticket:[#860](https://github.com/psycopg/psycopg/issues/860)).
  • Release Python 3.13 binary packages.

Psycopg 3.2.1 ^^^^^^^^^^^^^

  • Fix packaging metadata breaking [c], [binary] dependencies (:ticket:[#853](https://github.com/psycopg/psycopg/issues/853)).

Psycopg 3.2

.. rubric:: New top-level features

  • Add support for integer, floating point, boolean NumPy scalar types__ (:ticket:[#332](https://github.com/psycopg/psycopg/issues/332)).
  • Add !timeout and !stop_after parameters to Connection.notifies() (:ticket:340).
  • Allow dumpers to return !None, to be converted to NULL (:ticket:[#377](https://github.com/psycopg/psycopg/issues/377)).
  • Add :ref:raw-query-cursors to execute queries using placeholders in PostgreSQL format ($1, $2...) (:tickets:[#560](https://github.com/psycopg/psycopg/issues/560), [#839](https://github.com/psycopg/psycopg/issues/839)).
  • Add capabilities object to :ref:inspect the libpq capabilities <capabilities> (:ticket:[#772](https://github.com/psycopg/psycopg/issues/772)).
  • Add ~rows.scalar_row to return scalar values from a query (:ticket:[#723](https://github.com/psycopg/psycopg/issues/723)).
  • Add ~Connection.cancel_safe() for encrypted and non-blocking cancellation when using libpq v17. Use such method internally to implement

... (truncated)

Commits
  • ce8f073 chore: bump psycopg package version to 3.2.3
  • 9af9267 Merge pull request #917 from psycopg/pg17
  • 9c9369b docs: mention PostgreSQL 17 in binary packages in the news file
  • d0b1a3a ci: install flex to build libpq
  • 17e8d85 ci(macos): fix dylib path for postgres 17 from brew
  • d066132 ci(macos): update brew to install PostgreSQL 17
  • 2cc362e ci: bump to PostgreSQL 17 in binary packages
  • 810bfcf chore: add PostgreSQL 17 TRANSACTION_TIMEOUT error
  • 2a02421 ci: Add PostgreSQL 17 to CI test grid, remove PostgreSQL 11
  • bea783d fix(windows): resolve absolute path to libpq
  • Additional commits viewable in compare view


Updates pulumi-azure-native from 2.62.0 to 2.63.0

Release notes

Sourced from pulumi-azure-native's releases.

v2.63.0

Does the PR have any schema changes?

Found 2 breaking changes:

Resources

  • "azure-native:insights:ScheduledQueryRule":
    • 🟡 inputs: "ruleResolveConfiguration" missing
    • 🟡 properties: "ruleResolveConfiguration" missing output "ruleResolveConfiguration"

New resources:

  • containerservice.AutoUpgradeProfile

New functions:

  • containerservice.getAutoUpgradeProfile

Full Changelog: https://github.com/pulumi/pulumi-azure-native/compare/v2.62.0...v2.63.0

Commits
  • 10f599c Automated SDK generation @ azure-rest-api-specs 399cbac2de1bc0acbed4c9a0a864a...
  • 2b6d34d Automated Pulumi/Pulumi upgrade (#3583)
  • See full diff in compare view


Updates pulumi-random from 4.16.5 to 4.16.6

Release notes

Sourced from pulumi-random's releases.

v4.16.6

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-random/compare/v4.16.5...v4.16.6

Commits


Updates pulumi from 3.133.0 to 3.134.1

Release notes

Sourced from pulumi's releases.

v3.134.1

3.134.1 (2024-09-25)

Features

  • [engine] Allow providers to return errors from construct and format them nicely #17306

Bug Fixes

  • [engine] Add input keys from diff during import step to warning and error message #17312

  • [sdk/nodejs] Short-circuit output invokes if inputs contains unknowns #17353

  • [sdk/python] Always unwrap value from InvokeResult in invoke_async #17349

v3.134.0

3.134.0 (2024-09-23)

Features

  • [engine] Generated and matched aliases are written to debug logs #17280

  • [cli/display] Show the count of unchanged resources #17257

  • [auto/nodejs] Support an abort channel for gracefully canceling operations #16783

  • [auto/{nodejs,python}] Support refresh consistently in up/preview/destroy #17209

  • [cli/state] Support falling back to snapshot secret managers when PULUMI_FALLBACK_TO_STATE_SECRETS_MANAGER is set #17236

  • [sdkgen/python] First-class output-versioned invokes that maintain secrets in Python #17275

Bug Fixes

  • [engine] Fix token expired errors due to network issues #17127

... (truncated)

Changelog

Sourced from pulumi's changelog.

3.134.1 (2024-09-25)

Features

  • [engine] Allow providers to return errors from construct and format them nicely #17306

Bug Fixes

  • [engine] Add input keys from diff during import step to warning and error message #17312

  • [sdk/nodejs] Short-circuit output invokes if inputs contains unknowns #17353

  • [sdk/python] Always unwrap value from InvokeResult in invoke_async #17349

3.134.0 (2024-09-23)

Features

  • [engine] Generated and matched aliases are written to debug logs #17280

  • [cli/display] Show the count of unchanged resources #17257

  • [auto/nodejs] Support an abort channel for gracefully canceling operations #16783

  • [auto/{nodejs,python}] Support refresh consistently in up/preview/destroy #17209

  • [cli/state] Support falling back to snapshot secret managers when PULUMI_FALLBACK_TO_STATE_SECRETS_MANAGER is set #17236

  • [sdkgen/python] First-class output-versioned invokes that maintain secrets in Python #17275

Bug Fixes

  • [engine] Fix token expired errors due to network issues #17127

  • [engine] Fix dependency traversal for untargeted skipped creates

... (truncated)

Commits
  • d1bdfbe Revert #17338 and #17127 (#17376)
  • c7ec41f [sdk/nodejs] Short-circuit output invokes if inputs contains unknowns (#17353)
  • 205515d Add a lifecycle test to show that ImportID works with parameterized providers...
  • 49efdab allow component providers to return more detailed error messages (#17306)
  • 8f0467c Add input keys from diff during import step to warning and error message (#17...
  • cddeb78 Run nodejs conformance tests with more parallelism (#17355)
  • 90c16ec plugin versions code reuse (#17311)
  • dbf13f3 Document secrets configure behavior (#17348)
  • 360ffc7 [sdk/python] Always unwrap value from InvokeResult in invoke_async (#17349)
  • 4ac5768 Add l2-primitive-ref conformance test (#17302)
  • Additional commits viewable in compare view


Updates emoji from 2.13.0 to 2.13.2

Release notes

Sourced from emoji's releases.

v2.13.2

  • typing_extensions dependency not required on Python 3.9 and higher

v2.13.1

  • Read JSON files in binary mode to avoid UnicodeDecodeError
Changelog

Sourced from emoji's changelog.

v2.13.2 (2024-09-23)

  • typing_extensions dependency not required on Python 3.9 and higher #303

v2.13.1 (2024-09-21)

  • Read JSON files in binary mode to avoid UnicodeDecodeError #305
Commits
  • fb04264 Update init.py
  • c8e2749 Update CHANGES.md
  • 824fed5 Merge pull request #307 from cvzi/typing_extensions
  • 92e0d8c Update changelog v2.13.1
  • d494db6 Do no require typing_extensions dependency on Python 3.9+
  • 785d098 Add type ignore
  • 8a1ef2b Merge branch 'Aaryanverma-master' into typing_extensions
  • d17482b Merge github.com:Aaryanverma/emoji
  • e4cab88 Update core.py
  • 1f3c5e8 Update testutils.py
  • Additional commits viewable in compare view


Updates ruff from 0.6.7 to 0.6.8

Release notes

Sourced from ruff's releases.

0.6.8

Release Notes

Preview features

  • Remove unnecessary parentheses around match case clauses (#13510)
  • Parenthesize overlong if guards in match..case clauses (#13513)
  • Detect basic wildcard imports in ruff analyze graph (#13486)
  • [pylint] Implement boolean-chained-comparison (R1716) (#13435)

Rule changes

  • [lake8-simplify] Detect SIM910 when using variadic keyword arguments, i.e., **kwargs (#13503)
  • [pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028) (#13504)

Bug fixes

  • Detect tuples bound to variadic positional arguments i.e. *args (#13512)
  • Exit gracefully on broken pipe errors (#13485)
  • Avoid panic when analyze graph hits broken pipe (#13484)

Performance

  • Reuse BTreeSets in module resolver (#13440)
  • Skip traversal for non-compound statements (#13441)

Contributors

Install ruff 0.6.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ruff's changelog.

0.6.8

Preview features

  • Remove unnecessary parentheses around match case clauses (#13510)
  • Parenthesize overlong if guards in match..case clauses (#13513)
  • Detect basic wildcard imports in ruff analyze graph (#13486)
  • [pylint] Implement boolean-chained-comparison (R1716) (#13435)

Rule changes

  • [lake8-simplify] Detect SIM910 when using variadic keyword arguments, i.e., **kwargs (#13503)
  • [pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028) (#13504)

Bug fixes

  • Detect tuples bound to variadic positional arguments i.e. *args (#13512)
  • Exit gracefully on broken pipe errors (#13485)
  • Avoid panic when analyze graph hits broken pipe (#13484)

Performance

  • Reuse BTreeSets in module resolver (#13440)
  • Skip traversal for non-compound statements (#13441)
Commits
  • ae39ce5 Bump version to 0.6.8 (#13522)
  • ff2d214 Don't skip over imports and other nodes containing nested statements in impor...
  • 9442cd8 Parenthesize match..case if guards (#13513)
  • 8012707 Align formatting of patterns in match-cases with expression formatting in cla...
  • d7ffe46 Disable the typeset plugin (#13517)
  • 7c83af4 red-knot: Implement the not operator for all Type variants (#13432)
  • bbb044e Detect tuples bound to variadic positional arguments i.e. *args (#13512)
  • 4810652 Avoid UP028 false negatives with non-reference shadowed bindings of loop vari...
  • 11f06e0 Detect SIM910 when using variadic keyword arguments, i.e., **kwargs (#13503)
  • f27a8b8 [internal] ComparableExpr (f)strings and bytes made invariant under concate...
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
github-actions[bot] commented 1 month ago

Coverage report

This PR does not seem to contain any modification to coverable code.

dependabot[bot] commented 1 month ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml