Skip to content

Commit bf7eacc

Browse files
committed
Update environment for urllib3 CVE-2025-66418
1 parent a02092d commit bf7eacc

File tree

2 files changed

+23
-27
lines changed

2 files changed

+23
-27
lines changed

environment.yml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ channels:
55
dependencies:
66
- _libgcc_mutex=0.1
77
- _openmp_mutex=4.5
8+
- backports.zstd=1.2.0
89
- brotli-python=1.2.0
910
- bzip2=1.0.8
10-
- ca-certificates=2025.10.5
11-
- certifi=2025.10.5
12-
- cffi=2.0.0
11+
- ca-certificates=2025.11.12
12+
- certifi=2025.11.12
1313
- charset-normalizer=3.4.4
14-
- click=8.3.0
14+
- click=8.3.1
1515
- colorama=0.4.6
1616
- cyrus-sasl=2.1.28
1717
- daiquiri=3.0.0
18-
- exceptiongroup=1.3.0
19-
- greenlet=3.2.4
18+
- exceptiongroup=1.3.1
19+
- greenlet=3.3.0
2020
- h2=4.3.0
2121
- hpack=4.1.0
2222
- hyperframe=6.1.0
@@ -25,9 +25,9 @@ dependencies:
2525
- iniconfig=2.3.0
2626
- keyutils=1.6.3
2727
- krb5=1.21.3
28-
- ld_impl_linux-64=2.44
28+
- ld_impl_linux-64=2.45
2929
- libedit=3.1.20250104
30-
- libexpat=2.7.1
30+
- libexpat=2.7.3
3131
- libffi=3.5.2
3232
- libgcc=15.2.0
3333
- libgcc-ng=15.2.0
@@ -36,8 +36,8 @@ dependencies:
3636
- liblzma=5.8.1
3737
- libmpdec=4.0.0
3838
- libntlm=1.8
39-
- libpq=18.0
40-
- libsqlite=3.50.4
39+
- libpq=18.1
40+
- libsqlite=3.51.1
4141
- libstdcxx=15.2.0
4242
- libstdcxx-ng=15.2.0
4343
- libuuid=2.41.2
@@ -49,16 +49,15 @@ dependencies:
4949
- lxml=6.0.2
5050
- ncurses=6.5
5151
- openldap=2.6.10
52-
- openssl=3.5.4
52+
- openssl=3.6.0
5353
- packaging=25.0
54-
- pip=25.2
54+
- pip=25.3
5555
- pluggy=1.6.0
5656
- psycopg2=2.9.10
57-
- pycparser=2.22
5857
- pygments=2.19.2
5958
- pysocks=1.7.1
60-
- pytest=8.4.2
61-
- python=3.13.9
59+
- pytest=9.0.2
60+
- python=3.13.11
6261
- python-json-logger=2.0.7
6362
- python_abi=3.13
6463
- readline=8.2
@@ -68,7 +67,6 @@ dependencies:
6867
- tomli=2.3.0
6968
- typing_extensions=4.15.0
7069
- tzdata=2025b
71-
- urllib3=2.5.0
72-
- zstandard=0.25.0
70+
- urllib3=2.6.1
7371
- zstd=1.5.7
7472
prefix: /home/servilla/miniconda3/envs/counter

requirements.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
1+
backports.zstd==1.2.0
12
Brotli==1.2.0
2-
certifi==2025.10.5
3-
cffi==2.0.0
3+
certifi==2025.11.12
44
charset-normalizer==3.4.4
5-
click==8.3.0
5+
click==8.3.1
66
colorama==0.4.6
77
daiquiri==3.0.0
8-
exceptiongroup==1.3.0
9-
greenlet==3.2.4
8+
exceptiongroup==1.3.1
9+
greenlet==3.3.0
1010
h2==4.3.0
1111
hpack==4.1.0
1212
hyperframe==6.1.0
1313
idna==3.11
1414
iniconfig==2.3.0
1515
lxml==6.0.2
1616
packaging==25.0
17-
pip==25.2
17+
pip==25.3
1818
pluggy==1.6.0
1919
psycopg2==2.9.10
20-
pycparser==2.22
2120
Pygments==2.19.2
2221
PySocks==1.7.1
23-
pytest==8.4.2
22+
pytest==9.0.2
2423
python-json-logger==2.0.7
2524
requests==2.32.5
2625
SQLAlchemy==1.4.54
2726
tomli==2.3.0
2827
typing_extensions==4.15.0
29-
urllib3==2.5.0
30-
zstandard==0.25.0
28+
urllib3==2.6.1

0 commit comments

Comments
 (0)