Skip to content

Commit 6b927c3

Browse files
committed
Run make refresh-lockfiles
1 parent 43b1299 commit 6b927c3

File tree

4 files changed

+61
-51
lines changed

4 files changed

+61
-51
lines changed

requirements/linting.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ ruff
33
pyupgrade
44
mypy
55
types-PyYAML
6-
pyyaml==6.0.1
6+
pyyaml==6.0.2
77
pre-commit
8+
boto3-stubs[secretsmanager]

requirements/linting.txt

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,70 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile --no-emit-index-url --output-file=requirements/linting.txt requirements/linting.in
66
#
7-
black==24.8.0
7+
black==25.1.0
88
# via -r requirements/linting.in
9+
boto3-stubs[secretsmanager]==1.36.15
10+
# via -r requirements/linting.in
11+
botocore-stubs==1.36.15
12+
# via boto3-stubs
913
cfgv==3.4.0
1014
# via pre-commit
11-
click==8.1.7
15+
click==8.1.8
1216
# via black
13-
distlib==0.3.8
17+
distlib==0.3.9
1418
# via virtualenv
15-
filelock==3.16.0
19+
filelock==3.17.0
1620
# via virtualenv
17-
identify==2.6.0
21+
identify==2.6.6
1822
# via pre-commit
19-
mypy==1.11.2
23+
mypy==1.15.0
2024
# via -r requirements/linting.in
25+
mypy-boto3-secretsmanager==1.36.0
26+
# via boto3-stubs
2127
mypy-extensions==1.0.0
2228
# via
2329
# black
2430
# mypy
2531
nodeenv==1.9.1
2632
# via pre-commit
27-
packaging==24.1
33+
packaging==24.2
2834
# via black
2935
pathspec==0.12.1
3036
# via black
31-
platformdirs==4.3.2
37+
platformdirs==4.3.6
3238
# via
3339
# black
3440
# virtualenv
35-
pre-commit==3.5.0
41+
pre-commit==4.1.0
3642
# via -r requirements/linting.in
37-
pyupgrade==3.16.0
43+
pyupgrade==3.19.1
3844
# via -r requirements/linting.in
39-
pyyaml==6.0.1
45+
pyyaml==6.0.2
4046
# via
4147
# -r requirements/linting.in
4248
# pre-commit
43-
ruff==0.6.4
49+
ruff==0.9.5
4450
# via -r requirements/linting.in
45-
tokenize-rt==6.0.0
51+
tokenize-rt==6.1.0
4652
# via pyupgrade
47-
tomli==2.0.1
53+
tomli==2.2.1
4854
# via
4955
# black
5056
# mypy
51-
types-pyyaml==6.0.12.20240808
57+
types-awscrt==0.23.9
58+
# via botocore-stubs
59+
types-pyyaml==6.0.12.20241230
5260
# via -r requirements/linting.in
61+
types-s3transfer==0.11.2
62+
# via boto3-stubs
5363
typing-extensions==4.12.2
5464
# via
5565
# black
66+
# boto3-stubs
5667
# mypy
57-
virtualenv==20.26.4
68+
# mypy-boto3-secretsmanager
69+
virtualenv==20.29.1
5870
# via pre-commit

