Skip to content

Commit 2bce564

Browse files
committed
Summary: Update environment for urllib3
1 parent 62b9fd7 commit 2bce564

2 files changed

Lines changed: 39 additions & 34 deletions

File tree

environment.yml

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
annotated-doc==0.0.4
22
annotated-types==0.7.0
3-
anyio==4.12.0
3+
anyio==4.12.1
44
black==25.12.0
5-
certifi==2025.11.12
5+
certifi==2026.1.4
66
cffi==2.0.0
77
charset-normalizer==3.4.4
88
click==8.3.1
@@ -12,8 +12,8 @@ daiquiri==3.0.0
1212
dnspython==2.8.0
1313
email-validator==2.3.0
1414
exceptiongroup==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
1717
gunicorn==23.0.0
1818
h11==0.16.0
1919
h2==4.3.0
@@ -31,7 +31,7 @@ MarkupSafe==3.0.3
3131
mdurl==0.1.2
3232
mypy_extensions==1.1.0
3333
packaging==25.0
34-
pathspec==0.12.1
34+
pathspec==1.0.3
3535
pendulum==3.1.0
3636
pip==25.3
3737
platformdirs==4.5.1
@@ -40,33 +40,35 @@ pycparser==2.23
4040
pycryptodome==3.23.0
4141
pydantic==2.12.5
4242
pydantic_core==2.41.5
43+
pydantic-extra-types==2.11.0
44+
pydantic-settings==2.12.0
4345
Pygments==2.19.2
4446
PyJWT==2.10.1
4547
pytest==9.0.2
4648
pytest-asyncio==1.3.0
4749
python-dateutil==2.9.0.post0
4850
python-dotenv==1.2.1
4951
python-json-logger==2.0.7
50-
python-multipart==0.0.20
52+
python-multipart==0.0.21
5153
pytokens==0.3.0
5254
PyYAML==6.0.3
5355
requests==2.32.5
5456
rich==14.2.0
55-
rich-toolkit==0.17.0
57+
rich-toolkit==0.17.1
5658
setuptools==80.9.0
5759
shellingham==1.5.4
5860
six==1.17.0
5961
sniffio==1.3.1
6062
starlette==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
6567
typing_extensions==4.15.0
6668
typing-inspection==0.4.2
67-
urllib3==2.6.1
69+
urllib3==2.6.3
6870
uvicorn==0.35.0
6971
uvloop==0.22.1
7072
watchfiles==1.1.1
71-
websockets==15.0.1
73+
websockets==16.0
7274
wheel==0.45.1

0 commit comments

Comments
 (0)