Skip to content

Commit 01e4fcd

Browse files
committed
Update environment
1 parent 49417af commit 01e4fcd

2 files changed

Lines changed: 50 additions & 51 deletions

File tree

environment.yml

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,34 @@ dependencies:
66
- _libgcc_mutex=0.1
77
- _openmp_mutex=4.5
88
- annotated-types=0.7.0
9-
- anyio=4.9.0
9+
- anyio=4.10.0
1010
- brotli-python=1.1.0
1111
- bzip2=1.0.8
12-
- ca-certificates=2025.7.14
13-
- certifi=2025.7.14
12+
- ca-certificates=2025.8.3
13+
- certifi=2025.8.3
1414
- cffi=1.17.1
15-
- charset-normalizer=3.4.2
15+
- charset-normalizer=3.4.3
1616
- click=8.2.1
1717
- colorama=0.4.6
18-
- cryptography=45.0.5
18+
- cryptography=45.0.7
1919
- daiquiri=3.0.0
2020
- dnspython=2.7.0
21-
- email-validator=2.2.0
22-
- email_validator=2.2.0
21+
- email-validator=2.3.0
22+
- email_validator=2.3.0
2323
- exceptiongroup=1.3.0
2424
- fastapi=0.116.1
25-
- fastapi-cli=0.0.8
25+
- fastapi-cli=0.0.10
2626
- fastapi-core=0.116.1
2727
- gmp=6.3.0
28-
- greenlet=3.2.3
28+
- greenlet=3.2.4
2929
- gunicorn=23.0.0
3030
- h11=0.16.0
31-
- h2=4.2.0
31+
- h2=4.3.0
3232
- hpack=4.1.0
3333
- httpcore=1.0.9
3434
- httptools=0.6.4
3535
- httpx=0.28.1
3636
- hyperframe=6.1.0
37-
- icu=75.1
3837
- idna=3.10
3938
- iniconfig=2.0.0
4039
- jinja2=3.1.6
@@ -46,7 +45,7 @@ dependencies:
4645
- libblas=3.9.0
4746
- libcblas=3.9.0
4847
- libdeflate=1.24
49-
- libexpat=2.7.0
48+
- libexpat=2.7.1
5049
- libffi=3.4.6
5150
- libfreetype=2.13.3
5251
- libfreetype6=2.13.3
@@ -63,7 +62,7 @@ dependencies:
6362
- libopenblas=0.3.30
6463
- libpng=1.6.50
6564
- libsodium=1.0.20
66-
- libsqlite=3.50.2
65+
- libsqlite=3.50.4
6766
- libstdcxx=15.1.0
6867
- libstdcxx-ng=15.1.0
6968
- libtiff=4.7.0
@@ -73,17 +72,17 @@ dependencies:
7372
- libxcb=1.17.0
7473
- libxcrypt=4.4.36
7574
- libzlib=1.3.1
76-
- markdown-it-py=3.0.0
75+
- markdown-it-py=4.0.0
7776
- markupsafe=3.0.2
7877
- mdurl=0.1.2
7978
- ncurses=6.5
80-
- numpy=2.3.1
79+
- numpy=2.3.2
8180
- openjpeg=2.5.3
82-
- openssl=3.5.1
81+
- openssl=3.5.2
8382
- packaging=25.0
8483
- pendulum=3.1.0
8584
- pillow=11.3.0
86-
- pip=25.1.1
85+
- pip=25.2
8786
- pluggy=1.6.0
8887
- pthread-stubs=0.4
8988
- pyasn1=0.6.1
@@ -104,28 +103,28 @@ dependencies:
104103
- python-multipart=0.0.20
105104
- python_abi=3.11
106105
- pyyaml=6.0.2
107-
- rapidfuzz=3.13.0
106+
- rapidfuzz=3.14.0
108107
- readline=8.2
109-
- requests=2.32.4
110-
- rich=14.0.0
111-
- rich-toolkit=0.14.8
108+
- requests=2.32.5
109+
- rich=14.1.0
110+
- rich-toolkit=0.15.0
112111
- setuptools=80.9.0
113112
- shellingham=1.5.4
114113
- six=1.17.0
115114
- sniffio=1.3.1
116115
- sqlalchemy=1.4.46
117-
- sqlite=3.50.2
118-
- starlette=0.47.1
116+
- sqlite=3.50.4
117+
- starlette=0.47.3
119118
- thefuzz=0.22.1
120-
- time-machine=2.16.0
119+
- time-machine=2.19.0
121120
- tk=8.6.13
122121
- tomli=2.2.1
123-
- typer=0.16.0
124-
- typer-slim=0.16.0
125-
- typer-slim-standard=0.16.0
126-
- typing-extensions=4.14.1
122+
- typer=0.17.3
123+
- typer-slim=0.17.3
124+
- typer-slim-standard=0.17.3
125+
- typing-extensions=4.15.0
127126
- typing-inspection=0.4.1
128-
- typing_extensions=4.14.1
127+
- typing_extensions=4.15.0
129128
- tzdata=2025b
130129
- urllib3=2.5.0
131130
- uvicorn=0.35.0
@@ -137,6 +136,6 @@ dependencies:
137136
- xorg-libxau=1.0.12
138137
- xorg-libxdmcp=1.1.5
139138
- yaml=0.2.5
140-
- zstandard=0.23.0
139+
- zstandard=0.24.0
141140
- zstd=1.5.7
142141
prefix: /home/servilla/miniconda3/envs/auth

