Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mypy from 1.14.1 to 1.15.0 in /api #523

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps mypy from 1.14.1 to 1.15.0.

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next Release

Different Property Getter and Setter Types

Mypy now supports using different types for property getter and setter.

class A:
    value: int
@property
def f(self) -> int:
    return self.value
@f.setter
def f(self, x: str | int) -> None:
    try:
        self.value = int(x)
    except ValueError:
        raise Exception(f"'{x}' is not a valid value for 'f'")

Contributed by Ivan Levkivskyi (PR 18510)

Selectively Disable Deprecated Warnings

It's now possible to selectively disable warnings generated from warnings.deprecated using the --deprecated-calls-exclude option.

# mypy --enable-error-code deprecated
#      --deprecated-calls-exclude=foo.A
import foo
foo.A().func()  # OK, the deprecated warning is ignored
file foo.py
from typing_extensions import deprecated
class A:
@​deprecated("Use A.func2 instead")
def func(self): pass

Contributed by Marc Mueller (PR 18641)

Mypy 1.15

We’ve just uploaded mypy 1.15 to the Python Package Index (PyPI).

... (truncated)

Commits
  • 9397454 remove +dev from version ahead of final release
  • 686b591 remove "unreleased" from 1.15 changelog entry
  • cb4b243 Various small updates to 1.15 changelog (#18599)
  • 1a26502 Prepare changelog for 1.15 release (#18583)
  • d4515e4 Fix a few PR links in the changelog (#18586)
  • f83b643 Add object self-type to tuple test fixture (#18592)
  • ebc2cb8 Prevent crash on generic NamedTuple with unresolved typevar bound (#18585)
  • 63c251e empty commit to trigger wheel rebuild
  • c30573e Fix literal context for ternary expressions (for real) (#18545)
  • 23d862d Fix isinstance with explicit (non generic) type alias (#18512)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2025
Copy link

github-actions bot commented Mar 1, 2025

The validation workflow automatically applied the below dependency lock file updates.
A bundle with all dependency lock files is available here as artifact called deps_lock_files_bundle.

api/aws_infra/requirements.txt
diff --git a/api/aws_infra/requirements.txt b/api/aws_infra/requirements.txt
index c7a5c5e..f18ed37 100644
--- a/api/aws_infra/requirements.txt
+++ b/api/aws_infra/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via
     #   api-aws_infra (pyproject.toml)
     #   pavi-shared-aws
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi-shared-aws
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
api/aws_infra/tests/requirements.txt
diff --git a/api/aws_infra/tests/requirements.txt b/api/aws_infra/tests/requirements.txt
index 80af5e7..7e1a2cc 100644
--- a/api/aws_infra/tests/requirements.txt
+++ b/api/aws_infra/tests/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via
     #   api-aws_infra (pyproject.toml)
     #   pavi-shared-aws
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi-shared-aws
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
api/requirements.txt
diff --git a/api/requirements.txt b/api/requirements.txt
index c77e9ea..0aa67ac 100644
--- a/api/requirements.txt
+++ b/api/requirements.txt
@@ -15,13 +15,13 @@ anyio==4.8.0 \
     #   httpx
     #   starlette
     #   watchfiles
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via smart-open
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
@@ -46,9 +46,9 @@ email-validator==2.2.0 \
     --hash=sha256:561977c2d73ce3611850a06fa56b414621e0c8faa9d66f2611407d87465da631 \
     --hash=sha256:cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7
     # via fastapi
-fastapi[standard]==0.115.8 \
-    --hash=sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9 \
-    --hash=sha256:753a96dd7e036b34eeef8babdfcfe3f28ff79648f86551eb36bfc1b0bf4a8cbf
+fastapi[standard]==0.115.10 \
+    --hash=sha256:47346c5437e933e68909a835cf63890a9bd52fb6091b2499b996c08a01ca43a5 \
+    --hash=sha256:920cdc95c1c6ca073656deae80ad254512d131031c2d7759c87ae469572911ee
     # via pavi-api (pyproject.toml)
 fastapi-cli[standard]==0.0.7 \
     --hash=sha256:02b3b65956f526412515907a0793c9094abd4bfb5457b389f645b0ea6ba3605e \
@@ -408,13 +408,13 @@ sniffio==1.3.1 \
     --hash=sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2 \
     --hash=sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc
     # via anyio
-starlette==0.45.3 \
-    --hash=sha256:2cbcba2a75806f8a41c722141486f37c28e30a0921c5f6fe4346cb0dcee1302f \
-    --hash=sha256:dfb6d332576f136ec740296c7e8bb8c8a7125044e7c6da30744718880cdd059d
+starlette==0.46.0 \
+    --hash=sha256:913f0798bd90ba90a9156383bcf1350a17d6259451d0d8ee27fc0cf2db609038 \
+    --hash=sha256:b359e4567456b28d473d0193f34c0de0ed49710d75ef183a74a5ce0499324f50
     # via fastapi
-typer==0.15.1 \
-    --hash=sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847 \
-    --hash=sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a
+typer==0.15.2 \
+    --hash=sha256:46a499c6107d645a9c13f7ee46c5d5096cae6f5fc57dd11eccbbb9ae3e44ddfc \
+    --hash=sha256:ab2fab47533a813c49fe1f16b1a370fd5819099c00b119e0633df65f22144ba5
     # via fastapi-cli
 typing-extensions==4.12.2 \
     --hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
api/tests/requirements.txt
diff --git a/api/tests/requirements.txt b/api/tests/requirements.txt
index ccc910d..4ad1041 100644
--- a/api/tests/requirements.txt
+++ b/api/tests/requirements.txt
@@ -15,13 +15,13 @@ anyio==4.8.0 \
     #   httpx
     #   starlette
     #   watchfiles
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via smart-open
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
@@ -111,9 +111,9 @@ email-validator==2.2.0 \
     --hash=sha256:561977c2d73ce3611850a06fa56b414621e0c8faa9d66f2611407d87465da631 \
     --hash=sha256:cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7
     # via fastapi
-fastapi[standard]==0.115.8 \
-    --hash=sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9 \
-    --hash=sha256:753a96dd7e036b34eeef8babdfcfe3f28ff79648f86551eb36bfc1b0bf4a8cbf
+fastapi[standard]==0.115.10 \
+    --hash=sha256:47346c5437e933e68909a835cf63890a9bd52fb6091b2499b996c08a01ca43a5 \
+    --hash=sha256:920cdc95c1c6ca073656deae80ad254512d131031c2d7759c87ae469572911ee
     # via pavi-api (pyproject.toml)
 fastapi-cli[standard]==0.0.7 \
     --hash=sha256:02b3b65956f526412515907a0793c9094abd4bfb5457b389f645b0ea6ba3605e \
@@ -557,13 +557,13 @@ sniffio==1.3.1 \
     --hash=sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2 \
     --hash=sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc
     # via anyio
-starlette==0.45.3 \
-    --hash=sha256:2cbcba2a75806f8a41c722141486f37c28e30a0921c5f6fe4346cb0dcee1302f \
-    --hash=sha256:dfb6d332576f136ec740296c7e8bb8c8a7125044e7c6da30744718880cdd059d
+starlette==0.46.0 \
+    --hash=sha256:913f0798bd90ba90a9156383bcf1350a17d6259451d0d8ee27fc0cf2db609038 \
+    --hash=sha256:b359e4567456b28d473d0193f34c0de0ed49710d75ef183a74a5ce0499324f50
     # via fastapi
-typer==0.15.1 \
-    --hash=sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847 \
-    --hash=sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a
+typer==0.15.2 \
+    --hash=sha256:46a499c6107d645a9c13f7ee46c5d5096cae6f5fc57dd11eccbbb9ae3e44ddfc \
+    --hash=sha256:ab2fab47533a813c49fe1f16b1a370fd5819099c00b119e0633df65f22144ba5
     # via fastapi-cli
 typing-extensions==4.12.2 \
     --hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
pipeline/aws_infra/requirements.txt
diff --git a/pipeline/aws_infra/requirements.txt b/pipeline/aws_infra/requirements.txt
index 18418ea..9eb37b2 100644
--- a/pipeline/aws_infra/requirements.txt
+++ b/pipeline/aws_infra/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via
     #   pavi-shared-aws
     #   pipeline-aws_infra (pyproject.toml)
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi-shared-aws
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
pipeline/aws_infra/tests/requirements.txt
diff --git a/pipeline/aws_infra/tests/requirements.txt b/pipeline/aws_infra/tests/requirements.txt
index b797e21..07e67a8 100644
--- a/pipeline/aws_infra/tests/requirements.txt
+++ b/pipeline/aws_infra/tests/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via
     #   pavi-shared-aws
     #   pipeline-aws_infra (pyproject.toml)
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi-shared-aws
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
shared_aws/aws_infra/requirements.txt
diff --git a/shared_aws/aws_infra/requirements.txt b/shared_aws/aws_infra/requirements.txt
index ae84a36..c08787f 100644
--- a/shared_aws/aws_infra/requirements.txt
+++ b/shared_aws/aws_infra/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via
     #   pavi-shared-aws
     #   pavi-shared-aws-infra (pyproject.toml)
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi-shared-aws
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
shared_aws/aws_infra/tests/requirements.txt
diff --git a/shared_aws/aws_infra/tests/requirements.txt b/shared_aws/aws_infra/tests/requirements.txt
index 266f2ed..448da81 100644
--- a/shared_aws/aws_infra/tests/requirements.txt
+++ b/shared_aws/aws_infra/tests/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via
     #   pavi-shared-aws
     #   pavi-shared-aws-infra (pyproject.toml)
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi-shared-aws
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
shared_aws/py_package/requirements.txt
diff --git a/shared_aws/py_package/requirements.txt b/shared_aws/py_package/requirements.txt
index ab81ad5..6ad7b61 100644
--- a/shared_aws/py_package/requirements.txt
+++ b/shared_aws/py_package/requirements.txt
@@ -22,17 +22,17 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via pavi_shared_aws (pyproject.toml)
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi_shared_aws (pyproject.toml)
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
shared_aws/py_package/tests/requirements.txt
diff --git a/shared_aws/py_package/tests/requirements.txt b/shared_aws/py_package/tests/requirements.txt
index 39e0fe3..0fb8291 100644
--- a/shared_aws/py_package/tests/requirements.txt
+++ b/shared_aws/py_package/tests/requirements.txt
@@ -22,21 +22,21 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via pavi_shared_aws (pyproject.toml)
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi_shared_aws (pyproject.toml)
-boto3-stubs==1.37.2 \
-    --hash=sha256:2b4bb1fb2dd03a9a0c0b8fce09a463096f6ddec6fce686d916e3e8e32f553223 \
-    --hash=sha256:36c90a4f62f74c2d4337a83ccaf71128ab0acaa19d4eb15636ad0106e03bb801
+boto3-stubs==1.37.4 \
+    --hash=sha256:35c28114e98e74b32b44792264a8fd4ee3703a0e2dd6c7168e7d4da5ebfb0e39 \
+    --hash=sha256:550a8578ca2cf5d498fd685e8ef7f018b3d16947c615f9631de093586909b56f
     # via pavi_shared_aws (pyproject.toml)
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
webui/aws_infra/requirements.txt
diff --git a/webui/aws_infra/requirements.txt b/webui/aws_infra/requirements.txt
index 58ce081..641454a 100644
--- a/webui/aws_infra/requirements.txt
+++ b/webui/aws_infra/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via
     #   pavi-shared-aws
     #   webui-aws_infra (pyproject.toml)
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi-shared-aws
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
webui/aws_infra/tests/requirements.txt
diff --git a/webui/aws_infra/tests/requirements.txt b/webui/aws_infra/tests/requirements.txt
index 5ee2d9a..9ac0fc1 100644
--- a/webui/aws_infra/tests/requirements.txt
+++ b/webui/aws_infra/tests/requirements.txt
@@ -22,19 +22,19 @@ aws-cdk-cloud-assembly-schema==39.2.20 \
     --hash=sha256:7b1ab0593fbfaac4ff0d5d0aa6a3b54185e0286f4aa68376557cac2d50c59183 \
     --hash=sha256:e110b22f961d15c25a9099590375280c0b45637c8325ade9b570a0ef11e6e907
     # via aws-cdk-lib
-aws-cdk-lib==2.181.0 \
-    --hash=sha256:717b1c9fab00924b3c6ef1a6febb4d8816b822e07879da2dd0422c3339436219 \
-    --hash=sha256:f532acd18ba209727fdde7c6f12bc1e3265b59dd0d24de8b6efb743e541504a2
+aws-cdk-lib==2.181.1 \
+    --hash=sha256:59356371569797f57bc2832d97dc70802d479244822e84e509739b1d41b2b4c5 \
+    --hash=sha256:c4246dc6689dd46b0f666b98ce3049ab2b1faf390c50eeb9c6ba0a83cd53970e
     # via
     #   pavi-shared-aws
     #   webui-aws_infra (pyproject.toml)
-boto3==1.37.2 \
-    --hash=sha256:d64491bd4142c2c6dfe44479bf89c4ab7fa8d00210c2aaa7361931e61898b608 \
-    --hash=sha256:e58136d52d79425ce26c3c1578bf94d4b2e91ead55fed9f6950406ee9713e6af
+boto3==1.37.4 \
+    --hash=sha256:024c37c2f85f4b907f5fc817d0db6fda7fd6ab3c6148ee4ed35fe7cecdf7db0c \
+    --hash=sha256:1bbf8bbacb3932956b7020d9a2c49d72c64e21bae9397ba6d3aadffab5e192eb
     # via pavi-shared-aws
-botocore==1.37.2 \
-    --hash=sha256:3f460f3c32cd6d747d5897a9cbde011bf1715abc7bf0a6ea6fdb0b812df63287 \
-    --hash=sha256:5f59b966f3cd0c8055ef6f7c2600f7db5f8218071d992e5f95da3f9156d4370f
+botocore==1.37.4 \
+    --hash=sha256:7e15cd487617440e9eac3144044b6a2bd833d7f3e2bed6a2865693cc11489cc3 \
+    --hash=sha256:89130998c82d53f875a42646b692da507c9871b580fd1aea0f861bf9da36e41a
     # via
     #   boto3
     #   s3transfer
webui/package-lock.json
diff --git a/webui/package-lock.json b/webui/package-lock.json
index 9cdd6b9..6203e9d 100644
--- a/webui/package-lock.json
+++ b/webui/package-lock.json
@@ -1005,9 +1005,9 @@
             }
         },
         "node_modules/@floating-ui/react": {
-            "version": "0.27.4",
-            "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.27.4.tgz",
-            "integrity": "sha512-05mXdkUiVh8NCEcYKQ2C9SV9IkZ9k/dFtYmaEIN2riLv80UHoXylgBM76cgPJYfLJM3dJz7UE5MOVH0FypMd2Q==",
+            "version": "0.27.5",
+            "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.27.5.tgz",
+            "integrity": "sha512-BX3jKxo39Ba05pflcQmqPPwc0qdNsdNi/eweAFtoIdrJWNen2sVEWMEac3i6jU55Qfx+lOcdMNKYn2CtWmlnOQ==",
             "license": "MIT",
             "dependencies": {
                 "@floating-ui/react-dom": "^2.1.2",
@@ -2359,9 +2359,9 @@
             }
         },
         "node_modules/@mui/x-data-grid": {
-            "version": "7.27.1",
-            "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.27.1.tgz",
-            "integrity": "sha512-dDgrCIiIcb3XPxUVxXQsk9yjXFSAXBunqW1m1jjcr0D3jj3qHibBtGslSKnBmmcoT6XLAXdbZOu1fFC+xYhyGA==",
+            "version": "7.27.2",
+            "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.27.2.tgz",
+            "integrity": "sha512-Nj6PWp6WN0gkps676j1Jai3mP1fQotJbqMTvllU7LwQp09S/RE/uJicYdqfeWQLxtQipWm5dnAY63gzsTiAHGA==",
             "license": "MIT",
             "dependencies": {
                 "@babel/runtime": "^7.25.7",
@@ -3101,9 +3101,9 @@
             "license": "MIT"
         },
         "node_modules/@types/node": {
-            "version": "20.17.19",
-            "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.19.tgz",
-            "integrity": "sha512-LEwC7o1ifqg/6r2gn9Dns0f1rhK+fPFDoMiceTJ6kWmVk6bgXBI/9IOWfVan4WiAavK9pIVWdX0/e3J+eEUh5A==",
+            "version": "20.17.22",
+            "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.22.tgz",
+            "integrity": "sha512-9RV2zST+0s3EhfrMZIhrz2bhuhBwxgkbHEwP2gtGWPjBzVQjifMzJ9exw7aDZhR1wbpj8zBrfp3bo8oJcGiUUw==",
             "dev": true,
             "license": "MIT",
             "dependencies": {
@@ -6202,9 +6202,9 @@
             "license": "MIT"
         },
         "node_modules/electron-to-chromium": {
-            "version": "1.5.107",
-            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.107.tgz",
-            "integrity": "sha512-dJr1o6yCntRkXElnhsHh1bAV19bo/hKyFf7tCcWgpXbuFIF0Lakjgqv5LRfSDaNzAII8Fnxg2tqgHkgCvxdbxw==",
+            "version": "1.5.109",
+            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.109.tgz",
+            "integrity": "sha512-AidaH9JETVRr9DIPGfp1kAarm/W6hRJTPuCnkF+2MqhF4KaAgRIcBc8nvjk+YMXZhwfISof/7WG29eS4iGxQLQ==",
             "dev": true,
             "license": "ISC"
         },
@@ -6894,9 +6894,9 @@
             }
         },
         "node_modules/eslint-plugin-react-hooks": {
-            "version": "5.1.0",
-            "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz",
-            "integrity": "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==",
+            "version": "5.2.0",
+            "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
+            "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
             "dev": true,
             "license": "MIT",
             "engines": {
@@ -13282,22 +13282,22 @@
             }
         },
         "node_modules/tldts": {
-            "version": "6.1.79",
-            "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.79.tgz",
-            "integrity": "sha512-wjlYwK8lC/WcywLWf3A7qbK07SexezXjTRVwuPWXHvcjD7MnpPS2RXY5rLO3g12a8CNc7Y7jQRQsV7XyuBZjig==",
+            "version": "6.1.80",
+            "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.80.tgz",
+            "integrity": "sha512-K1PQBCX0TmCI3oE2qXjYqlIU3qogPyn12XxRhkZigJeVa3qRpsP59fvstryGv5wqCUGJ95qYIpFB7yMNHMdSig==",
             "dev": true,
             "license": "MIT",
             "dependencies": {
-                "tldts-core": "^6.1.79"
+                "tldts-core": "^6.1.80"
             },
             "bin": {
                 "tldts": "bin/cli.js"
             }
         },
         "node_modules/tldts-core": {
-            "version": "6.1.79",
-            "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.79.tgz",
-            "integrity": "sha512-HM+Ud/2oQuHt4I43Nvjc213Zji/z25NSH5OkJskJwHXNtYh9DTRlHMDFhms9dFMP7qyve/yVaXFIxmcJ7TdOjw==",
+            "version": "6.1.80",
+            "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.80.tgz",
+            "integrity": "sha512-g8knP0P5sq4DAEVZa+yaMFAeJdVgvrMKou/Esjm79gJqdsYGLWxF+tDTrAeg1aKQbcWKXKMdtf2xmyrl84ScQA==",
             "dev": true,
             "license": "MIT"
         },
@@ -13348,9 +13348,9 @@
             }
         },
         "node_modules/tough-cookie": {
-            "version": "5.1.1",
-            "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.1.tgz",
-            "integrity": "sha512-Ek7HndSVkp10hmHP9V4qZO1u+pn1RU5sI0Fw+jCU3lyvuMZcgqsNgc6CmJJZyByK4Vm/qotGRJlfgAX8q+4JiA==",
+            "version": "5.1.2",
+            "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
+            "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
             "dev": true,
             "license": "BSD-3-Clause",
             "dependencies": {

Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.1...v1.15.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/api/mypy-1.15.0 branch from 7dbf5fa to 7088278 Compare March 3, 2025 08:49
Copy link

github-actions bot commented Mar 3, 2025

Automatic dependency lock file updates enabled, but no updates found. No (additional) dependency updates will be made when merging this PR.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

Looks like mypy is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/api/mypy-1.15.0 branch March 3, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants