Skip to content

Commit

Permalink
Atualizando ruff e pydantic-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Jun 6, 2024
1 parent 6723673 commit afb42cc
Show file tree
Hide file tree
Showing 26 changed files with 296 additions and 296 deletions.
38 changes: 19 additions & 19 deletions codigo_das_aulas/01/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codigo_das_aulas/01/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fastapi = "^0.111.0"
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
taskipy = "^1.12.2"
ruff = "^0.4.7"
ruff = "^0.4.8"
httpx = "^0.27.0"

[tool.ruff]
Expand Down
38 changes: 19 additions & 19 deletions codigo_das_aulas/02/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codigo_das_aulas/02/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fastapi = "^0.111.0"
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
taskipy = "^1.12.2"
ruff = "^0.4.7"
ruff = "^0.4.8"
httpx = "^0.27.0"

[tool.ruff]
Expand Down
38 changes: 19 additions & 19 deletions codigo_das_aulas/03/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codigo_das_aulas/03/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pydantic = {extras = ["email"], version = "^2.7.3"}
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
taskipy = "^1.12.2"
ruff = "^0.4.7"
ruff = "^0.4.8"
httpx = "^0.27.0"

[tool.ruff]
Expand Down
Loading

0 comments on commit afb42cc

Please sign in to comment.