Skip to content

Commit 2c9a6df

Browse files
committed
chg: Bump deps
1 parent 3b51970 commit 2c9a6df

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

poetry.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ lookyloo = 'pylookyloo:main'
3131

3232
[tool.poetry.dependencies]
3333
python = "^3.8"
34-
requests = "^2.31.0"
34+
requests = "^2.32.3"
3535
Sphinx = [
3636
{version = "<7.2", python = "<3.9", optional = true},
3737
{version = "^7.2", python = ">=3.9", optional = true}
3838
]
3939

4040
[tool.poetry.group.dev.dependencies]
4141
mypy = "^1.10.0"
42-
types-requests = "^2.31.0.20240406"
42+
types-requests = "^2.32.0.20240602"
4343
ipython = [
4444
{version = "<8.13.0", python = "<3.9"},
4545
{version = "^8.18.0", python = ">=3.9"},
4646
{version = "^8.19.0", python = ">=3.10"}
4747
]
48-
pytest = "^8.2.0"
48+
pytest = "^8.2.2"
4949

5050
[tool.poetry.extras]
5151
docs = ["Sphinx"]

0 commit comments

Comments
 (0)