diff --git a/py3-keyring.yaml b/py3-keyring.yaml
index f61a94993d2..26afcafe2bc 100644
--- a/py3-keyring.yaml
+++ b/py3-keyring.yaml
@@ -1,7 +1,7 @@
 # Generated from https://pypi.org/project/keyring/
 package:
   name: py3-keyring
-  version: 25.0.0
+  version: 25.1.0
   epoch: 0
   description: Store and access your passwords safely.
   copyright:
@@ -33,7 +33,7 @@ pipeline:
     with:
       repository: https://github.com/jaraco/keyring
       tag: v${{package.version}}
-      expected-commit: 1eeb5c2d8fc01d0289592d586a8e97723387fda9
+      expected-commit: 437c1676b622c081e515caaf146c0b4f07fabbb8
 
   - name: Python Build
     uses: python/build-wheel