mirror of https://github.com/MISP/PyMISP
chg: Bump deps
parent
6c3e91cbc0
commit
5e131ad7a3
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
|||
Subproject commit dcf0c3febcacc3b6dd8d0d390b7ec59254cd46ba
|
||||
Subproject commit a2e4bbc9615ba0e1ddda3322dcc6c72d5a0e76e5
|
|
@ -61,7 +61,7 @@ docutils = {version = "^0.21.1", optional = true, python = ">=3.10"}
|
|||
recommonmark = {version = "^0.7.1", optional = true, python = ">=3.10"}
|
||||
reportlab = {version = "^4.2.5", optional = true}
|
||||
pyfaup = {version = "^1.2", optional = true}
|
||||
publicsuffixlist = {version = "^1.0.2.20241113", optional = true}
|
||||
publicsuffixlist = {version = "^1.0.2.20241216", optional = true}
|
||||
urllib3 = {extras = ["brotli"], version = "*", optional = true}
|
||||
Sphinx = [
|
||||
{version = "^8", python = ">=3.10", optional = true}
|
||||
|
@ -84,9 +84,9 @@ ipython = [
|
|||
{version = "^8.18.0", python = "<3.10"},
|
||||
{version = "^8.19.0", python = ">=3.10"}
|
||||
]
|
||||
jupyterlab = "^4.3.1"
|
||||
jupyterlab = "^4.3.3"
|
||||
types-requests = "^2.32.0.20241016"
|
||||
types-python-dateutil = "^2.9.0.20241003"
|
||||
types-python-dateutil = "^2.9.0.20241206"
|
||||
types-redis = "^4.6.0.20241004"
|
||||
types-Flask = "^1.1.6"
|
||||
pytest-cov = "^6.0.0"
|
||||
|
|
Loading…
Reference in New Issue