Skip to content

Commit dab33cf

Browse files
committed
3.13
1 parent 9ea8630 commit dab33cf

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
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-slim
1+
FROM python:3.13-slim
22

33
WORKDIR /app
44
COPY ./requirements.txt /app

requirements.txt

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile
66
#
7-
aiodns==3.4.0
7+
aiodns==3.5.0
88
# via -r requirements.in
99
aiohappyeyeballs==2.6.1
1010
# via aiohttp
11-
aiohttp==3.11.18
11+
aiohttp==3.12.13
1212
# via
1313
# -r requirements.in
1414
# aiohttp-jinja2
@@ -38,21 +38,21 @@ cffi==1.17.1
3838
# via
3939
# cryptography
4040
# pycares
41-
click==8.2.0
41+
click==8.2.1
4242
# via uvicorn
43-
cryptography==45.0.2
43+
cryptography==45.0.4
4444
# via pyopenssl
4545
fastapi==0.115.12
4646
# via
4747
# -r requirements.in
4848
# fastapi-cache2
4949
fastapi-cache2[redis]==0.2.2
5050
# via -r requirements.in
51-
frozenlist==1.6.0
51+
frozenlist==1.7.0
5252
# via
5353
# aiohttp
5454
# aiosignal
55-
greenlet==3.2.2
55+
greenlet==3.2.3
5656
# via playwright
5757
h11==0.16.0
5858
# via uvicorn
@@ -74,7 +74,7 @@ jinja2==3.1.6
7474
# aiohttp-jinja2
7575
markupsafe==3.0.2
7676
# via jinja2
77-
multidict==6.4.3
77+
multidict==6.4.4
7878
# via
7979
# aiohttp
8080
# yarl
@@ -86,15 +86,15 @@ pendulum==3.1.0
8686
# fastapi-cache2
8787
playwright==1.52.0
8888
# via -r requirements.in
89-
propcache==0.3.1
89+
propcache==0.3.2
9090
# via
9191
# aiohttp
9292
# yarl
93-
pycares==4.8.0
93+
pycares==4.9.0
9494
# via aiodns
9595
pycparser==2.22
9696
# via cffi
97-
pydantic==2.11.4
97+
pydantic==2.11.7
9898
# via fastapi
9999
pydantic-core==2.33.2
100100
# via pydantic
@@ -116,22 +116,20 @@ sniffio==1.3.1
116116
# via anyio
117117
starlette==0.46.2
118118
# via fastapi
119-
typing-extensions==4.13.2
119+
typing-extensions==4.14.0
120120
# via
121121
# aioredis
122-
# anyio
123122
# fastapi
124123
# fastapi-cache2
125124
# pydantic
126125
# pydantic-core
127126
# pyee
128-
# pyopenssl
129127
# typing-inspection
130-
typing-inspection==0.4.0
128+
typing-inspection==0.4.1
131129
# via pydantic
132130
tzdata==2025.2
133131
# via pendulum
134-
uvicorn[standard]==0.34.2
132+
uvicorn[standard]==0.34.3
135133
# via
136134
# -r requirements.in
137135
# fastapi-cache2
@@ -141,5 +139,5 @@ watchfiles==1.0.5
141139
# via uvicorn
142140
websockets==15.0.1
143141
# via uvicorn
144-
yarl==1.20.0
142+
yarl==1.20.1
145143
# via aiohttp

0 commit comments

Comments
 (0)