Skip to content

Commit

Permalink
chore(deps): update psycopg requirement in /api
Browse files Browse the repository at this point in the history
Updates the requirements on [psycopg](https://github.com/psycopg/psycopg) to permit the latest version.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.17...3.1.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 8a0c09e commit 11c3f9e
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 @@ -12,7 +12,7 @@ django-prometheus~=2.3.1
dnspython~=2.5.0
httpretty~=1.0.5 # 1.1 breaks tests. Does not run in production, so stick to it.
pyotp~=2.9.0
psycopg~=3.1.17
psycopg~=3.1.18
psl-dns~=1.1.0
pylibmc~=1.6.3
pyyaml~=6.0.1
Expand Down

0 comments on commit 11c3f9e

Please sign in to comment.