Skip to content

Commit cab595d

Browse files
Update Python dependencies
1 parent 004e741 commit cab595d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ bandit==1.8.3
1414
# via -r requirements-dev.in
1515
black==24.10.0
1616
# via -r requirements-dev.in
17-
boto3==1.38.4
17+
boto3==1.38.5
1818
# via -r D:\git\stock-tech-volatility\requirements.in
19-
botocore==1.38.4
19+
botocore==1.38.5
2020
# via
2121
# boto3
2222
# s3transfer
@@ -58,7 +58,7 @@ dparse==0.6.4
5858
# via
5959
# safety
6060
# safety-schemas
61-
filelock==3.16.1
61+
filelock==3.18.0
6262
# via safety
6363
flake8==7.2.0
6464
# via -r requirements-dev.in
@@ -148,11 +148,11 @@ pycodestyle==2.13.0
148148
# via flake8
149149
pycparser==2.22
150150
# via cffi
151-
pydantic==2.9.2
151+
pydantic==2.11.4
152152
# via
153153
# safety
154154
# safety-schemas
155-
pydantic-core==2.23.4
155+
pydantic-core==2.34.1
156156
# via pydantic
157157
pyflakes==3.3.2
158158
# via flake8

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)