Skip to content

Commit 1b5997f

Browse files
chore: bump dependencies and format code
1 parent 27beb00 commit 1b5997f

21 files changed

Lines changed: 133 additions & 139 deletions

File tree

libs/chromium/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build-backend = "hatchling.build"
3434
packages = ["chromium"]
3535

3636
[tool.uv]
37-
constraint-dependencies = ["pyasn1>=0.6.2"]
37+
constraint-dependencies = ["pyasn1>=0.6.3"]
3838

3939
[tool.uv.sources]
4040
nemesis_dpapi = { path = "../nemesis_dpapi", editable = true }

libs/chromium/uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/common/common/db.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ async def acquire_with_timing(pool: asyncpg.Pool, logger=None):
129129
DB_POOL_ACQUIRE_SECONDS.observe(elapsed)
130130
if elapsed > 1.0 and logger:
131131
stats = get_pool_stats(pool)
132-
logger.warning(
133-
f"Slow pool acquire: {elapsed:.2f}s — in_use={stats['pool_in_use']}/{stats['pool_max']}"
134-
)
132+
logger.warning(f"Slow pool acquire: {elapsed:.2f}s — in_use={stats['pool_in_use']}/{stats['pool_max']}")
135133
yield conn
136134

137135

libs/common/uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/file_enrichment_modules/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ build-backend = "hatchling.build"
5454
packages = ["file_enrichment_modules"]
5555

5656
[tool.uv]
57-
constraint-dependencies = ["pyasn1>=0.6.2"]
57+
constraint-dependencies = ["pyasn1>=0.6.3"]
5858

5959
[tool.uv.sources]
6060
common = { path = "../common", editable = true }

libs/file_enrichment_modules/uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/file_linking/uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/nemesis_dpapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ build-backend = "hatchling.build"
3636
packages = ["nemesis_dpapi"]
3737

3838
[tool.uv]
39-
constraint-dependencies = ["pyasn1>=0.6.2"]
39+
constraint-dependencies = ["pyasn1>=0.6.3"]
4040

4141
[tool.uv.sources]
4242
common = { path = "../common", editable = true }

libs/nemesis_dpapi/uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/agents/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build-backend = "hatchling.build"
5353
packages = ["agents"]
5454

5555
[tool.uv]
56-
constraint-dependencies = ["pyasn1>=0.6.2"]
56+
constraint-dependencies = ["pyasn1>=0.6.3"]
5757

5858
[tool.uv.sources]
5959
common = { path = "../../libs/common", editable = true }

0 commit comments

Comments
 (0)