Skip to content

Commit a417a0a

Browse files
committed
updates internos
1 parent 9bb09df commit a417a0a

30 files changed

+1873
-1709
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`sqlalchemy[asyncio]` 2.0.44 -> 2.0.3
1+
`sqlalchemy[asyncio]` 2.0.44 -> 2.0.46
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`ruff` 0.14.2 -> 0.14.11
1+
`ruff` 0.14.2 -> 0.14.13

codigo_das_aulas/01/poetry.lock

Lines changed: 79 additions & 74 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dev = [
1616
"pytest (>=9.0.2,<10.0.0)",
1717
"pytest-cov (>=7.0.0,<8.0.0)",
1818
"taskipy (>=1.14.1,<2.0.0)",
19-
"ruff (>=0.14.11,<0.15.0)"
19+
"ruff (>=0.14.13,<0.15.0)"
2020
]
2121

2222
[tool.ruff]

codigo_das_aulas/02/poetry.lock

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

codigo_das_aulas/02/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dev = [
1616
"pytest (>=9.0.2,<10.0.0)",
1717
"pytest-cov (>=7.0.0,<8.0.0)",
1818
"taskipy (>=1.14.1,<2.0.0)",
19-
"ruff (>=0.14.11,<0.15.0)"
19+
"ruff (>=0.14.13,<0.15.0)"
2020
]
2121

2222
[tool.ruff]

codigo_das_aulas/03/poetry.lock

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

codigo_das_aulas/03/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dev = [
1616
"pytest (>=9.0.2,<10.0.0)",
1717
"pytest-cov (>=7.0.0,<8.0.0)",
1818
"taskipy (>=1.14.1,<2.0.0)",
19-
"ruff (>=0.14.11,<0.15.0)"
19+
"ruff (>=0.14.13,<0.15.0)"
2020
]
2121

2222
[tool.ruff]

codigo_das_aulas/04/poetry.lock

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

codigo_das_aulas/04/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
11-
"alembic (>=1.18.0,<2.0.0)",
11+
"alembic (>=1.18.1,<2.0.0)",
1212
"fastapi[standard] (>=0.128.0,<0.129.0)",
1313
"pydantic-settings (>=2.12.0,<3.0.0)",
14-
"sqlalchemy (>=2.0.45,<3.0.0)"
14+
"sqlalchemy (>=2.0.46,<3.0.0)"
1515
]
1616

1717
[dependency-groups]
1818
dev = [
1919
"pytest (>=9.0.2,<10.0.0)",
2020
"pytest-cov (>=7.0.0,<8.0.0)",
2121
"taskipy (>=1.14.1,<2.0.0)",
22-
"ruff (>=0.14.11,<0.15.0)"
22+
"ruff (>=0.14.13,<0.15.0)"
2323
]
2424

2525
[tool.ruff]

0 commit comments

Comments
 (0)