Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 71b8670188 [UPDATE] Update psycopg requirement
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.3.3...3.3.4)

---
updated-dependencies:
- dependency-name: psycopg
  dependency-version: 3.3.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-04 09:35:57 +00:00
+1 -1
View File
@@ -60,7 +60,7 @@ documentation = "https://sith-ae.readthedocs.io/"
[dependency-groups]
prod = [
"psycopg[c]>=3.3.3,<4.0.0",
"psycopg[c]>=3.3.4,<4.0.0",
]
dev = [
"django-debug-toolbar>=6.3.0,<7",