requirements/pyproject.txt

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile --extra=azure-key-vault --extra=toml --extra=yaml --no-emit-index-url --output-file=requirements/pyproject.txt pyproject.toml
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
azure-core==1.30.2
9+
azure-core==1.32.0
1010
# via
1111
# azure-identity
1212
# azure-keyvault-secrets
13-
azure-identity==1.17.1
13+
azure-identity==1.19.0
1414
# via pydantic-settings (pyproject.toml)
15-
azure-keyvault-secrets==4.8.0
15+
azure-keyvault-secrets==4.9.0
1616
# via pydantic-settings (pyproject.toml)
17-
certifi==2024.8.30
17+
certifi==2025.1.31
1818
# via requests
1919
cffi==1.17.1
2020
# via cryptography
21-
charset-normalizer==3.3.2
21+
charset-normalizer==3.4.1
2222
# via requests
23-
cryptography==43.0.1
23+
cryptography==44.0.0
2424
# via
2525
# azure-identity
2626
# msal
2727
# pyjwt
28-
idna==3.8
28+
idna==3.10
2929
# via requests
30-
isodate==0.6.1
30+
isodate==0.7.2
3131
# via azure-keyvault-secrets
32-
msal==1.31.0
32+
msal==1.31.1
3333
# via
3434
# azure-identity
3535
# msal-extensions
@@ -39,35 +39,32 @@ portalocker==2.10.1
3939
# via msal-extensions
4040
pycparser==2.22
4141
# via cffi
42-
pydantic==2.9.1
42+
pydantic==2.10.6
4343
# via pydantic-settings (pyproject.toml)
44-
pydantic-core==2.23.3
44+
pydantic-core==2.27.2
4545
# via pydantic
46-
pyjwt[crypto]==2.9.0
46+
pyjwt[crypto]==2.10.1
4747
# via
4848
# msal
4949
# pyjwt
5050
python-dotenv==1.0.1
5151
# via pydantic-settings (pyproject.toml)
52-
pyyaml==6.0.1
52+
pyyaml==6.0.2
5353
# via pydantic-settings (pyproject.toml)
5454
requests==2.32.3
5555
# via
5656
# azure-core
5757
# msal
58-
six==1.16.0
59-
# via
60-
# azure-core
61-
# isodate
62-
tomli==2.0.1
58+
six==1.17.0
59+
# via azure-core
60+
tomli==2.2.1
6361
# via pydantic-settings (pyproject.toml)
6462
typing-extensions==4.12.2
6563
# via
66-
# annotated-types
6764
# azure-core
6865
# azure-identity
6966
# azure-keyvault-secrets
7067
# pydantic
7168
# pydantic-core
72-
urllib3==2.2.2
69+
urllib3==2.3.0
7370
# via requests

requirements/testing.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile --no-emit-index-url --output-file=requirements/testing.txt requirements/testing.in
66
#
7-
black==24.8.0
7+
black==25.1.0
88
# via pytest-examples
9-
click==8.1.7
9+
click==8.1.8
1010
# via black
11-
coverage[toml]==7.6.1
11+
coverage[toml]==7.6.10
1212
# via -r requirements/testing.in
1313
exceptiongroup==1.2.2
1414
# via pytest
@@ -20,35 +20,35 @@ mdurl==0.1.2
2020
# via markdown-it-py
2121
mypy-extensions==1.0.0
2222
# via black
23-
packaging==24.1
23+
packaging==24.2
2424
# via
2525
# black
2626
# pytest
2727
pathspec==0.12.1
2828
# via black
29-
platformdirs==4.3.2
29+
platformdirs==4.3.6
3030
# via black
3131
pluggy==1.5.0
3232
# via pytest
33-
pygments==2.18.0
33+
pygments==2.19.1
3434
# via rich
35-
pytest==8.3.3
35+
pytest==8.3.4
3636
# via
3737
# -r requirements/testing.in
3838
# pytest-examples
3939
# pytest-mock
4040
# pytest-pretty
41-
pytest-examples==0.0.13
41+
pytest-examples==0.0.15
4242
# via -r requirements/testing.in
4343
pytest-mock==3.14.0
4444
# via -r requirements/testing.in
4545
pytest-pretty==1.2.0
4646
# via -r requirements/testing.in
47-
rich==13.8.0
47+
rich==13.9.4
4848
# via pytest-pretty
49-
ruff==0.6.4
49+
ruff==0.9.5
5050
# via pytest-examples
51-
tomli==2.0.1
51+
tomli==2.2.1
5252
# via
5353
# black
5454
# coverage

0 commit comments

Comments
 (0)