From cb83730ab6894f19204080376a09f19a11bf48bc Mon Sep 17 00:00:00 2001 From: Jose Alvarez <47305925+jalvarezit@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:15:57 +0100 Subject: [PATCH 1/4] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6ace1f..c35ed4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pytest boto3 google-cloud-storage -pycurl==7.45.7 +pycurl==7.45.6 python3-ldap python-ldap packaging From ce2d9c004f99faa5b8efe1c6ecd5ecec6b701591 Mon Sep 17 00:00:00 2001 From: Jose Alvarez <47305925+jalvarezit@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:11:05 +0100 Subject: [PATCH 2/4] test: validate markdown comment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1204bd5..cfb9be3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ nsscache - Asynchronously synchronise local NSS databases with remote directory services ======================================================================================== + + ![ci](https://github.com/google/nsscache/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/google/nsscache/branch/master/graph/badge.svg)](https://codecov.io/gh/google/nsscache) From fe157a6efbe14f617890a5686d318c7579aea06a Mon Sep 17 00:00:00 2001 From: Jose Alvarez <47305925+jalvarezit@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:10:12 +0100 Subject: [PATCH 3/4] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c35ed4c..39dbd24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pytest -boto3 +boto3==1.42.50 google-cloud-storage pycurl==7.45.6 python3-ldap From ac1ed648573be99ee4594f3e7668dbe1789750f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:14:55 +0000 Subject: [PATCH 4/4] build(deps): bump boto3 from 1.42.50 to 1.42.52 Bumps [boto3](https://github.com/boto/boto3) from 1.42.50 to 1.42.52. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.50...1.42.52) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39dbd24..cd0b6a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pytest -boto3==1.42.50 +boto3==1.42.52 google-cloud-storage pycurl==7.45.6 python3-ldap