Skip to content

Commit 110f16a

Browse files
authored
Merge branch 'develop' into na/backend/messages-queries
2 parents 9c6d184 + 9421d66 commit 110f16a

209 files changed

Lines changed: 4821 additions & 3603 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/backend/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Couchers.org backend application"
55
requires-python = "==3.14.*"
66
dependencies = [
7-
"alembic>=1.17.1",
7+
"alembic>=1.18.5",
88
"babel>=2.18.0",
99
"boto3>=1.43.1",
1010
"cachetools>=6.2.1",
@@ -35,9 +35,9 @@ dependencies = [
3535
"pyyaml>=6.0.3",
3636
"regex>=2024.0.0",
3737
"requests>=2.34.2",
38-
"sentry-sdk>=2.43.0",
38+
"sentry-sdk>=2.65.0",
3939
"Shapely>=2.1.1",
40-
"sqlalchemy>=2.0.43",
40+
"sqlalchemy>=2.0.51",
4141
"sqlalchemy-utils>=0.42.0",
4242
"stripe>=13.1.0",
4343
"ua-parser>=1.0.2",
@@ -51,7 +51,7 @@ dump-emails = "couchers.email.dump_emails:main"
5151

5252
[dependency-groups]
5353
dev = [
54-
"ruff>=0.14.3",
54+
"ruff>=0.15.20",
5555
"pytest>=8.4.2",
5656
"pytest-cov>=6.2.1",
5757
"pre-commit>=4.2.0",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"alpha3": "_tw",
4+
"name": "Taiwanese"
5+
}
6+
]

0 commit comments

Comments
 (0)