Skip to content

Commit 7d993a3

Browse files
committed
🔧 Update (libraries): Base dependencies
1 parent 647928b commit 7d993a3

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

‎.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
args: [ --markdown-linebreak-ext=md ]
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.2
24+
rev: v3.16.0
2525
hooks:
2626
- id: pyupgrade
2727
args:

‎poetry.lock

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

‎pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = [
2323
"database-orm",
2424
]
2525
classifiers = [
26-
"Development Status :: 2 - Pre-Alpha",
26+
"Development Status :: 3 - Alpha",
2727
"Environment :: Web Environment",
2828
"Framework :: FastAPI",
2929
"Framework :: Pydantic",
@@ -287,4 +287,4 @@ warn_required_dynamic_aliases = true
287287
warn_untyped_fields = true
288288

289289
[tool.bandit]
290-
skips = ["B101", "B601"]
290+
skips = ["B101", "B601",]

0 commit comments

Comments
 (0)