Bulk backend updates (#7209)

This commit is contained in:
Trenton H
2024-07-10 12:45:29 -07:00
committed by GitHub
parent c41a4c1958
commit 5698d9261d
5 changed files with 659 additions and 632 deletions

View File

@@ -7,7 +7,7 @@ name = "pypi"
dateparser = "~=1.2"
# WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes.
django = "~=4.2.13"
django = "~=4.2.14"
django-allauth = {extras = ["socialaccount"], version = "*"}
django-auditlog = "*"
django-celery-results = "*"
@@ -94,5 +94,4 @@ types-tqdm = "*"
types-Markdown = "*"
types-Pygments = "*"
types-colorama = "*"
types-psycopg2 = "*"
types-setuptools = "*"