Skip to content

Commit 1366c3c

Browse files
committed
Atualizando dependencias
1 parent 43b8e0a commit 1366c3c

30 files changed

+1416
-1129
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`psycopg` 3.2.10 -> 3.2.12
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`ruff` 0.13.0 -> 0.14.1
1+
`ruff` 0.13.0 -> 0.14.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`fastapi[standard]` 0.116.2 -> 0.119.0
1+
`fastapi[standard]` 0.116.2 -> 0.120.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`pwdlib` 0.2.1 -> 0.3.0

codigo_das_aulas/01/poetry.lock

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

codigo_das_aulas/01/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
11-
"fastapi[standard] (>=0.119.0,<0.120.0)"
11+
"fastapi[standard] (>=0.120.1,<0.121.0)"
1212
]
1313

1414
[dependency-groups]
1515
dev = [
1616
"pytest (>=8.4.2,<9.0.0)",
1717
"pytest-cov (>=7.0.0,<8.0.0)",
1818
"taskipy (>=1.14.1,<2.0.0)",
19-
"ruff (>=0.14.1,<0.15.0)"
19+
"ruff (>=0.14.2,<0.15.0)"
2020
]
2121

2222
[tool.ruff]

0 commit comments

Comments
 (0)