Skip to content

Commit

Permalink
chore(deps): update dnspython requirement in /api
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.1...v2.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 14, 2023
1 parent fb03802 commit 1c922f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django-celery-email~=3.0.0
django-netfields~=1.3.0
django-pgtrigger~=4.7.0
django-prometheus~=2.3.1
dnspython~=2.4.1
dnspython~=2.4.2
httpretty~=1.0.5 # 1.1 breaks tests. Does not run in production, so stick to it.
pyotp~=2.9.0
psycopg~=3.1.10
Expand Down

0 comments on commit 1c922f2

Please sign in to comment.