Skip to content

Commit

Permalink
Update all non-major Python dependencies (#62)
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 24, 2024
1 parent 84bca97 commit e0c587f
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,13 +10,13 @@ readme = "README.md"
python = "^3.9"
click = "^8.1.7"
coloredlogs = "^15.0.1"
boto3 = "^1.34.44"
boto3 = "^1.34.49"
pyyaml = "^6.0.1"
yamale = "^4.0.4"


[tool.poetry.group.dev.dependencies]
pylint = "^3.0.3"
pylint = "^3.0.4"


[tool.poetry.group.test.dependencies]
Expand All @@ -26,7 +26,7 @@ pytest-cov = "^4.1.0"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocs-material = "^9.5.9"
mkdocs-material = "^9.5.11"
mkdocs-minify-plugin = "^0.8.0"
mkdocs-table-reader-plugin = "^2.1.0"
mkdocs-include-markdown-plugin = "^6.0.4"
Expand Down

0 comments on commit e0c587f

Please sign in to comment.