Skip to content

Commit 5bf730c

Browse files
fix(deps): update minor dependencies
1 parent 24dbefa commit 5bf730c

4 files changed

Lines changed: 358 additions & 359 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ repos:
8282
additional_dependencies: ["@commitlint/config-conventional"]
8383
language_version: 22.8.0
8484
- repo: https://github.com/renovatebot/pre-commit-hooks
85-
rev: 43.141.2
85+
rev: 43.150.0
8686
hooks:
8787
- id: renovate-config-validator

backend/ops_api/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ marshmallow-sqlalchemy = "==1.5.0"
2121
mypy = "==1.20.2"
2222
psycopg2-binary = "==2.9.12"
2323
PyYAML = "==6.0.3"
24-
requests = "==2.33.1"
24+
requests = "==2.34.0"
2525
sqlalchemy = "==2.0.49"
2626
sqlalchemy-continuum = "==1.6.0"
2727
deepdiff = "==9.0.0"
@@ -40,7 +40,7 @@ pytest-docker = {extras = ["docker-compose-v2"], version = "==3.2.5"}
4040
pytest-flask = "==1.3.0"
4141
pytest-mock = "==3.15.1"
4242
ipython = "==9.13.0"
43-
locust = "==2.43.4"
43+
locust = "==2.44.0"
4444

4545
[requires]
4646
python_version = "3.14"

0 commit comments

Comments
 (0)