Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jun 11, 2024
1 parent 3b51970 commit 2c9a6df
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
68 changes: 34 additions & 34 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ lookyloo = 'pylookyloo:main'

[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.31.0"
requests = "^2.32.3"
Sphinx = [
{version = "<7.2", python = "<3.9", optional = true},
{version = "^7.2", python = ">=3.9", optional = true}
]

[tool.poetry.group.dev.dependencies]
mypy = "^1.10.0"
types-requests = "^2.31.0.20240406"
types-requests = "^2.32.0.20240602"
ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.18.0", python = ">=3.9"},
{version = "^8.19.0", python = ">=3.10"}
]
pytest = "^8.2.0"
pytest = "^8.2.2"

[tool.poetry.extras]
docs = ["Sphinx"]
Expand Down

0 comments on commit 2c9a6df

Please sign in to comment.