소스 검색

chore(deps): update psycopg requirement in /api

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](https://github.com/psycopg/psycopg/compare/3.1.10...3.1.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 년 전
부모
커밋
7701b7b3b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/requirements.txt

+ 1 - 1
api/requirements.txt

@@ -12,7 +12,7 @@ django-prometheus~=2.3.1
 dnspython~=2.4.2
 dnspython~=2.4.2
 httpretty~=1.0.5  # 1.1 breaks tests. Does not run in production, so stick to it.
 httpretty~=1.0.5  # 1.1 breaks tests. Does not run in production, so stick to it.
 pyotp~=2.9.0
 pyotp~=2.9.0
-psycopg~=3.1.10
+psycopg~=3.1.12
 prometheus-client~=0.17.1  # added to control django-prometheus' dependency version
 prometheus-client~=0.17.1  # added to control django-prometheus' dependency version
 psl-dns~=1.1.0
 psl-dns~=1.1.0
 pylibmc~=1.6.3
 pylibmc~=1.6.3