Skip to content

Commit 5cce632

Browse files
authored
Changes from deployment (#524)
1 parent 535626b commit 5cce632

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

oioioi/contests/migrations/0021_sync_indexes_state.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from tkinter.font import names
2-
31
from django.db import migrations
42
from django.db import models
53

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"mistune<2.0", # 2.0 is breaking
5757
"pika>=1.3,<1.4",
5858
"Unidecode>=1.3,<1.4",
59-
"sentry-sdk>=1.25,<1.26",
59+
"sentry-sdk>=2.16.0,<2.17.0",
6060
"fontawesomefree>=6.4,<6.5",
6161
# A library allowing to nest inlines in django admin.
6262
# Used in quizzes module for adding new quizzes.

0 commit comments

Comments
 (0)