Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jsonschema-specifications==2024.10.1
# via
# -r requirements/prod.txt
# jsonschema
kombu==5.5.2
kombu==5.5.4
# via
# -r requirements/prod.txt
# celery
Expand All @@ -181,6 +181,7 @@ packaging==25.0
# -r requirements/prod.txt
# build
# gunicorn
# kombu
# zope-sqlalchemy
parso==0.8.3
# via jedi
Expand Down
3 changes: 2 additions & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jsonschema-specifications==2024.10.1
# via
# -r requirements/prod.txt
# jsonschema
kombu==5.5.2
kombu==5.5.4
# via
# -r requirements/prod.txt
# celery
Expand All @@ -177,6 +177,7 @@ packaging==25.0
# -r requirements/prod.txt
# build
# gunicorn
# kombu
# pytest
# pytest-factoryboy
# zope-sqlalchemy
Expand Down
3 changes: 2 additions & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jsonschema-specifications==2024.10.1
# -r requirements/functests.txt
# -r requirements/tests.txt
# jsonschema
kombu==5.5.2
kombu==5.5.4
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down Expand Up @@ -267,6 +267,7 @@ packaging==25.0
# -r requirements/tests.txt
# build
# gunicorn
# kombu
# pytest
# pytest-factoryboy
# zope-sqlalchemy
Expand Down
3 changes: 2 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jsonschema==4.26.0
# h-api
jsonschema-specifications==2024.10.1
# via jsonschema
kombu==5.5.2
kombu==5.5.4
# via
# -r requirements/prod.in
# celery
Expand All @@ -124,6 +124,7 @@ packaging==25.0
# via
# -r requirements/prod.in
# gunicorn
# kombu
# zope-sqlalchemy
passlib==1.7.4
# via -r requirements/prod.in
Expand Down
3 changes: 2 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jsonschema-specifications==2024.10.1
# via
# -r requirements/prod.txt
# jsonschema
kombu==5.5.2
kombu==5.5.4
# via
# -r requirements/prod.txt
# celery
Expand All @@ -181,6 +181,7 @@ packaging==25.0
# -r requirements/prod.txt
# build
# gunicorn
# kombu
# pytest
# pytest-factoryboy
# zope-sqlalchemy
Expand Down
3 changes: 2 additions & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jsonschema-specifications==2024.10.1
# via
# -r requirements/prod.txt
# jsonschema
kombu==5.5.2
kombu==5.5.4
# via
# -r requirements/prod.txt
# celery
Expand Down Expand Up @@ -165,6 +165,7 @@ packaging==25.0
# -r requirements/prod.txt
# build
# gunicorn
# kombu
# zope-sqlalchemy
passlib==1.7.4
# via -r requirements/prod.txt
Expand Down
Loading