Skip to content

Commit

Permalink
Update dnspython requirement from ~=2.4.2 to ~=2.5.0 in /Python
Browse files Browse the repository at this point in the history
Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.4.2...v2.5.0)

---
updated-dependencies:
- dependency-name: dnspython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2024
1 parent 46bc844 commit 719081f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dnspython ~= 2.4.2
dnspython ~= 2.5.0
2 changes: 1 addition & 1 deletion Python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ classifiers =
packages = find:
python_requires = >=3.6
install_requires =
dnspython >= 2.2.1,< 2.5.0
dnspython >= 2.2.1,< 2.6.0

0 comments on commit 719081f

Please sign in to comment.