requirements.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
annotated-types==0.7.0
2-
anyio==4.9.0
2+
anyio==4.10.0
33
Brotli==1.1.0
4-
certifi==2025.7.14
4+
certifi==2025.8.3
55
cffi==1.17.1
6-
charset-normalizer==3.4.2
6+
charset-normalizer==3.4.3
77
click==8.2.1
88
colorama==0.4.6
9-
cryptography==45.0.5
9+
cryptography==45.0.7
1010
daiquiri==3.0.0
1111
dnspython==2.7.0
12-
email_validator==2.2.0
12+
email-validator==2.3.0
1313
exceptiongroup==1.3.0
1414
fastapi==0.116.1
15-
fastapi-cli==0.0.8
16-
greenlet==3.2.3
15+
fastapi-cli==0.0.10
16+
greenlet==3.2.4
1717
gunicorn==23.0.0
1818
h11==0.16.0
19-
h2==4.2.0
19+
h2==4.3.0
2020
hpack==4.1.0
2121
httpcore==1.0.9
2222
httptools==0.6.4
@@ -27,14 +27,14 @@ iniconfig==2.0.0
2727
Jinja2==3.1.6
2828
ldap3==2.9.1
2929
Levenshtein==0.27.1
30-
markdown-it-py==3.0.0
30+
markdown-it-py==4.0.0
3131
MarkupSafe==3.0.2
3232
mdurl==0.1.2
33-
numpy==2.3.1
33+
numpy==2.3.2
3434
packaging==25.0
3535
pendulum==3.1.0
3636
pillow==11.3.0
37-
pip==25.1.1
37+
pip==25.2
3838
pluggy==1.6.0
3939
pyasn1==0.6.1
4040
pycparser==2.22
@@ -52,27 +52,27 @@ python-json-logger==2.0.7
5252
python-Levenshtein==0.27.1
5353
python-multipart==0.0.20
5454
PyYAML==6.0.2
55-
RapidFuzz==3.13.0
56-
requests==2.32.4
57-
rich==14.0.0
58-
rich-toolkit==0.14.8
55+
RapidFuzz==3.14.0
56+
requests==2.32.5
57+
rich==14.1.0
58+
rich-toolkit==0.15.0
5959
setuptools==80.9.0
6060
shellingham==1.5.4
6161
six==1.17.0
6262
sniffio==1.3.1
6363
SQLAlchemy==1.4.46
64-
starlette==0.47.1
64+
starlette==0.47.3
6565
thefuzz==0.22.1
66-
time-machine==2.16.0
66+
time-machine==2.19.0
6767
tomli==2.2.1
68-
typer==0.16.0
69-
typer-slim==0.16.0
70-
typing_extensions==4.14.1
68+
typer==0.17.3
69+
typer-slim==0.17.3
70+
typing_extensions==4.15.0
7171
typing-inspection==0.4.1
7272
urllib3==2.5.0
7373
uvicorn==0.35.0
7474
uvloop==0.21.0
7575
watchfiles==1.1.0
7676
websockets==15.0.1
7777
wheel==0.45.1
78-
zstandard==0.23.0
78+
zstandard==0.24.0

0 commit comments

Comments
 (0)