Skip to content

Commit 49e2b4a

Browse files
committed
Update environment for urllib3 CVE-2025-66418
1 parent d989c84 commit 49e2b4a

2 files changed

Lines changed: 40 additions & 44 deletions

File tree

environment.yml

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@ dependencies:
99
- aiohappyeyeballs=2.6.1
1010
- aiohttp=3.13.2
1111
- aiosignal=1.4.0
12-
- annotated-doc=0.0.3
12+
- annotated-doc=0.0.4
1313
- annotated-types=0.7.0
14-
- anyio=4.11.0
14+
- anyio=4.12.0
1515
- attrs=25.4.0
16-
- beautifulsoup4=4.14.2
16+
- backports.zstd=1.2.0
17+
- beautifulsoup4=4.14.3
1718
- brotli-python=1.2.0
1819
- bzip2=1.0.8
19-
- ca-certificates=2025.10.5
20-
- certifi=2025.10.5
21-
- cffi=2.0.0
20+
- ca-certificates=2025.11.12
21+
- certifi=2025.11.12
2222
- chameleon=3.9.1
2323
- charset-normalizer=3.4.4
24-
- click=8.3.0
24+
- click=8.3.1
2525
- colorama=0.4.6
2626
- daiquiri=3.0.0
2727
- dnspython=2.8.0
2828
- email-validator=2.3.0
2929
- email_validator=2.3.0
30-
- exceptiongroup=1.3.0
31-
- fastapi=0.120.2
32-
- fastapi-cli=0.0.13
33-
- fastapi-core=0.120.2
30+
- exceptiongroup=1.3.1
31+
- fastapi=0.124.0
32+
- fastapi-cli=0.0.16
33+
- fastapi-core=0.124.0
3434
- frozenlist=1.7.0
3535
- gunicorn=23.0.0
3636
- h11=0.16.0
@@ -44,16 +44,16 @@ dependencies:
4444
- importlib-metadata=8.7.0
4545
- iniconfig=2.3.0
4646
- jinja2=3.1.6
47-
- ld_impl_linux-64=2.44
48-
- libexpat=2.7.1
47+
- ld_impl_linux-64=2.45
48+
- libexpat=2.7.3
4949
- libffi=3.5.2
5050
- libgcc=15.2.0
5151
- libgcc-ng=15.2.0
5252
- libgomp=15.2.0
5353
- libiconv=1.18
5454
- liblzma=5.8.1
5555
- libnsl=2.0.1
56-
- libsqlite=3.50.4
56+
- libsqlite=3.51.1
5757
- libstdcxx=15.2.0
5858
- libuuid=2.41.2
5959
- libuv=1.51.0
@@ -63,23 +63,22 @@ dependencies:
6363
- libxslt=1.1.43
6464
- libzlib=1.3.1
6565
- lxml=6.0.2
66-
- markdown=3.9
66+
- markdown=3.10
6767
- markdown-it-py=4.0.0
6868
- markupsafe=3.0.3
6969
- mdurl=0.1.2
7070
- multidict=6.6.3
7171
- ncurses=6.5
72-
- openssl=3.5.4
72+
- openssl=3.6.0
7373
- packaging=25.0
74-
- pip=25.2
74+
- pip=25.3
7575
- pluggy=1.6.0
7676
- propcache=0.3.1
77-
- pycparser=2.22
78-
- pydantic=2.12.3
79-
- pydantic-core=2.41.4
77+
- pydantic=2.12.5
78+
- pydantic-core=2.41.5
8079
- pygments=2.19.2
8180
- pysocks=1.7.1
82-
- pytest=8.4.2
81+
- pytest=9.0.2
8382
- python=3.12.12
8483
- python-dotenv=1.2.1
8584
- python-json-logger=2.0.7
@@ -89,13 +88,13 @@ dependencies:
8988
- readline=8.2
9089
- requests=2.32.5
9190
- rich=14.2.0
92-
- rich-toolkit=0.15.1
91+
- rich-toolkit=0.17.0
9392
- setuptools=80.9.0
9493
- shellingham=1.5.4
9594
- sniffio=1.3.1
9695
- snowballstemmer=3.0.1
9796
- soupsieve=2.8
98-
- starlette=0.49.1
97+
- starlette=0.50.0
9998
- tk=8.6.13
10099
- tomli=2.3.0
101100
- typer=0.20.0
@@ -105,7 +104,7 @@ dependencies:
105104
- typing-inspection=0.4.2
106105
- typing_extensions=4.15.0
107106
- tzdata=2025b
108-
- urllib3=2.5.0
107+
- urllib3=2.6.1
109108
- uvicorn=0.38.0
110109
- uvicorn-standard=0.38.0
111110
- uvloop=0.22.1
@@ -115,7 +114,6 @@ dependencies:
115114
- yaml=0.2.5
116115
- yarl=1.22.0
117116
- zipp=3.23.0
118-
- zstandard=0.25.0
119117
- zstd=1.5.7
120118
- pip:
121119
- bugle==0.0.4

