Skip to content

Commit d3da533

Browse files
fix(deps): update all non-major dependencies
1 parent c233ae1 commit d3da533

File tree

3 files changed

+47
-43
lines changed

3 files changed

+47
-43
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.2-alpine3.19
1+
FROM python:3.13.1-alpine3.19
22

33
WORKDIR /app
44

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description = "A simple utility Bot with some fun commands"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"pydantic==2.8.2",
9-
"pydantic-settings==2.4.0",
10-
"python-telegram-bot==21.5",
8+
"pydantic==2.10.3",
9+
"pydantic-settings==2.6.1",
10+
"python-telegram-bot==21.8",
1111
"requests==2.32.3",
1212
]
1313

uv.lock

Lines changed: 43 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)