chore(deps): aiohttp>=3.13.5, add zstandard, zstd Accept-Encoding

This commit is contained in:
nox-project
2026-04-13 10:30:23 +02:00
parent 245d0f1714
commit c7dbc1baac
4 changed files with 15 additions and 4 deletions
+3 -2
View File
@@ -4,18 +4,19 @@ build-backend = "setuptools.build_meta"
[project]
name = "nox-cli"
version = "1.0.1"
version = "1.0.2"
description = "Advanced Asynchronous Cyber Threat Intelligence Framework"
readme = { file = "README.md", content-type = "text/markdown" }
license = { text = "Apache-2.0" }
authors = [{ name = "nox-project" }]
requires-python = ">=3.8"
dependencies = [
"aiohttp>=3.9.0",
"aiohttp>=3.13.5",
"aiohttp-socks>=0.8.4",
"aiosqlite>=0.20.0",
"httpx[http2]>=0.27.0",
"brotli>=1.1.0",
"zstandard>=0.23.0",
"requests>=2.31.0",
"certifi>=2024.2.2",
"cloudscraper>=1.2.71",