Skip to content

Commit b6f0870

Browse files
committed
Update environment
1 parent f0028cf commit b6f0870

2 files changed

Lines changed: 69 additions & 88 deletions

File tree

environment.yml

Lines changed: 39 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -6,96 +6,83 @@ dependencies:
66
- _libgcc_mutex=0.1
77
- _openmp_mutex=4.5
88
- annotated-types=0.7.0
9-
- anyio=4.6.2.post1
10-
- black=24.10.0
9+
- anyio=4.4.0
10+
- black=24.4.2
1111
- bzip2=1.0.8
12-
- ca-certificates=2024.8.30
13-
- certifi=2024.8.30
12+
- ca-certificates=2025.4.26
13+
- certifi=2025.1.31
1414
- click=8.1.7
1515
- colorama=0.4.6
1616
- daiquiri=3.0.0
17-
- dnspython=2.7.0
17+
- dnspython=2.6.1
1818
- email-validator=2.2.0
1919
- email_validator=2.2.0
2020
- exceptiongroup=1.2.2
21-
- fastapi=0.115.5
21+
- fastapi=0.112.0
2222
- fastapi-cli=0.0.5
2323
- gmp=6.3.0
24-
- gunicorn=23.0.0
25-
- h11=0.14.0
24+
- gunicorn=22.0.0
25+
- h11=0.16.0
2626
- h2=4.1.0
2727
- hpack=4.0.0
28-
- httpcore=1.0.7
29-
- httptools=0.6.4
30-
- httpx=0.28.0
28+
- httpcore=1.0.9
29+
- httpx=0.27.0
3130
- hyperframe=6.0.1
32-
- idna=3.10
31+
- idna=3.7
3332
- iniconfig=2.0.0
3433
- jinja2=3.1.4
35-
- ld_impl_linux-64=2.43
36-
- libexpat=2.6.4
34+
- ld_impl_linux-64=2.40
35+
- libexpat=2.6.2
3736
- libffi=3.4.2
3837
- libgcc=14.2.0
3938
- libgcc-ng=14.2.0
4039
- libgomp=14.2.0
41-
- liblzma=5.6.3
42-
- liblzma-devel=5.6.3
4340
- libnsl=2.0.1
44-
- libsqlite=3.47.0
41+
- libsqlite=3.46.0
4542
- libstdcxx=14.2.0
4643
- libstdcxx-ng=14.2.0
4744
- libuuid=2.38.1
48-
- libuv=1.49.2
4945
- libxcrypt=4.4.36
5046
- libzlib=1.3.1
5147
- markdown-it-py=3.0.0
52-
- markupsafe=3.0.2
48+
- markupsafe=2.1.5
5349
- mdurl=0.1.2
5450
- mypy_extensions=1.0.0
5551
- ncurses=6.5
56-
- openssl=3.4.0
57-
- packaging=24.2
52+
- openssl=3.5.0
53+
- packaging=24.1
5854
- pathspec=0.12.1
5955
- pendulum=3.0.0
60-
- pip=24.3.1
61-
- platformdirs=4.3.6
56+
- pip=24.2
57+
- platformdirs=4.2.2
6258
- pluggy=1.5.0
63-
- pycryptodome=3.21.0
64-
- pydantic=2.10.3
65-
- pydantic-core=2.27.1
59+
- pycryptodome=3.20.0
60+
- pydantic=2.8.2
61+
- pydantic-core=2.20.1
6662
- pygments=2.18.0
67-
- pytest=8.3.4
68-
- python=3.12.7
69-
- python-dateutil=2.9.0.post0
70-
- python-dotenv=1.0.1
63+
- pytest=8.3.2
64+
- python=3.11.9
65+
- python-dateutil=2.9.0
7166
- python-json-logger=2.0.7
72-
- python-multipart=0.0.19
73-
- python_abi=3.12
74-
- pyyaml=6.0.2
67+
- python-multipart=0.0.9
68+
- python_abi=3.11
7569
- readline=8.2
76-
- rich=13.9.4
77-
- setuptools=75.6.0
70+
- rich=13.7.1
71+
- setuptools=72.1.0
7872
- shellingham=1.5.4
7973
- six=1.16.0
8074
- sniffio=1.3.1
81-
- starlette=0.41.3
82-
- time-machine=2.16.0
75+
- starlette=0.37.2
76+
- time-machine=2.14.2
8377
- tk=8.6.13
84-
- tomli=2.2.1
85-
- typer=0.15.0
86-
- typer-slim=0.15.0
87-
- typer-slim-standard=0.15.0
78+
- tomli=2.0.1
79+
- typer=0.12.3
80+
- typer-slim=0.12.3
81+
- typer-slim-standard=0.12.3
8882
- typing-extensions=4.12.2
8983
- typing_extensions=4.12.2
90-
- tzdata=2024b
91-
- uvicorn=0.32.1
92-
- uvicorn-standard=0.32.1
93-
- uvloop=0.21.0
94-
- watchfiles=1.0.0
95-
- websockets=14.1
96-
- wheel=0.45.1
97-
- xz=5.6.3
98-
- xz-gpl-tools=5.6.3
99-
- xz-tools=5.6.3
100-
- yaml=0.2.5
84+
- tzdata=2024a
85+
- uvicorn=0.30.4
86+
- wheel=0.43.0
87+
- xz=5.2.6
10188
prefix: /home/pasta/miniconda3/envs/gatekeeper

