build(deps): bump the python-dependencies group
Bumps the python-dependencies group in /PROJECTS/api-security-scanner/backend with 2 updates: [alembic](https://github.com/sqlalchemy/alembic) and [ruff](https://github.com/astral-sh/ruff). Updates `alembic` from 1.17.2 to 1.18.1 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `ruff` from 0.14.11 to 0.14.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.11...0.14.13) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d24159f9bf
commit
a7aeea2d77
|
|
@ -17,7 +17,7 @@ dependencies = [
|
|||
# Database
|
||||
"sqlalchemy==2.0.45",
|
||||
"psycopg2-binary==2.9.11",
|
||||
"alembic==1.17.2",
|
||||
"alembic==1.18.1",
|
||||
# Security
|
||||
"slowapi==0.1.9",
|
||||
"python-jose[cryptography]==3.5.0",
|
||||
|
|
@ -39,7 +39,7 @@ dev = [
|
|||
"pylint==4.0.4",
|
||||
"pre-commit==4.5.1",
|
||||
"pip-audit==2.10.0",
|
||||
"ruff==0.14.11",
|
||||
"ruff==0.14.13",
|
||||
"mypy==1.19.1",
|
||||
"bandit[toml]==1.9.2",
|
||||
"yapf==0.43.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue