Skip to content

Commit 8bb79c6

Browse files
committed
chore: bump project packages
1 parent b5185b4 commit 8bb79c6

File tree

6 files changed

+302
-238
lines changed

6 files changed

+302
-238
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.13.1
12+
rev: v0.14.5
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-zero]
1616
- id: ruff-format
1717
- repo: https://github.com/astral-sh/uv-pre-commit
18-
rev: 0.8.19
18+
rev: 0.9.10
1919
hooks:
2020
- id: uv-lock

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies = []
88

99
[dependency-groups]
1010
dev = [
11-
"pre-commit>=4.3.0",
12-
"ruff>=0.14.0",
11+
"pre-commit>=4.4.0",
12+
"ruff>=0.14.5",
1313
]
1414

1515
[tool.ruff]

server/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ classifiers = [
2727
"Topic :: Software Development :: Application Frameworks",
2828
]
2929
dependencies = [
30-
"awscli>=1.42.49",
30+
"awscli>=1.42.76",
3131
"email-validator>=2.3.0",
32-
"numpy>=2.3.3",
33-
"pymongo>=4.15.3",
32+
"numpy>=2.3.5",
33+
"pymongo>=4.15.4",
3434
"pyramid>=2.0.2",
3535
"pyramid-debugtoolbar>=4.12.1",
3636
"pyramid-mako>=1.1.0",
3737
"requests>=2.32.5",
38-
"scipy>=1.16.2",
38+
"scipy>=1.16.3",
3939
"vtjson>=2.2.5",
4040
"waitress>=3.0.2",
4141
"zxcvbn>=4.5.0",

0 commit comments

Comments
 (0)