Skip to content

Commit

Permalink
Merge branch 'main' into notifications_v2_pt3
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 5, 2024
2 parents fafeb99 + ad177cd commit 6ed9001
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 53 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v9.3.91 (2024-11-05)
-------------------------
* Update some deps
* Start using new notification counts
* Add data migration to backfill new notification counts

v9.3.90 (2024-11-05)
-------------------------
* Start writing notification counts to orgs_itemcount
Expand Down
94 changes: 47 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "temba"
version = "9.3.90"
version = "9.3.91"
description = "Hosted service for visually building interactive messaging applications"
authors = ["Nyaruka <[email protected]>"]

Expand All @@ -20,9 +20,9 @@ djangorestframework = "^3.15.1"
dj-database-url = "^0.5.0"
smartmin = "^5.1.0"
celery = "^5.4.0"
redis = "^5.0.7"
boto3 = "^1.34.137"
cryptography = "^43.0.1"
redis = "^5.2.0"
boto3 = "^1.35.54"
cryptography = "^43.0.3"
vonage = "2.5.2"
pyotp = "2.4.1"
twilio = "6.24.0"
Expand All @@ -36,7 +36,7 @@ colorama = "^0.4.6"
gunicorn = "^22.0.0"
iptools = "^0.7.0"
iso8601 = "^0.1.14"
phonenumbers = "^8.13.40"
phonenumbers = "^8.13.49"
pycountry = "^22.3.5"
python-dateutil = "^2.9.0"
packaging = "^22.0"
Expand Down
2 changes: 1 addition & 1 deletion temba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "9.3.90"
__version__ = "9.3.91"

# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
Expand Down

0 comments on commit 6ed9001

Please sign in to comment.