requirements.txt

Lines changed: 30 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,53 @@
11
annotated-types==0.7.0
2-
anyio==4.6.2.post1
3-
black==24.10.0
4-
certifi==2024.8.30
2+
anyio==4.4.0
3+
black==24.4.2
4+
certifi==2025.1.31
55
click==8.1.7
66
colorama==0.4.6
77
daiquiri==3.0.0
8-
dnspython==2.7.0
8+
dnspython==2.6.1
99
email_validator==2.2.0
1010
exceptiongroup==1.2.2
11-
fastapi==0.115.5
11+
fastapi==0.112.0
1212
fastapi-cli==0.0.5
13-
gunicorn==23.0.0
14-
h11==0.14.0
13+
gunicorn==22.0.0
14+
h11==0.16.0
1515
h2==4.1.0
1616
hpack==4.0.0
17-
httpcore==1.0.7
18-
httptools==0.6.4
19-
httpx==0.28.0
17+
httpcore==1.0.9
18+
httpx==0.27.0
2019
hyperframe==6.0.1
21-
idna==3.10
20+
idna==3.7
2221
iniconfig==2.0.0
2322
Jinja2==3.1.4
2423
markdown-it-py==3.0.0
25-
MarkupSafe==3.0.2
24+
MarkupSafe==2.1.5
2625
mdurl==0.1.2
27-
mypy_extensions==1.0.0
28-
packaging==24.2
26+
mypy-extensions==1.0.0
27+
packaging==24.1
2928
pathspec==0.12.1
3029
pendulum==3.0.0
31-
pip==24.3.1
32-
platformdirs==4.3.6
30+
pip==24.2
31+
platformdirs==4.2.2
3332
pluggy==1.5.0
34-
pycryptodome==3.21.0
35-
pydantic==2.10.3
36-
pydantic_core==2.27.1
33+
pycryptodome==3.20.0
34+
pydantic==2.8.2
35+
pydantic_core==2.20.1
3736
Pygments==2.18.0
38-
pytest==8.3.4
39-
python-dateutil==2.9.0.post0
40-
python-dotenv==1.0.1
37+
pytest==8.3.2
38+
python-dateutil==2.9.0
4139
python-json-logger==2.0.7
42-
python-multipart==0.0.19
43-
PyYAML==6.0.2
44-
rich==13.9.4
45-
setuptools==75.6.0
40+
python-multipart==0.0.9
41+
rich==13.7.1
42+
setuptools==72.1.0
4643
shellingham==1.5.4
4744
six==1.16.0
4845
sniffio==1.3.1
49-
starlette==0.41.3
50-
time-machine==2.16.0
51-
tomli==2.2.1
52-
typer==0.15.0
53-
typer-slim==0.15.0
46+
starlette==0.37.2
47+
time-machine==2.14.2
48+
tomli==2.0.1
49+
typer==0.12.3
50+
typer-slim==0.12.3
5451
typing_extensions==4.12.2
55-
uvicorn==0.32.1
56-
uvloop==0.21.0
57-
watchfiles==1.0.0
58-
websockets==14.1
59-
wheel==0.45.1
52+
uvicorn==0.30.4
53+
wheel==0.43.0

0 commit comments

Comments
 (0)