File tree Expand file tree Collapse file tree 2 files changed +47
-45
lines changed
Expand file tree Collapse file tree 2 files changed +47
-45
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,24 @@ channels:
55dependencies :
66 - _libgcc_mutex=0.1
77 - _openmp_mutex=4.5
8- - annotated-doc=0.0.3
8+ - annotated-doc=0.0.4
99 - annotated-types=0.7.0
10- - anyio=4.11 .0
10+ - anyio=4.12 .0
1111 - backports.asyncio.runner=1.2.0
12- - black=25.1 .0
12+ - black=25.12 .0
1313 - bzip2=1.0.8
14- - ca-certificates=2025.10.5
15- - certifi=2025.10.5
16- - click=8.3.0
14+ - ca-certificates=2025.11.12
15+ - certifi=2025.11.12
16+ - 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
22- - exceptiongroup=1.3.0
23- - fastapi=0.120.2
24- - fastapi-cli=0.0.13
25- - fastapi-core=0.120.2
22+ - exceptiongroup=1.3.1
23+ - fastapi=0.124.0
24+ - fastapi-cli=0.0.16
25+ - fastapi-core=0.124.0
2626 - gmp=6.3.0
2727 - gunicorn=23.0.0
2828 - h11=0.16.0
@@ -35,15 +35,15 @@ dependencies:
3535 - idna=3.11
3636 - iniconfig=2.3.0
3737 - jinja2=3.1.6
38- - ld_impl_linux-64=2.44
39- - libexpat=2.7.1
38+ - ld_impl_linux-64=2.45
39+ - libexpat=2.7.3
4040 - libffi=3.5.2
4141 - libgcc=15.2.0
4242 - libgcc-ng=15.2.0
4343 - libgomp=15.2.0
4444 - liblzma=5.8.1
4545 - libnsl=2.0.1
46- - libsqlite=3.50.4
46+ - libsqlite=3.51.1
4747 - libstdcxx=15.2.0
4848 - libstdcxx-ng=15.2.0
4949 - libuuid=2.41.2
@@ -55,35 +55,36 @@ dependencies:
5555 - mdurl=0.1.2
5656 - mypy_extensions=1.1.0
5757 - ncurses=6.5
58- - openssl=3.5.4
58+ - openssl=3.6.0
5959 - packaging=25.0
6060 - pathspec=0.12.1
6161 - pendulum=3.1.0
62- - pip=25.2
63- - platformdirs=4.5.0
62+ - pip=25.3
63+ - platformdirs=4.5.1
6464 - pluggy=1.6.0
6565 - pycryptodome=3.23.0
66- - pydantic=2.12.3
67- - pydantic-core=2.41.4
66+ - pydantic=2.12.5
67+ - pydantic-core=2.41.5
6868 - pygments=2.19.2
69- - pytest=8.4 .2
70- - pytest-asyncio=1.2 .0
69+ - pytest=9.0 .2
70+ - pytest-asyncio=1.3 .0
7171 - python=3.12.12
7272 - python-dateutil=2.9.0.post0
7373 - python-dotenv=1.2.1
7474 - python-json-logger=2.0.7
7575 - python-multipart=0.0.20
7676 - python_abi=3.12
77+ - pytokens=0.3.0
7778 - pyyaml=6.0.3
7879 - readline=8.2
7980 - rich=14.2.0
80- - rich-toolkit=0.15.1
81+ - rich-toolkit=0.17.0
8182 - setuptools=80.9.0
8283 - shellingham=1.5.4
8384 - six=1.17.0
8485 - sniffio=1.3.1
85- - starlette=0.49.1
86- - time-machine=2.19 .0
86+ - starlette=0.50.0
87+ - time-machine=3.1 .0
8788 - tk=8.6.13
8889 - tomli=2.3.0
8990 - typer=0.20.0
@@ -105,9 +106,9 @@ dependencies:
105106 - cffi==2.0.0
106107 - charset-normalizer==3.4.4
107108 - cryptography==44.0.3
108- - iam-lib==0.0.21
109+ - iam-lib==0.0.22
109110 - pycparser==2.23
110111 - pyjwt==2.10.1
111112 - requests==2.32.5
112- - urllib3==2.5.0
113- prefix : /home/pasta /miniconda3/envs/gatekeeper
113+ - urllib3==2.6.1
114+ prefix : /home/servilla /miniconda3/envs/gatekeeper
Original file line number Diff line number Diff line change 1- annotated-doc == 0.0.3
1+ annotated-doc == 0.0.4
22annotated-types == 0.7.0
3- anyio == 4.11 .0
4- black == 25.1 .0
5- certifi == 2025.10.5
3+ anyio == 4.12 .0
4+ black == 25.12 .0
5+ certifi == 2025.11.12
66cffi == 2.0.0
77charset-normalizer == 3.4.4
8- click == 8.3.0
8+ click == 8.3.1
99colorama == 0.4.6
1010cryptography == 44.0.3
1111daiquiri == 3.0.0
1212dnspython == 2.8.0
1313email-validator == 2.3.0
14- exceptiongroup == 1.3.0
15- fastapi == 0.120.2
16- fastapi-cli == 0.0.13
14+ exceptiongroup == 1.3.1
15+ fastapi == 0.124.0
16+ fastapi-cli == 0.0.16
1717gunicorn == 23.0.0
1818h11 == 0.16.0
1919h2 == 4.3.0
@@ -22,7 +22,7 @@ httpcore==1.0.9
2222httptools == 0.7.1
2323httpx == 0.28.1
2424hyperframe == 6.1.0
25- iam-lib == 0.0.21
25+ iam-lib == 0.0.22
2626idna == 3.11
2727iniconfig == 2.3.0
2828Jinja2 == 3.1.6
@@ -33,37 +33,38 @@ mypy_extensions==1.1.0
3333packaging == 25.0
3434pathspec == 0.12.1
3535pendulum == 3.1.0
36- pip == 25.2
37- platformdirs == 4.5.0
36+ pip == 25.3
37+ platformdirs == 4.5.1
3838pluggy == 1.6.0
3939pycparser == 2.23
4040pycryptodome == 3.23.0
41- pydantic == 2.12.3
42- pydantic_core == 2.41.4
41+ pydantic == 2.12.5
42+ pydantic_core == 2.41.5
4343Pygments == 2.19.2
4444PyJWT == 2.10.1
45- pytest == 8.4 .2
46- pytest-asyncio == 1.2 .0
45+ pytest == 9.0 .2
46+ pytest-asyncio == 1.3 .0
4747python-dateutil == 2.9.0.post0
4848python-dotenv == 1.2.1
4949python-json-logger == 2.0.7
5050python-multipart == 0.0.20
51+ pytokens == 0.3.0
5152PyYAML == 6.0.3
5253requests == 2.32.5
5354rich == 14.2.0
54- rich-toolkit == 0.15.1
55+ rich-toolkit == 0.17.0
5556setuptools == 80.9.0
5657shellingham == 1.5.4
5758six == 1.17.0
5859sniffio == 1.3.1
59- starlette == 0.49.1
60- time-machine == 2.19 .0
60+ starlette == 0.50.0
61+ time-machine == 3.1 .0
6162tomli == 2.3.0
6263typer == 0.20.0
6364typer-slim == 0.20.0
6465typing_extensions == 4.15.0
6566typing-inspection == 0.4.2
66- urllib3 == 2.5.0
67+ urllib3 == 2.6.1
6768uvicorn == 0.35.0
6869uvloop == 0.22.1
6970watchfiles == 1.1.1
You can’t perform that action at this time.
0 commit comments