Skip to content

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
| datasource | package     | from   | to     |
| ---------- | ----------- | ------ | ------ |
| pypi       | sqlalchemy  | 2.0.37 | 2.0.38 |
| pypi       | factory-boy | 3.3.1  | 3.3.3  |
| pypi       | ruff        | 0.9.4  | 0.9.5  |
  • Loading branch information
renovate[bot] authored and wilbrdt committed Feb 10, 2025
1 parent 0f5ff1b commit 10a7cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"pymysql==1.1.1",
"redis==5.2.1",
"sentry-sdk[celery,fastapi]==2.20.0",
"SQLAlchemy==2.0.37",
"SQLAlchemy==2.0.38",
]
dynamic = ["version"]

Expand All @@ -57,12 +57,12 @@ ci = [
dev = [
"black==25.1.0",
"build==1.2.2.post1",
"factory_boy==3.3.1",
"factory_boy==3.3.3",
"flower==2.0.1",
"pytest==8.3.4",
"pytest-cov==6.0.0",
"pytest-httpx==0.35.0",
"ruff==0.9.4",
"ruff==0.9.5",
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 10a7cff

Please sign in to comment.