Skip to content

Commit a6c8378

Browse files
committed
test lock update
1 parent fe291e5 commit a6c8378

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ repos:
105105
# - test/test_client.py:188: te ==> the, be, we, to
106106
args: ["-L", "fle,fo,infinit,isnt,nin,te,aks"]
107107

108+
- repo: https://github.com/astral-sh/uv-pre-commit
109+
# uv version.
110+
rev: 0.8.17
111+
hooks:
112+
- id: uv-lock
113+
files: ^(uv\.lock|pyproject\.toml|requirements.txt|requirements/.*\.txt)$
114+
108115
- repo: local
109116
hooks:
110117
- id: executable-shell
@@ -122,14 +129,3 @@ repos:
122129
language: python
123130
require_serial: true
124131
additional_dependencies: ["shrub.py>=3.10.0", "pyyaml>=6.0.2"]
125-
126-
- id: uv-lock
127-
name: uv-lock
128-
entry: uv lock
129-
language: python
130-
require_serial: true
131-
files: ^(uv\.lock|pyproject\.toml|requirements.txt|requirements/.*\.txt)$
132-
pass_filenames: false
133-
fail_fast: true
134-
additional_dependencies:
135-
- uv

requirements/aws.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pymongo-auth-aws>=1.1.0,<2.0.0
1+
pymongo-auth-aws>=1.1.1,<2.0.0

0 commit comments

Comments
 (0)