We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1045f63 commit e735956Copy full SHA for e735956
2 files changed
pyproject.toml
@@ -50,7 +50,7 @@ dependencies = [
50
"scipy>=1.12.0,<2.0.0",
51
# Known CVE that doesn't affect us: https://nvd.nist.gov/vuln/detail/CVE-2022-42969
52
"retry>=0.9.2,<0.10.0",
53
- "tabulate>=0.9.0,<0.10.0",
+ "tabulate>=0.10.0,<0.11.0",
54
"zstandard>=0.25.0,<0.26.0",
55
"tqdm>=4.66.1",
56
"types-tqdm>=4.66.0.0",
@@ -99,7 +99,7 @@ dev = [
99
"pytest-mock>=3.12.0,<4.0.0",
100
"pytest-timeout>=2.3.1,<3.0.0",
101
"mypy>=1.7.1,<2.0.0",
102
- "black>=25.1.0,<27.0.0",
+ "black>=25.1.0,<26.0.0",
103
"beautifulsoup4>=4.12.3,<5.0.0",
104
"flaky>=3.8.1,<4.0.0",
105
"types-beautifulsoup4>=4.12.0.20240229,<5.0.0",
0 commit comments