Skip to content

Commit 35ebf7d

Browse files
committed
Update dependencies
1 parent ec66af6 commit 35ebf7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name = "PyCamp_Bot"
77
version = "3.0"
88
dependencies = [
99
"munch==4.0.0",
10-
"python-telegram-bot==21.3",
11-
"peewee==3.17.5",
12-
"sentry-sdk==2.8.0",
10+
"python-telegram-bot==21.10",
11+
"peewee==3.17.9",
12+
"sentry-sdk==2.22.0",
1313
]
1414
requires-python = "==3.10.*"
1515
authors = [
@@ -20,9 +20,9 @@ readme = "README.md"
2020

2121
[project.optional-dependencies]
2222
dev = [
23-
"flake8==7.1.0",
23+
"flake8==7.1.2",
2424
"freezegun==1.5.1",
25-
"pytest==8.2.2",
25+
"pytest==8.3.4",
2626
]
2727
doc = [
2828
"sphinx==7.3.7",

0 commit comments

Comments
 (0)