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 pysam from 0.22.1 to 0.23.0 in /pipeline/seq_retrieval #525

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pysam from 0.22.1 to 0.23.0.

Release notes

Sourced from pysam's releases.

v0.23.0

This pysam release wraps htslib/samtools/bcftools 1.21 (PR #1310).

It has been tested with Python versions 3.6 through 3.13, and wheels are available via PyPI for all of those Python versions. Python versions 3.6 through 3.8 are end-of-life; particularly if you use pysam with one of these versions, please vote in the version survey at issue #1230.

This is expected to be the last release supporting Python 3.6 and 3.7.

Bugs fixed:

  • Fix pysam.samtools.command(save_stdout=filename) redirection of output to a file. (#677, reported by @​haowenz and analysed by @​yhoogstrate)

  • Reinstate HTTPS/S3/GCS support in pre-built Linux wheels when used on Debian and Ubuntu: these wheels now work around the discrepancy between Red Hat and Debian CA Certificate file locations. (#1257, #1268, reported by @​daisieh and @​litaifang)

  • Calling VariantHeader.new_record() repeatedly with the same samples object now sets GT correctly every time. (#1308, reported by @​awgymer)

  • Correct the exception produced when AlignedSegment.set_tags() is used with an invalid value type. (#1233, PR #1235, reported by @​weishwu and @​marcus1487)

  • Numerous type hinting corrections. (#1298, #1316, PR #1296, PR #1306, PR #1313, PR #1315, thanks to @​vepain, @​awgymer, @​mshunjan, and @​msto)

  • The undocumented pysam.samtools.import_() alias for invoking samtools import has been removed; use pysam.samtools.fqimport() instead.

  • Corrections to several test data files to account for HTSlib 1.20 and later's improved validity checking. (#1291, reported by @​SoapGentoo; etc)

New functionality:

  • AlignedSegment.get_aligned_pairs() now optionally returns the associated CIGAR operator in each position tuple. (#1292, PR #1294, thanks to @​LaraFuhrmann and @​DrYak)

  • New AlignmentFile.flush() and VariantFile.flush() methods for flushing buffered output to streams. (#1299, requested by @​blex-max)

  • Improved str() for AlignedSegment now displays reference sequence names when they are available and uses #N only when necessary. (#1318, requested by @​creaturemoon)

  • Implement repr() for AlignedSegment so that it displays the most useful fields. (PR #1267, thanks to @​marcelm)

  • Pysam's tests can now be run in parallel. (#1284, reported by @​yurivict)

Documentation improvements:

Changelog

Sourced from pysam's changelog.

Release 0.23.0

.. rubric:: 5 February 2025

This pysam release wraps htslib/samtools/bcftools 1.21 (PR #1310).

It has been tested with Python versions 3.6 through 3.13, and wheels are available via PyPI_ for all of those Python versions. Python versions 3.6 through 3.8 are end-of-life; particularly if you use pysam with one of these versions, please vote in the version survey at issue #1230.

This is expected to be the last release supporting Python 3.6 and 3.7.

Bugs fixed:

  • Fix :func:pysam.samtools.command(save_stdout=filename) <.samtools.command> redirection of output to a file. (#677, reported by Haowen Zhang and analysed by Youri Hoogstrate)

  • Reinstate HTTPS/S3/GCS support in pre-built Linux wheels when used on Debian and Ubuntu: these wheels now work around the discrepancy between Red Hat and Debian CA Certificate file locations. (#1257, #1268, reported by Daisie Huang and Li Tai Fang)

  • Calling :meth:.VariantHeader.new_record repeatedly with the same :obj:samples object now sets GT correctly every time. (#1308, reported by Arthur Gymer)

  • Correct the exception produced when :meth:.AlignedSegment.set_tags is used with an invalid value type. (#1233, PR #1235, reported by Weisheng Wu and Marcus Stoiber)

  • Many type hinting corrections. (#1298, #1316, PR #1296, PR #1306, PR #1313, PR #1315, thanks to Victor Epain, Arthur Gymer, @​mshunjan, and Matt Stone)

  • The undocumented :func:!pysam.samtools.import_ alias for invoking samtools import has been removed; use :func:pysam.samtools.fqimport() <.samtools.command> instead.

  • Corrections to several test data files to account for HTSlib 1.20 and later's improved validity checking. (#1291, reported by David Seifert; etc)

New functionality:

  • :meth:.AlignedSegment.get_aligned_pairs now optionally returns the associated CIGAR operator in each position tuple. (#1292, PR #1294, thanks to Lara Fuhrmann and Ivan Blagoev Topolsky)

  • New :meth:AlignmentFile.flush() <.HTSFile.flush> and

... (truncated)

Commits
  • 6b4e136 Bump version number to 0.23.0 and add release notes
  • b18dde8 Fix wheels' bundled libcurl.so incompatibility with Debian [HACK]
  • 82634f1 Add fullstops in previous NEWS entries [formatting]
  • 6a5b80c Update release workflows for Python 3.13, Ubuntu 24.04, etc
  • 4c4d9ac Update third-party web site URLs
  • 51ff3f1 Improve pysam.samtools.command() and pysam.bcftools.command() documentation
  • 6243656 Update ci.yaml now that ubuntu-latest is Ubuntu 24.04
  • d469039 Update CIGAR_OPS and SAM_FLAGS type stub syntax
  • dab5aa6 Merge PR #1294: New with_cigar argument for get_aligned_pairs()
  • 16a300f Use a function pointer to avoid repeated code
  • 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 a185b9d..754ee7a 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 \
@@ -563,13 +563,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": {

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link

github-actions bot commented Mar 3, 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..c6610e9 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
@@ -160,9 +160,9 @@ pyflakes==3.2.0 \
     --hash=sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f \
     --hash=sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a
     # via flake8
-pytest==8.3.4 \
-    --hash=sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6 \
-    --hash=sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761
+pytest==8.3.5 \
+    --hash=sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 \
+    --hash=sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845
     # via api-aws_infra (pyproject.toml)
 python-dateutil==2.9.0.post0 \
     --hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
api/requirements.txt
diff --git a/api/requirements.txt b/api/requirements.txt
index c77e9ea..07f930b 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.11 \
+    --hash=sha256:32e1541b7b74602e4ef4a0260ecaf3aadf9d4f19590bba3e1bf2ac4666aa2c64 \
+    --hash=sha256:cc81f03f688678b92600a65a5e618b93592c65005db37157147204d8924bf94f
     # 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 a185b9d..bb58ac9 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.11 \
+    --hash=sha256:32e1541b7b74602e4ef4a0260ecaf3aadf9d4f19590bba3e1bf2ac4666aa2c64 \
+    --hash=sha256:cc81f03f688678b92600a65a5e618b93592c65005db37157147204d8924bf94f
     # via pavi-api (pyproject.toml)
 fastapi-cli[standard]==0.0.7 \
     --hash=sha256:02b3b65956f526412515907a0793c9094abd4bfb5457b389f645b0ea6ba3605e \
@@ -456,9 +456,9 @@ pygments==2.19.1 \
     --hash=sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f \
     --hash=sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c
     # via rich
-pytest==8.3.4 \
-    --hash=sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6 \
-    --hash=sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761
+pytest==8.3.5 \
+    --hash=sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 \
+    --hash=sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845
     # via
     #   pavi-api (pyproject.toml)
     #   pytest-cov
@@ -563,13 +563,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..edcca38 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
@@ -160,9 +160,9 @@ pyflakes==3.2.0 \
     --hash=sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f \
     --hash=sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a
     # via flake8
-pytest==8.3.4 \
-    --hash=sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6 \
-    --hash=sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761
+pytest==8.3.5 \
+    --hash=sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 \
+    --hash=sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845
     # via pipeline-aws_infra (pyproject.toml)
 python-dateutil==2.9.0.post0 \
     --hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
pipeline/seq_retrieval/tests/requirements.txt
diff --git a/pipeline/seq_retrieval/tests/requirements.txt b/pipeline/seq_retrieval/tests/requirements.txt
index 5a018f3..bd8c0d3 100644
--- a/pipeline/seq_retrieval/tests/requirements.txt
+++ b/pipeline/seq_retrieval/tests/requirements.txt
@@ -377,9 +377,9 @@ pysam==0.23.0 \
     --hash=sha256:e681d04efe21040b3888f7484f84a2636433503cfb903bbf9b91d671726ceaed \
     --hash=sha256:fd936bdd2a2a7412e96a0797da052d7a50745f0254a934ee590d10485776be58
     # via seq-retrieval (pyproject.toml)
-pytest==8.3.4 \
-    --hash=sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6 \
-    --hash=sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761
+pytest==8.3.5 \
+    --hash=sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 \
+    --hash=sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845
     # via
     #   pytest-cov
     #   seq-retrieval (pyproject.toml)
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..973907e 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
@@ -160,9 +160,9 @@ pyflakes==3.2.0 \
     --hash=sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f \
     --hash=sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a
     # via flake8
-pytest==8.3.4 \
-    --hash=sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6 \
-    --hash=sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761
+pytest==8.3.5 \
+    --hash=sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 \
+    --hash=sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845
     # via pavi-shared-aws-infra (pyproject.toml)
 python-dateutil==2.9.0.post0 \
     --hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
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..62ceac9 100644
--- a/shared_aws/py_package/tests/requirements.txt
+++ b/shared_aws/py_package/tests/requirements.txt
@@ -22,27 +22,27 @@ 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
-botocore-stubs==1.37.1 \
-    --hash=sha256:52119b15e1dc6f6f5d2ea714177384a37ba877fac4f14b1cf787230562a04643 \
-    --hash=sha256:fad2ac52f815d71841c66b0d97f884376456db0cd5917d44f474ac29eef34a19
+botocore-stubs==1.37.4 \
+    --hash=sha256:29c1fc38cba7686a2b0969dfaab175b0cf3539eed07eac4fbc693437ebe8f9b9 \
+    --hash=sha256:f461caf7c3a564b53b9e49352f9b55e1c7a7bf505bc2c9166d9b4a7da831e22c
     # via boto3-stubs
 cattrs==24.1.2 \
     --hash=sha256:67c7495b760168d931a10233f979b28dc04daf853b30752246f4f8471c6d68d0 \
@@ -163,9 +163,9 @@ pyflakes==3.2.0 \
     --hash=sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f \
     --hash=sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a
     # via flake8
-pytest==8.3.4 \
-    --hash=sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6 \
-    --hash=sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761
+pytest==8.3.5 \
+    --hash=sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 \
+    --hash=sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845
     # via pavi_shared_aws (pyproject.toml)
 python-dateutil==2.9.0.post0 \
     --hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
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..2cbc01d 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
@@ -160,9 +160,9 @@ pyflakes==3.2.0 \
     --hash=sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f \
     --hash=sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a
     # via flake8
-pytest==8.3.4 \
-    --hash=sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6 \
-    --hash=sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761
+pytest==8.3.5 \
+    --hash=sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 \
+    --hash=sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845
     # via webui-aws_infra (pyproject.toml)
 python-dateutil==2.9.0.post0 \
     --hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
webui/package-lock.json
diff --git a/webui/package-lock.json b/webui/package-lock.json
index 9cdd6b9..cca4056 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": {
@@ -7333,16 +7333,15 @@
             }
         },
         "node_modules/fetch-mock": {
-            "version": "12.4.0",
-            "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.4.0.tgz",
-            "integrity": "sha512-qW5NIJpz915Tnt9NUkJDvhmurR32AU0AuEHfYN2eevD0kXVosDqVLVBdpSlF8SDw/pYgbvryYtFUfN924/twTA==",
+            "version": "12.5.1",
+            "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.5.1.tgz",
+            "integrity": "sha512-vkySpgura/iQStMZywAGbDV3WaDSjdbgT4UCHn5vKy/U14XUCkkIl3ZIP2dJQBYGebAU+fo8RXEHrWd1kdUr0Q==",
             "dev": true,
             "license": "MIT",
             "dependencies": {
                 "@types/glob-to-regexp": "^0.4.4",
                 "dequal": "^2.0.3",
                 "glob-to-regexp": "^0.4.1",
-                "is-subset-of": "^3.1.10",
                 "regexparam": "^3.0.0"
             },
             "engines": {
@@ -8755,17 +8754,6 @@
                 "url": "https://github.com/sponsors/ljharb"
             }
         },
-        "node_modules/is-subset-of": {
-            "version": "3.1.10",
-            "resolved": "https://registry.npmjs.org/is-subset-of/-/is-subset-of-3.1.10.tgz",
-            "integrity": "sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==",
-            "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
-            "dev": true,
-            "license": "MIT",
-            "dependencies": {
-                "typedescriptor": "3.0.2"
-            }
-        },
         "node_modules/is-symbol": {
             "version": "1.1.1",
             "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
@@ -13282,22 +13270,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.82",
+            "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.82.tgz",
+            "integrity": "sha512-KCTjNL9F7j8MzxgfTgjT+v21oYH38OidFty7dH00maWANAI2IsLw2AnThtTJi9HKALHZKQQWnNebYheadacD+g==",
             "dev": true,
             "license": "MIT",
             "dependencies": {
-                "tldts-core": "^6.1.79"
+                "tldts-core": "^6.1.82"
             },
             "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.82",
+            "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.82.tgz",
+            "integrity": "sha512-Jabl32m21tt/d/PbDO88R43F8aY98Piiz6BVH9ShUlOAiiAELhEqwrAmBocjAqnCfoUeIsRU+h3IEzZd318F3w==",
             "dev": true,
             "license": "MIT"
         },
@@ -13348,9 +13336,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": {
@@ -13658,14 +13646,6 @@
                 "url": "https://github.com/sponsors/ljharb"
             }
         },
-        "node_modules/typedescriptor": {
-            "version": "3.0.2",
-            "resolved": "https://registry.npmjs.org/typedescriptor/-/typedescriptor-3.0.2.tgz",
-            "integrity": "sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==",
-            "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
-            "dev": true,
-            "license": "MIT"
-        },
         "node_modules/typescript": {
             "version": "5.7.3",
             "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",

Bumps [pysam](https://github.com/pysam-developers/pysam) from 0.22.1 to 0.23.0.
- [Release notes](https://github.com/pysam-developers/pysam/releases)
- [Changelog](https://github.com/pysam-developers/pysam/blob/master/NEWS)
- [Commits](pysam-developers/pysam@v0.22.1...v0.23.0)

---
updated-dependencies:
- dependency-name: pysam
  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/pipeline/seq_retrieval/pysam-0.23.0 branch from 2a3b3ff to f163970 Compare March 3, 2025 12:02
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.

@mluypaert mluypaert merged commit cf4e3d0 into main Mar 3, 2025
34 of 63 checks passed
@mluypaert mluypaert deleted the dependabot/pip/pipeline/seq_retrieval/pysam-0.23.0 branch March 3, 2025 12:32
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.

1 participant