Skip to content

Commit

Permalink
Update all non-major Python dependencies (#51)
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 3, 2024
1 parent 5b9eeac commit 39117f8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

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

8 changes: 4 additions & 4 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.7"
coloredlogs = "^15.0.1"
boto3 = "^1.34.29"
boto3 = "^1.34.34"
pyyaml = "^6.0.1"
yamale = "^4.0.4"

Expand All @@ -27,9 +27,9 @@ pytest-cov = "^4.1.0"
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocstrings = "^0.24.0"
mkdocs-material = "^9.5.6"
mkdocs-minify-plugin = "^0.7.2"
mkdocs-table-reader-plugin = "^2.0.3"
mkdocs-material = "^9.5.7"
mkdocs-minify-plugin = "^0.8.0"
mkdocs-table-reader-plugin = "^2.1.0"

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

0 comments on commit 39117f8

Please sign in to comment.