From 1848fb63ae8ae266af2da61d3a70fd8bdabc7738 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 06:57:50 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | ---------- | -------------------------------------- | ----- | ----- | | pypi | mkdocs-material | 9.5.6 | 9.5.9 | | maven | androidx.navigation:navigation-compose | 2.7.6 | 2.7.7 | --- docs/requirements.txt | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0f965c5a..4e058f73 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.5.3 -mkdocs-material==9.5.6 +mkdocs-material==9.5.9 pymdown-extensions==10.7 mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d47dcf9f..e56b4767 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ androidx-annotation = "1.7.1" androidx-activity = "1.8.2" androidx-appcompat = "1.6.1" androidx-core-ktx = "1.12.0" -androidx-navigation = "2.7.6" +androidx-navigation = "2.7.7" android-gradle = "8.2.2" coil = "3.0.0-alpha04"