Skip to content

Commit

Permalink
Uprevs 09-2024 (#304)
Browse files Browse the repository at this point in the history
* Uprevs 09-2024

* Lint and adjust pyproject.toml
  • Loading branch information
DanJezeph15 authored Sep 2, 2024
1 parent b5321e4 commit 8d16bdb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[tool.ruff.format]
quote-style = 'single'

[tool.ruff.isort]
[tool.ruff.lint.isort]
combine-as-imports = true

[tool.ruff.lint]
Expand Down
12 changes: 6 additions & 6 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aiofiles==24.1.0
boto3==1.34.151
cffi==1.16.0
fastapi==0.111.1
httpx==0.27.0
boto3==1.35.10
cffi==1.17.0
fastapi==0.112.2
httpx==0.27.2
pydantic==2.8.2
pydantic-settings===2.4.0
sentry-sdk==2.12.0
uvicorn==0.30.4
sentry-sdk==2.13.0
uvicorn==0.30.6
1 change: 1 addition & 0 deletions src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import subprocess

import uvicorn

from app.logs import setup_logging
from app.main import tc_av_app

Expand Down
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage==7.6.0
coverage==7.6.1
devtools==0.12.2
pytest==8.3.2
pytest-aiohttp==1.0.5
pytest-cov==5.0.0
requests==2.32.3
ruff==0.5.5
ruff==0.6.3

0 comments on commit 8d16bdb

Please sign in to comment.