build(deps): bump the python-dependencies group
Bumps the python-dependencies group in /PROJECTS/api-security-scanner/backend with 3 updates: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [ruff](https://github.com/astral-sh/ruff) and [bandit[toml]](https://github.com/PyCQA/bandit). Updates `sqlalchemy` from 2.0.45 to 2.0.46 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `ruff` from 0.14.13 to 0.14.14 - [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.13...0.14.14) Updates `bandit[toml]` from 1.9.2 to 1.9.3 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.9.2...1.9.3) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: bandit[toml] dependency-version: 1.9.3 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
cdc8873cd5
commit
5a489bd836
|
|
@ -15,7 +15,7 @@ dependencies = [
|
|||
"uvicorn[standard]==0.40.0",
|
||||
"python-multipart===0.0.21",
|
||||
# Database
|
||||
"sqlalchemy==2.0.45",
|
||||
"sqlalchemy==2.0.46",
|
||||
"psycopg2-binary==2.9.11",
|
||||
"alembic==1.18.1",
|
||||
# Security
|
||||
|
|
@ -39,9 +39,9 @@ dev = [
|
|||
"pylint==4.0.4",
|
||||
"pre-commit==4.5.1",
|
||||
"pip-audit==2.10.0",
|
||||
"ruff==0.14.13",
|
||||
"ruff==0.14.14",
|
||||
"mypy==1.19.1",
|
||||
"bandit[toml]==1.9.2",
|
||||
"bandit[toml]==1.9.3",
|
||||
"yapf==0.43.0",
|
||||
"pylint-pydantic==0.4.1",
|
||||
"pylint-per-file-ignores==3.2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue