File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ dependencies:
77 - _openmp_mutex=4.5
88 - annotated-doc=0.0.4
99 - annotated-types=0.7.0
10- - anyio=4.12.0
10+ - anyio=4.12.1
1111 - backports.asyncio.runner=1.2.0
1212 - black=25.12.0
1313 - bzip2=1.0.8
14- - ca-certificates=2025.11.12
15- - certifi=2025.11.12
14+ - ca-certificates=2026.1.4
15+ - certifi=2026.1.4
1616 - click=8.3.1
1717 - colorama=0.4.6
1818 - daiquiri=3.0.0
1919 - dnspython=2.8.0
2020 - email-validator=2.3.0
2121 - email_validator=2.3.0
2222 - exceptiongroup=1.3.1
23- - fastapi=0.124 .0
24- - fastapi-cli=0.0.16
25- - fastapi-core=0.124 .0
23+ - fastapi=0.128 .0
24+ - fastapi-cli=0.0.20
25+ - fastapi-core=0.128 .0
2626 - gmp=6.3.0
2727 - gunicorn=23.0.0
2828 - h11=0.16.0
@@ -32,6 +32,7 @@ dependencies:
3232 - httptools=0.7.1
3333 - httpx=0.28.1
3434 - hyperframe=6.1.0
35+ - icu=78.2
3536 - idna=3.11
3637 - iniconfig=2.3.0
3738 - jinja2=3.1.6
@@ -43,10 +44,10 @@ dependencies:
4344 - libgomp=15.2.0
4445 - liblzma=5.8.1
4546 - libnsl=2.0.1
46- - libsqlite=3.51.1
47+ - libsqlite=3.51.2
4748 - libstdcxx=15.2.0
4849 - libstdcxx-ng=15.2.0
49- - libuuid=2.41.2
50+ - libuuid=2.41.3
5051 - libuv=1.51.0
5152 - libxcrypt=4.4.36
5253 - libzlib=1.3.1
@@ -57,48 +58,50 @@ dependencies:
5758 - ncurses=6.5
5859 - openssl=3.6.0
5960 - packaging=25.0
60- - pathspec=0.12.1
61+ - pathspec=1.0.3
6162 - pendulum=3.1.0
6263 - pip=25.3
6364 - platformdirs=4.5.1
6465 - pluggy=1.6.0
6566 - pycryptodome=3.23.0
6667 - pydantic=2.12.5
6768 - pydantic-core=2.41.5
69+ - pydantic-extra-types=2.11.0
70+ - pydantic-settings=2.12.0
6871 - pygments=2.19.2
6972 - pytest=9.0.2
7073 - pytest-asyncio=1.3.0
7174 - python=3.12.12
7275 - python-dateutil=2.9.0.post0
7376 - python-dotenv=1.2.1
7477 - python-json-logger=2.0.7
75- - python-multipart=0.0.20
78+ - python-multipart=0.0.21
7679 - python_abi=3.12
7780 - pytokens=0.3.0
7881 - pyyaml=6.0.3
79- - readline=8.2
82+ - readline=8.3
8083 - rich=14.2.0
81- - rich-toolkit=0.17.0
84+ - rich-toolkit=0.17.1
8285 - setuptools=80.9.0
8386 - shellingham=1.5.4
8487 - six=1.17.0
8588 - sniffio=1.3.1
8689 - starlette=0.50.0
87- - time-machine=3.1 .0
90+ - time-machine=3.2 .0
8891 - tk=8.6.13
89- - tomli=2.3 .0
90- - typer=0.20.0
91- - typer-slim=0.20.0
92- - typer-slim-standard=0.20.0
92+ - tomli=2.4 .0
93+ - typer=0.21.1
94+ - typer-slim=0.21.1
95+ - typer-slim-standard=0.21.1
9396 - typing-extensions=4.15.0
9497 - typing-inspection=0.4.2
9598 - typing_extensions=4.15.0
96- - tzdata=2025b
99+ - tzdata=2025c
97100 - uvicorn=0.35.0
98101 - uvicorn-standard=0.35.0
99102 - uvloop=0.22.1
100103 - watchfiles=1.1.1
101- - websockets=15.0.1
104+ - websockets=16.0
102105 - wheel=0.45.1
103106 - yaml=0.2.5
104107 - zstd=1.5.7
@@ -110,5 +113,5 @@ dependencies:
110113 - pycparser==2.23
111114 - pyjwt==2.10.1
112115 - requests==2.32.5
113- - urllib3==2.6.1
114- prefix : /home/servilla /miniconda3/envs/gatekeeper
116+ - urllib3==2.6.3
117+ prefix : /home/pasta /miniconda3/envs/gatekeeper
Original file line number Diff line number Diff line change 11annotated-doc == 0.0.4
22annotated-types == 0.7.0
3- anyio == 4.12.0
3+ anyio == 4.12.1
44black == 25.12.0
5- certifi == 2025.11.12
5+ certifi == 2026.1.4
66cffi == 2.0.0
77charset-normalizer == 3.4.4
88click == 8.3.1
@@ -12,8 +12,8 @@ daiquiri==3.0.0
1212dnspython == 2.8.0
1313email-validator == 2.3.0
1414exceptiongroup == 1.3.1
15- fastapi == 0.124 .0
16- fastapi-cli == 0.0.16
15+ fastapi == 0.128 .0
16+ fastapi-cli == 0.0.20
1717gunicorn == 23.0.0
1818h11 == 0.16.0
1919h2 == 4.3.0
@@ -31,7 +31,7 @@ MarkupSafe==3.0.3
3131mdurl == 0.1.2
3232mypy_extensions == 1.1.0
3333packaging == 25.0
34- pathspec == 0.12.1
34+ pathspec == 1.0.3
3535pendulum == 3.1.0
3636pip == 25.3
3737platformdirs == 4.5.1
@@ -40,33 +40,35 @@ pycparser==2.23
4040pycryptodome == 3.23.0
4141pydantic == 2.12.5
4242pydantic_core == 2.41.5
43+ pydantic-extra-types == 2.11.0
44+ pydantic-settings == 2.12.0
4345Pygments == 2.19.2
4446PyJWT == 2.10.1
4547pytest == 9.0.2
4648pytest-asyncio == 1.3.0
4749python-dateutil == 2.9.0.post0
4850python-dotenv == 1.2.1
4951python-json-logger == 2.0.7
50- python-multipart == 0.0.20
52+ python-multipart == 0.0.21
5153pytokens == 0.3.0
5254PyYAML == 6.0.3
5355requests == 2.32.5
5456rich == 14.2.0
55- rich-toolkit == 0.17.0
57+ rich-toolkit == 0.17.1
5658setuptools == 80.9.0
5759shellingham == 1.5.4
5860six == 1.17.0
5961sniffio == 1.3.1
6062starlette == 0.50.0
61- time-machine == 3.1 .0
62- tomli == 2.3 .0
63- typer == 0.20.0
64- typer-slim == 0.20.0
63+ time-machine == 3.2 .0
64+ tomli == 2.4 .0
65+ typer == 0.21.1
66+ typer-slim == 0.21.1
6567typing_extensions == 4.15.0
6668typing-inspection == 0.4.2
67- urllib3 == 2.6.1
69+ urllib3 == 2.6.3
6870uvicorn == 0.35.0
6971uvloop == 0.22.1
7072watchfiles == 1.1.1
71- websockets == 15.0.1
73+ websockets == 16.0
7274wheel == 0.45.1
You can’t perform that action at this time.
0 commit comments