Skip to content
Merged
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
8 changes: 5 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ attrs==20.3.0
# via
# glom
# jsonschema
billiard==4.2.0
billiard==4.2.1
# via celery
bleach==6.1.0
# via open-api-framework
Expand Down Expand Up @@ -232,7 +232,7 @@ jsonschema==4.17.3
# via
# -r requirements/base.in
# drf-spectacular
kombu==5.4.2
kombu==5.5.4
# via
# -r requirements/base.in
# celery
Expand All @@ -254,6 +254,8 @@ orderedmultidict==1.0.1
# via furl
oyaml==1.0
# via commonground-api-common
packaging==25.0
# via kombu
phonenumberslite==8.13.30
# via django-two-factor-auth
prometheus-client==0.20.0
Expand Down Expand Up @@ -352,7 +354,7 @@ typing-extensions==4.9.0
# pydantic
# pydantic-core
# zgw-consumers
tzdata==2024.1
tzdata==2025.2
# via
# celery
# kombu
Expand Down
11 changes: 7 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ babel==2.16.0
# via sphinx
beautifulsoup4==4.9.3
# via webtest
billiard==4.2.0
billiard==4.2.1
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -427,7 +427,7 @@ jsonschema==4.17.3
# -c requirements/base.txt
# -r requirements/base.txt
# drf-spectacular
kombu==5.4.2
kombu==5.5.4
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -472,8 +472,11 @@ oyaml==1.0
# -c requirements/base.txt
# -r requirements/base.txt
# commonground-api-common
packaging==23.2
packaging==25.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
# kombu
# pytest
# sphinx
phonenumberslite==8.13.30
Expand Down Expand Up @@ -714,7 +717,7 @@ typing-extensions==4.9.0
# pydantic
# pydantic-core
# zgw-consumers
tzdata==2024.1
tzdata==2025.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ beautifulsoup4==4.9.3
# -c requirements/ci.txt
# -r requirements/ci.txt
# webtest
billiard==4.2.0
billiard==4.2.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -505,7 +505,7 @@ jsonschema==4.17.3
# -c requirements/ci.txt
# -r requirements/ci.txt
# drf-spectacular
kombu==5.4.2
kombu==5.5.4
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -565,11 +565,12 @@ oyaml==1.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# commonground-api-common
packaging==23.2
packaging==25.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# build
# kombu
# pytest
# sphinx
phonenumberslite==8.13.30
Expand Down Expand Up @@ -901,7 +902,7 @@ typing-extensions==4.9.0
# pydantic-core
# rich-click
# zgw-consumers
tzdata==2024.1
tzdata==2025.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down