Skip to content

Commit

Permalink
chore(deps): update pyotp requirement from ~=2.8.0 to ~=2.9.0 in /api
Browse files Browse the repository at this point in the history
Updates the requirements on [pyotp](https://github.com/pyotp/pyotp) to permit the latest version.
- [Release notes](https://github.com/pyotp/pyotp/releases)
- [Changelog](https://github.com/pyauth/pyotp/blob/develop/Changes.rst)
- [Commits](pyauth/pyotp@v2.8.0...v2.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and peterthomassen committed Aug 8, 2023
1 parent b5606c7 commit fb03802
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 @@ -11,7 +11,7 @@ django-pgtrigger~=4.7.0
django-prometheus~=2.3.1
dnspython~=2.4.1
httpretty~=1.0.5 # 1.1 breaks tests. Does not run in production, so stick to it.
pyotp~=2.8.0
pyotp~=2.9.0
psycopg~=3.1.10
prometheus-client~=0.17.1 # added to control django-prometheus' dependency version
psl-dns~=1.1.0
Expand Down

0 comments on commit fb03802

Please sign in to comment.