Skip to content

Commit 97cc559

Browse files
committed
update dependencies
celery 5.5.3 (from 5.4.0) kombu 5.5.4 (from 5.5.0) pin django 5.2.7 (previously wildcard 5.2.*)
1 parent c35c715 commit 97cc559

File tree

2 files changed

+39
-38
lines changed

2 files changed

+39
-38
lines changed

poetry.lock

Lines changed: 36 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ readme = "README.md"
99
requires-python = ">=3.13,<3.14"
1010
dependencies = [
1111
"bcrypt==4.3.0", # Apache 2.0
12-
"celery==5.4.0", # BSD 3 Clause
12+
"celery==5.5.3", # BSD 3 Clause
1313
"colorlog==6.9.0", # MIT
1414
"django-allauth==65.5.0", # MIT
1515
"django-celery-beat==2.8.1", # BSD 3 Clause
1616
"django-cors-headers==4.7.0", # MIT
1717
"django-extensions==3.2.3", # MIT
1818
"django-filter==25.1", # BSD
1919
"django-oauth-toolkit==3.0.1", # BSD
20-
"django==5.2.*", # BSD 3 Clause
20+
"django==5.2.7", # BSD 3 Clause
2121
"elasticsearch8==8.17.2", # Apache 2.0
2222
"lxml==5.3.0", # BSD
23-
"kombu==5.5.0", # BSD 3 Clause
23+
"kombu==5.5.4", # BSD 3 Clause
2424
"markdown2==2.5.3", # MIT
2525
"psycopg2==2.9.10", # LGPL with exceptions or ZPL
2626
"rdflib==7.1.3", # BSD 3 Clause

0 commit comments

Comments
 (0)