Skip to content

Commit

Permalink
Atualizando versões
Browse files Browse the repository at this point in the history
Atualizações:

- fastapi: de 0.115.0 para `0.115.2`
- testcontainers: de 4.8.1 para `4.8.2`
  • Loading branch information
taconi committed Oct 15, 2024
1 parent 2592e04 commit 059af29
Show file tree
Hide file tree
Showing 24 changed files with 2,012 additions and 1,844 deletions.
308 changes: 161 additions & 147 deletions codigo_das_aulas/01/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/01/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
Expand Down
308 changes: 161 additions & 147 deletions codigo_das_aulas/02/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/02/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
Expand Down
308 changes: 161 additions & 147 deletions codigo_das_aulas/03/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/03/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
Expand Down
308 changes: 161 additions & 147 deletions codigo_das_aulas/04/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/04/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "fast_zero"}]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
Expand Down
308 changes: 161 additions & 147 deletions codigo_das_aulas/05/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/05/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "fast_zero"}]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
Expand Down
308 changes: 161 additions & 147 deletions codigo_das_aulas/06/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/06/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "fast_zero"}]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
Expand Down
306 changes: 160 additions & 146 deletions codigo_das_aulas/07/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/07/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
Expand Down
308 changes: 161 additions & 147 deletions codigo_das_aulas/08/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/08/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "fast_zero"}]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
Expand Down
308 changes: 161 additions & 147 deletions codigo_das_aulas/09/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codigo_das_aulas/09/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "fast_zero"}]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
Expand Down
352 changes: 183 additions & 169 deletions codigo_das_aulas/10/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codigo_das_aulas/10/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "fast_zero"}]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
Expand All @@ -24,7 +24,7 @@ ruff = "^0.6.9"
httpx = "^0.27.2"
factory-boy = "^3.3.1"
freezegun = "^1.5.1"
testcontainers = "^4.8.1"
testcontainers = "^4.8.2"

[tool.ruff]
line-length = 79
Expand Down
352 changes: 183 additions & 169 deletions codigo_das_aulas/11/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codigo_das_aulas/11/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "fast_zero"}]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
Expand All @@ -24,7 +24,7 @@ ruff = "^0.6.9"
httpx = "^0.27.2"
factory-boy = "^3.3.1"
freezegun = "^1.5.1"
testcontainers = "^4.8.1"
testcontainers = "^4.8.2"

[tool.ruff]
line-length = 79
Expand Down
352 changes: 183 additions & 169 deletions codigo_das_aulas/12/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codigo_das_aulas/12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "fast_zero"}]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
Expand All @@ -24,7 +24,7 @@ ruff = "^0.6.9"
httpx = "^0.27.2"
factory-boy = "^3.3.1"
freezegun = "^1.5.1"
testcontainers = "^4.8.1"
testcontainers = "^4.8.2"

[tool.ruff]
line-length = 79
Expand Down

0 comments on commit 059af29

Please sign in to comment.