diff options
author | 2024-03-04 12:31:46 +0000 | |
---|---|---|
committer | 2024-03-04 12:31:46 +0000 | |
commit | ccc4c8ee28f3b44d9977ad69494476002d529b14 (patch) | |
tree | 0dea0424106f67671c3fb666089ece5135e781d2 /pyproject.toml | |
parent | Bump ansible from 9.2.0 to 9.3.0 (#188) (diff) |
Bump dnspython from 2.5.0 to 2.6.1 (#185)
Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](https://github.com/rthalley/dnspython/compare/v2.5.0...v2.6.1)
---
updated-dependencies:
- dependency-name: dnspython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 12e17d6..ae6dc4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] ansible = "9.3.0" ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" } -dnspython = "2.5.0" +dnspython = "2.6.1" [tool.taskipy.tasks] lint = "pre-commit run --all-files" |