Skip to content

Commit ffd8f06

Browse files
committed
Summary: Update environment for urllib3.
1 parent bf7eacc commit ffd8f06

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

environment.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ channels:
55
dependencies:
66
- _libgcc_mutex=0.1
77
- _openmp_mutex=4.5
8-
- backports.zstd=1.2.0
8+
- backports.zstd=1.3.0
99
- brotli-python=1.2.0
1010
- bzip2=1.0.8
11-
- ca-certificates=2025.11.12
12-
- certifi=2025.11.12
11+
- ca-certificates=2026.1.4
12+
- certifi=2026.1.4
1313
- charset-normalizer=3.4.4
1414
- click=8.3.1
1515
- colorama=0.4.6
@@ -20,7 +20,7 @@ dependencies:
2020
- h2=4.3.0
2121
- hpack=4.1.0
2222
- hyperframe=6.1.0
23-
- icu=75.1
23+
- icu=78.2
2424
- idna=3.11
2525
- iniconfig=2.3.0
2626
- keyutils=1.6.3
@@ -37,10 +37,10 @@ dependencies:
3737
- libmpdec=4.0.0
3838
- libntlm=1.8
3939
- libpq=18.1
40-
- libsqlite=3.51.1
40+
- libsqlite=3.51.2
4141
- libstdcxx=15.2.0
4242
- libstdcxx-ng=15.2.0
43-
- libuuid=2.41.2
43+
- libuuid=2.41.3
4444
- libxcrypt=4.4.36
4545
- libxml2=2.15.1
4646
- libxml2-16=2.15.1
@@ -53,20 +53,20 @@ dependencies:
5353
- packaging=25.0
5454
- pip=25.3
5555
- pluggy=1.6.0
56-
- psycopg2=2.9.10
56+
- psycopg2=2.9.11
5757
- pygments=2.19.2
5858
- pysocks=1.7.1
5959
- pytest=9.0.2
6060
- python=3.13.11
6161
- python-json-logger=2.0.7
6262
- python_abi=3.13
63-
- readline=8.2
63+
- readline=8.3
6464
- requests=2.32.5
6565
- sqlalchemy=1.4.54
6666
- tk=8.6.13
67-
- tomli=2.3.0
67+
- tomli=2.4.0
6868
- typing_extensions=4.15.0
69-
- tzdata=2025b
70-
- urllib3=2.6.1
69+
- tzdata=2025c
70+
- urllib3=2.6.3
7171
- zstd=1.5.7
7272
prefix: /home/servilla/miniconda3/envs/counter

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
backports.zstd==1.2.0
1+
backports.zstd==1.3.0
22
Brotli==1.2.0
3-
certifi==2025.11.12
3+
certifi==2026.1.4
44
charset-normalizer==3.4.4
55
click==8.3.1
66
colorama==0.4.6
@@ -16,13 +16,13 @@ lxml==6.0.2
1616
packaging==25.0
1717
pip==25.3
1818
pluggy==1.6.0
19-
psycopg2==2.9.10
19+
psycopg2==2.9.11
2020
Pygments==2.19.2
2121
PySocks==1.7.1
2222
pytest==9.0.2
2323
python-json-logger==2.0.7
2424
requests==2.32.5
2525
SQLAlchemy==1.4.54
26-
tomli==2.3.0
26+
tomli==2.4.0
2727
typing_extensions==4.15.0
28-
urllib3==2.6.1
28+
urllib3==2.6.3

0 commit comments

Comments
 (0)