Skip to content

Commit e735956

Browse files
authored
Update the dependencies. Pin Black until we're ready for a bunch of files to change. (#1503)
1 parent 1045f63 commit e735956

2 files changed

Lines changed: 703 additions & 685 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
"scipy>=1.12.0,<2.0.0",
5151
# Known CVE that doesn't affect us: https://nvd.nist.gov/vuln/detail/CVE-2022-42969
5252
"retry>=0.9.2,<0.10.0",
53-
"tabulate>=0.9.0,<0.10.0",
53+
"tabulate>=0.10.0,<0.11.0",
5454
"zstandard>=0.25.0,<0.26.0",
5555
"tqdm>=4.66.1",
5656
"types-tqdm>=4.66.0.0",
@@ -99,7 +99,7 @@ dev = [
9999
"pytest-mock>=3.12.0,<4.0.0",
100100
"pytest-timeout>=2.3.1,<3.0.0",
101101
"mypy>=1.7.1,<2.0.0",
102-
"black>=25.1.0,<27.0.0",
102+
"black>=25.1.0,<26.0.0",
103103
"beautifulsoup4>=4.12.3,<5.0.0",
104104
"flaky>=3.8.1,<4.0.0",
105105
"types-beautifulsoup4>=4.12.0.20240229,<5.0.0",

0 commit comments

Comments
 (0)