Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Batalha authored and fabiobatalha committed Oct 8, 2024
1 parent eb2d8f8 commit bce414d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
17 changes: 9 additions & 8 deletions poetry.lock

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

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ packages = [

[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.31.0"
urllib3 = "1.26.18"
ipython = "^8.20.0"
requests = "^2.32.3"
urllib3 = "^2.2.3"
ipython = "^8.28.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
ruff = "^0.0.277"
pre-commit = "^3.3.3"
ipython = "^8.20.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit bce414d

Please sign in to comment.