Skip to content

Commit 389ae39

Browse files
authored
Merge pull request #677 from Mats-SX/update-deps
Update some dependencies
2 parents 1ce8381 + 23d751d commit 389ae39

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

doc/tests/Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ GEM
1010
ast (~> 2.4.1)
1111
rainbow (3.1.1)
1212
regexp_parser (2.5.0)
13-
rexml (3.2.5)
13+
rexml (3.2.8)
14+
strscan (>= 3.0.9)
1415
rubocop (1.35.1)
1516
json (~> 2.3)
1617
parallel (~> 1.10)
@@ -20,6 +21,7 @@ GEM
2021
rexml (>= 3.2.5, < 4.0)
2122
rubocop-ast (>= 1.20.1, < 2.0)
2223
ruby-progressbar (~> 1.7)
24+
strscan (3.1.0)
2325
unicode-display_width (>= 1.4.0, < 3.0)
2426
rubocop-ast (1.21.0)
2527
parser (>= 3.1.1.0)

requirements/dev/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
black == 24.3.0
2-
black[jupyter] == 24.3.0
1+
black == 24.4.2
2+
black[jupyter] == 24.4.2
33
flake8 == 6.1.0
44
isort == 5.13.2
55
mypy == 1.8.0
66
nbconvert == 7.11.0
77
pandas-stubs == 2.2.2.240603
88
tox == 4.11.3
99
types-setuptools == 68.1.0.1
10-
sphinx == 7.2.6
10+
sphinx == 7.3.7
1111
enum-tools[sphinx] == 0.12.0
1212
types-requests
1313
types-tqdm

requirements/dev/notebook-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ nbconvert==7.11.0
22
nbformat==5.9.2
33
nbclient==0.9.0
44
ipykernel==6.26.0
5-
scipy == 1.10.1
5+
scipy == 1.14.0
66
torch==2.1.0
77
torch-scatter==2.1.1
88
torch-sparse==0.6.17

0 commit comments

Comments
 (0)