Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ bandit==1.8.3
# via -r requirements-dev.in
black==25.1.0
# via -r requirements-dev.in
boto3==1.38.4
boto3==1.38.5
# via -r D:\git\template_python\requirements.in
botocore==1.38.4
botocore==1.38.5
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -75,7 +75,7 @@ dparse==0.6.4
# via
# safety
# safety-schemas
filelock==3.16.1
filelock==3.18.0
# via
# safety
# virtualenv
Expand Down Expand Up @@ -130,7 +130,7 @@ kiwisolver==1.4.8
# via matplotlib
loguru==0.7.3
# via -r D:\git\template_python\requirements.in
mando==0.7.1
mando==0.8.2
# via radon
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -208,13 +208,13 @@ pycodestyle==2.13.0
# via flake8
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.11.4
# via
# bump-my-version
# pydantic-settings
# safety
# safety-schemas
pydantic-core==2.23.4
pydantic-core==2.34.1
# via pydantic
pydantic-settings==2.9.1
# via bump-my-version
Expand Down Expand Up @@ -300,13 +300,13 @@ ruamel-yaml==0.18.10
# via
# safety
# safety-schemas
ruff==0.11.6
ruff==0.11.7
# via -r requirements-dev.in
s3transfer==0.12.0
# via boto3
safety==3.3.1
safety==3.4.0
# via -r requirements-dev.in
safety-schemas==0.0.11
safety-schemas==0.0.14
# via safety
scipy==1.15.2
# via -r D:\git\template_python\requirements.in
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --output-file=requirements.txt requirements.in requirements.in
#
boto3==1.38.4
boto3==1.38.5
# via -r requirements.in
botocore==1.38.4
botocore==1.38.5
# via
# boto3
# s3transfer
Expand Down
Loading