requirements.txt

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@ aiofiles==25.1.0
22
aiohappyeyeballs==2.6.1
33
aiohttp==3.13.2
44
aiosignal==1.4.0
5-
annotated-doc==0.0.3
5+
annotated-doc==0.0.4
66
annotated-types==0.7.0
7-
anyio==4.11.0
7+
anyio==4.12.0
88
attrs==25.4.0
9-
beautifulsoup4==4.14.2
9+
backports.zstd==1.2.0
10+
beautifulsoup4==4.14.3
1011
Brotli==1.2.0
1112
bugle==0.0.4
12-
certifi==2025.10.5
13-
cffi==2.0.0
13+
certifi==2025.11.12
1414
Chameleon==3.9.1
1515
charset-normalizer==3.4.4
16-
click==8.3.0
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
21-
exceptiongroup==1.3.0
22-
fastapi==0.120.2
21+
exceptiongroup==1.3.1
22+
fastapi==0.124.0
2323
fastapi-chameleon==0.1.12
24-
fastapi-cli==0.0.13
24+
fastapi-cli==0.0.16
2525
frozenlist==1.7.0
2626
gunicorn==23.0.0
2727
h11==0.16.0
@@ -36,45 +36,43 @@ importlib_metadata==8.7.0
3636
iniconfig==2.3.0
3737
Jinja2==3.1.6
3838
lxml==6.0.2
39-
Markdown==3.9
39+
Markdown==3.10
4040
markdown-it-py==4.0.0
4141
MarkupSafe==3.0.3
4242
mdurl==0.1.2
4343
multidict==6.6.3
4444
packaging==25.0
45-
pip==25.2
45+
pip==25.3
4646
pluggy==1.6.0
4747
propcache==0.3.1
48-
pycparser==2.22
49-
pydantic==2.12.3
50-
pydantic_core==2.41.4
48+
pydantic==2.12.5
49+
pydantic_core==2.41.5
5150
Pygments==2.19.2
5251
PySocks==1.7.1
53-
pytest==8.4.2
52+
pytest==9.0.2
5453
python-dotenv==1.2.1
5554
python-json-logger==2.0.7
5655
python-multipart==0.0.20
5756
PyYAML==6.0.3
5857
requests==2.32.5
5958
rich==14.2.0
60-
rich-toolkit==0.15.1
59+
rich-toolkit==0.17.0
6160
setuptools==80.9.0
6261
shellingham==1.5.4
6362
sniffio==1.3.1
6463
snowballstemmer==3.0.1
6564
soupsieve==2.8
66-
starlette==0.49.1
65+
starlette==0.50.0
6766
tomli==2.3.0
6867
typer==0.20.0
6968
typer-slim==0.20.0
7069
typing_extensions==4.15.0
7170
typing-inspection==0.4.2
72-
urllib3==2.5.0
71+
urllib3==2.6.1
7372
uvicorn==0.38.0
7473
uvloop==0.22.1
7574
watchfiles==1.1.1
7675
websockets==15.0.1
7776
wheel==0.45.1
7877
yarl==1.22.0
7978
zipp==3.23.0
80-
zstandard==0.25.0

0 commit comments

Comments
 (0)