Update request
This commit is contained in:
parent
b3cc65ac36
commit
16e321d82f
2
.github/workflows/requirements.txt
vendored
2
.github/workflows/requirements.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
requests ~= 2.28.0
|
requests ~= 2.31.0
|
||||||
graphviz ~= 0.20.1
|
graphviz ~= 0.20.1
|
||||||
dataclasses-json ~= 0.6.2
|
dataclasses-json ~= 0.6.2
|
||||||
mypy ~= 1.7.0
|
mypy ~= 1.7.0
|
||||||
|
|
|
@ -15,7 +15,7 @@ readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"requests ~= 2.28.0",
|
"requests ~= 2.31.0",
|
||||||
"graphviz ~= 0.20.1",
|
"graphviz ~= 0.20.1",
|
||||||
"dataclasses-json ~= 0.6.2",
|
"dataclasses-json ~= 0.6.2",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue