Skip to content

Commit 9842959

Browse files
authored
Merge pull request #11 from finsite/renovate/python-dependencies
chore(deps): update python dependencies
2 parents d715f74 + e2199fe commit 9842959

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ bandit==1.8.3
1616
# via -r requirements-dev.in
1717
black==25.1.0
1818
# via -r requirements-dev.in
19-
boto3==1.38.4
19+
boto3==1.38.5
2020
# via -r D:\git\template_python\requirements.in
21-
botocore==1.38.4
21+
botocore==1.38.5
2222
# via
2323
# boto3
2424
# s3transfer
@@ -75,7 +75,7 @@ dparse==0.6.4
7575
# via
7676
# safety
7777
# safety-schemas
78-
filelock==3.16.1
78+
filelock==3.18.0
7979
# via
8080
# safety
8181
# virtualenv
@@ -130,7 +130,7 @@ kiwisolver==1.4.8
130130
# via matplotlib
131131
loguru==0.7.3
132132
# via -r D:\git\template_python\requirements.in
133-
mando==0.7.1
133+
mando==0.8.2
134134
# via radon
135135
markdown-it-py==3.0.0
136136
# via rich
@@ -208,13 +208,13 @@ pycodestyle==2.13.0
208208
# via flake8
209209
pycparser==2.22
210210
# via cffi
211-
pydantic==2.9.2
211+
pydantic==2.11.4
212212
# via
213213
# bump-my-version
214214
# pydantic-settings
215215
# safety
216216
# safety-schemas
217-
pydantic-core==2.23.4
217+
pydantic-core==2.34.1
218218
# via pydantic
219219
pydantic-settings==2.9.1
220220
# via bump-my-version
@@ -300,13 +300,13 @@ ruamel-yaml==0.18.10
300300
# via
301301
# safety
302302
# safety-schemas
303-
ruff==0.11.6
303+
ruff==0.11.7
304304
# via -r requirements-dev.in
305305
s3transfer==0.12.0
306306
# via boto3
307-
safety==3.3.1
307+
safety==3.4.0
308308
# via -r requirements-dev.in
309-
safety-schemas==0.0.11
309+
safety-schemas==0.0.14
310310
# via safety
311311
scipy==1.15.2
312312
# via -r D:\git\template_python\requirements.in

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in requirements.in
66
#
7-
boto3==1.38.4
7+
boto3==1.38.5
88
# via -r requirements.in
9-
botocore==1.38.4
9+
botocore==1.38.5
1010
# via
1111
# boto3
1212
# s3transfer

0 commit comments

Comments
 (0)