Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#696)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 2, 2022
1 parent 8e3fe6a commit f1d52b8
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 267 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("javax.help:javahelp:2.0.05")
implementation("info.picocli:picocli:4.6.3")

testImplementation(platform("org.junit:junit-bom:5.8.2"))
testImplementation(platform("org.junit:junit-bom:5.9.0"))
testImplementation("org.junit.jupiter:junit-jupiter")

// To run JUnit 4 tests.
Expand All @@ -40,7 +40,7 @@ dependencies {
}

python {
pip("sphinx:5.0.2")
pip("sphinx:5.1.1")
pip("rst2pdf:0.99")
scope = VIRTUALENV
}
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# file, and having an external file makes it possible to use automatic dependency
# upgrades, with the caveat that the Gradle build file needs to be manually kept
# in sync with this file.
sphinx==5.0.2
sphinx==5.1.1
rst2pdf==0.99

0 comments on commit f1d52b8

Please sign in to comment.