Skip to content

Commit

Permalink
Update dnspython requirement 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/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.2.1...v2.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent b514dd2 commit 6248e88
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.2.1,< 2.7.0
dnspython >= 2.2.1,< 2.8.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.7.0
dnspython >= 2.2.1,< 2.8.0

0 comments on commit 6248e88

Please sign in to comment.