Skip to content
Snippets Groups Projects
Commit ca87db06 authored by Alexandre Detiste's avatar Alexandre Detiste
Browse files

relax dependecies

parent 15b58f32
No related branches found
Tags debian/3.0.4+dfsg-2
No related merge requests found
Pipeline #738341 failed
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,28 +31,28 @@
"Topic :: Software Development :: Testing"
]
dependencies = [
- "aiocache==0.12.2",
- "aiohttp==3.9.4",
- "aiosqlite==0.20.0",
- "arsenic==21.8",
- "beautifulsoup4==4.12.3",
- "browser-cookie3==0.19.1",
- "dnspython==2.6.1",
- "h11==0.14.0",
- "httpcore==1.0.4",
- "httpx[brotli, socks]==0.27.0",
- "httpx-ntlm==1.4.0",
- "humanize==4.9.0",
- "loguru==0.7.2",
- "mako==1.3.2",
- "markupsafe==2.1.5",
- "mitmproxy==10.2.3",
- "packaging==24.1",
- "pyasn1==0.5.1",
- "sqlalchemy==2.0.28",
- "tld==0.13",
- "typing-extensions==4.10.0",
- "yaswfp==0.9.3",
+ "aiocache>=0.12.2",
+ "aiohttp>=3.9.4",
+ "aiosqlite>=0.20.0",
+ "arsenic>=21.8",
+ "beautifulsoup4>=4.12.3",
+ "browser-cookie3>=0.19.1",
+ "dnspython>=2.6.1",
+ "h11>=0.14.0",
+ "httpcore>=1.0.4",
+ "httpx[brotli, socks]>=0.27.0",
+ "httpx-ntlm>=1.4.0",
+ "humanize>=4.9.0",
+ "loguru>=0.7.2",
+ "mako>=1.3.2",
+ "markupsafe>=2.1.5",
+ "mitmproxy>=10.2.3",
+ "packaging>=24.1",
+ "pyasn1>=0.5.1",
+ "sqlalchemy>=2.0.28",
+ "tld>=0.13",
+ "typing-extensions>=4.10.0",
+ "yaswfp>=0.9.3",
"prance[osv]>=23.6.21.0"
]
Forwarded: https://github.com/wapiti-scanner/wapiti/pull/616
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,6 @@
......
......@@ -4,3 +4,4 @@ fix-typos.patch
remove-js-mentions.patch
ignore-js-dir-in-html-report-generation.patch
remove-six.patch
relax-dependencies.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment