Skip to content

Commit 0768ac9

Browse files
Upgrade dependencies
1 parent 62b1820 commit 0768ac9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

advent_of_code.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://github.com/MeanderingProgrammer/advent-of-code"
88
bug-reports: "https://github.com/MeanderingProgrammer/advent-of-code/issues"
99
depends: [
1010
"ocaml"
11-
"dune" {>= "3.11"}
11+
"dune" {>= "3.15"}
1212
"core_kernel"
1313
"ppx_jane"
1414
"ppx_sexp_conv"

bun.lockb

0 Bytes
Binary file not shown.

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 3.11)
1+
(lang dune 3.15)
22

33
(name advent_of_code)
44

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

scripts/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ click==8.1.7
22
kaleido==0.2.1
33
matplotlib==3.8.4
44
pandas==2.2.2
5-
plotly==5.20.0
6-
pytest==8.1.1
5+
plotly==5.22.0
6+
pytest==8.2.0
77
tabulate==0.9.0
88
termcolor==2.4.0
99
toml==0.10.2

0 commit comments

Comments
 (0)