Skip to content

Commit

Permalink
Dependabot bumps and update MAINTAINERS (#71)
Browse files Browse the repository at this point in the history
* Dependabot bumps

* Add KD to MAINTAINERS
  • Loading branch information
mamercad authored Sep 25, 2023
1 parent 0924b36 commit 5e6863f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 25 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Mark Mercado (@mamercad)
Ari Kalfus (@artis3n)
Daniel George (@danxg87)
2 changes: 2 additions & 0 deletions changelogs/fragments/71-dependabot-bumps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- dependabot - bump C(setuptools), C(boto3), and C(pylint) (https://github.com/digitalocean/ansible-collection/issues/71).
44 changes: 22 additions & 22 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 @@ -11,15 +11,15 @@ python = "~3.9"
ansible-core = "^2.15.3"
azure-core = "^1.29.3"
pydo = "^0.1.4"
boto3 = "^1.28.51"
boto3 = "^1.28.53"
jmespath = "^1.0.1"
setuptools = "68.0.0"
setuptools = "68.2.2"

[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "^6.16.2", markers = "platform_system != 'Windows'" }
black = "^23.3.0"
pre-commit = "^3.3.2"
pylint = "^2.17.4"
pylint = "^2.17.6"
pytest = "^7.3.1"
antsibull-changelog = "^0.23.0"
antsibull-docs = "^2.3.1"
Expand Down

0 comments on commit 5e6863f

Please sign in to comment.