Skip to content

Commit

Permalink
update das dependencias das aulas
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Sep 26, 2024
1 parent a86f51d commit cb5a141
Show file tree
Hide file tree
Showing 24 changed files with 4,280 additions and 4,211 deletions.
473 changes: 231 additions & 242 deletions codigo_das_aulas/01/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions codigo_das_aulas/01/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ readme = "README.md"

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

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.6.4"
ruff = "^0.6.8"
httpx = "^0.27.2"

[tool.ruff]
Expand Down
473 changes: 231 additions & 242 deletions codigo_das_aulas/02/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions codigo_das_aulas/02/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ readme = "README.md"

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

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.6.4"
ruff = "^0.6.8"
httpx = "^0.27.2"

[tool.ruff]
Expand Down
473 changes: 231 additions & 242 deletions codigo_das_aulas/03/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions codigo_das_aulas/03/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.114.0"}
pydantic = {extras = ["email"], version = "^2.9.0"}
fastapi = {extras = ["standard"], version = "^0.115.0"}
pydantic = {extras = ["email"], version = "^2.9.2"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.6.4"
ruff = "^0.6.8"
httpx = "^0.27.2"

[tool.ruff]
Expand Down
718 changes: 361 additions & 357 deletions codigo_das_aulas/04/poetry.lock

Large diffs are not rendered by default.

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

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.114.0"}
pydantic = {extras = ["email"], version = "^2.9.0"}
sqlalchemy = "^2.0.34"
pydantic-settings = "^2.4.0"
alembic = "^1.13.2"
fastapi = {extras = ["standard"], version = "^0.115.0"}
pydantic = {extras = ["email"], version = "^2.9.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.6.4"
ruff = "^0.6.8"
httpx = "^0.27.2"

[tool.ruff]
Expand Down
718 changes: 361 additions & 357 deletions codigo_das_aulas/05/poetry.lock

Large diffs are not rendered by default.

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

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.114.0"}
pydantic = {extras = ["email"], version = "^2.9.0"}
sqlalchemy = "^2.0.34"
pydantic-settings = "^2.4.0"
alembic = "^1.13.2"
fastapi = {extras = ["standard"], version = "^0.115.0"}
pydantic = {extras = ["email"], version = "^2.9.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.6.4"
ruff = "^0.6.8"
httpx = "^0.27.2"

[tool.ruff]
Expand Down
718 changes: 361 additions & 357 deletions codigo_das_aulas/06/poetry.lock

Large diffs are not rendered by default.

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

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.114.0"}
pydantic = {extras = ["email"], version = "^2.9.0"}
sqlalchemy = "^2.0.34"
pydantic-settings = "^2.4.0"
alembic = "^1.13.2"
python-multipart = "^0.0.9"
fastapi = {extras = ["standard"], version = "^0.115.0"}
pydantic = {extras = ["email"], version = "^2.9.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
python-multipart = "^0.0.10"
pyjwt = "^2.9.0"
pwdlib = {extras = ["argon2"], version = "^0.2.1"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.6.4"
ruff = "^0.6.8"
httpx = "^0.27.2"

[tool.ruff]
Expand Down
718 changes: 361 additions & 357 deletions codigo_das_aulas/07/poetry.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions codigo_das_aulas/07/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
fastapi = {extras = ["standard"], version = "^0.114.0"}
pydantic = {extras = ["email"], version = "^2.9.0"}
sqlalchemy = "^2.0.34"
pydantic-settings = "^2.4.0"
alembic = "^1.13.2"
fastapi = {extras = ["standard"], version = "^0.115.0"}
pydantic = {extras = ["email"], version = "^2.9.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
pyjwt = "^2.9.0"
python-multipart = "^0.0.9"
python-multipart = "^0.0.10"
pwdlib = {extras = ["argon2"], version = "^0.2.1"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.6.4"
ruff = "^0.6.8"
httpx = "^0.27.2"

[tool.ruff]
Expand Down
724 changes: 364 additions & 360 deletions codigo_das_aulas/08/poetry.lock

Large diffs are not rendered by default.

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

[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["standard"], version = "^0.114.0"}
pydantic = {extras = ["email"], version = "^2.9.0"}
sqlalchemy = "^2.0.34"
pydantic-settings = "^2.4.0"
alembic = "^1.13.2"
python-multipart = "^0.0.9"
fastapi = {extras = ["standard"], version = "^0.115.0"}
pydantic = {extras = ["email"], version = "^2.9.2"}
sqlalchemy = "^2.0.35"
pydantic-settings = "^2.5.2"
alembic = "^1.13.3"
python-multipart = "^0.0.10"
pyjwt = "^2.9.0"
pwdlib = {extras = ["argon2"], version = "^0.2.1"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
taskipy = "^1.13.0"
ruff = "^0.6.4"
ruff = "^0.6.8"
httpx = "^0.27.2"
factory-boy = "^3.3.1"
freezegun = "^1.5.1"
Expand Down
Loading

0 comments on commit cb5a141

Please sign in to comment.