Skip to content

Commit

Permalink
Update all non-major Python dependencies (#198)
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] authored Feb 15, 2025
1 parent 89c5507 commit 9f11f32
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = "^3.9"
click = "^8.1.8"
coloredlogs = "^15.0.1"
boto3 = "^1.36.16"
boto3 = "^1.36.21"
pyyaml = "^6.0.2"
yamale = "^6.0.0"

Expand All @@ -26,14 +26,14 @@ pytest-cov = "^6.0.0"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6.1"
mkdocs-material = "^9.6.3"
mkdocs-material = "^9.6.4"
mkdocs-minify-plugin = "^0.8.0"
mkdocs-table-reader-plugin = "^3.1.0"
mkdocs-include-markdown-plugin = "^7.1.4"
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.1"
mkdocs-section-index = "^0.3.9"
mkdocstrings = {extras = ["python"], version = "^0.28.0"}
mkdocstrings = {extras = ["python"], version = "^0.28.1"}

[tool.poetry.scripts]
aws-sso-manager = "awsssomanager.cli.cli:cli"
Expand Down

0 comments on commit 9f11f32

Please sign in to comment.