File tree Expand file tree Collapse file tree 3 files changed +132
-119
lines changed Expand file tree Collapse file tree 3 files changed +132
-119
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies = [
4545 " python-jose>=3.5.0" ,
4646 " python-socketio>=5.14.2" ,
4747 " redis[hiredis]>=6.4.0" ,
48- " rtoml>=0.12 .0" ,
48+ " rtoml>=0.13 .0" ,
4949 " sqlalchemy-crud-plus>=1.12.1" ,
5050 " sqlalchemy[asyncio]>=2.0.44" ,
5151 " sqlparse>=0.5.3" ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ idna==3.11
132132 # anyio
133133 # email-validator
134134 # httpx
135- iniconfig == 2.1 .0
135+ iniconfig == 2.3 .0
136136 # via pytest
137137ip2loc == 1.0.0
138138 # via fastapi-best-architecture
@@ -177,9 +177,9 @@ prompt-toolkit==3.0.52
177177 # via click-repl
178178psutil == 7.1.0
179179 # via fastapi-best-architecture
180- psycopg == 3.2.10
180+ psycopg == 3.2.11
181181 # via fastapi-best-architecture
182- psycopg-binary == 3.2.10 ; implementation_name != 'pypy'
182+ psycopg-binary == 3.2.11 ; implementation_name != 'pypy'
183183 # via psycopg
184184pwdlib == 0.2.1
185185 # via fastapi-best-architecture
@@ -242,7 +242,7 @@ rich-toolkit==0.15.1
242242 # via fastapi-cli
243243rsa == 4.9.1
244244 # via python-jose
245- rtoml == 0.12 .0
245+ rtoml == 0.13 .0
246246 # via fastapi-best-architecture
247247setuptools == 80.9.0
248248 # via zope-event
@@ -321,7 +321,7 @@ urllib3==2.5.0
321321 # via dulwich
322322user-agents == 2.2.0
323323 # via fastapi-best-architecture
324- uvicorn == 0.37 .0
324+ uvicorn == 0.38 .0
325325 # via
326326 # fastapi
327327 # fastapi-cli
You can’t perform that action at this time.
0 commit comments