Skip to content

Commit eef9c7a

Browse files
committed
Update environment
Update environment to address CVEs raised by GitHub Dependabot
1 parent 336e61a commit eef9c7a

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

environment.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- backports.zstd=1.2.0
6+
- backports.zstd=1.3.0
77
- blinker=1.9.0
88
- brotli-python=1.2.0
99
- bzip2=1.0.8
10-
- ca-certificates=2025.11.12
11-
- certifi=2025.11.12
10+
- ca-certificates=2026.1.4
11+
- certifi=2026.1.4
1212
- charset-normalizer=3.4.4
1313
- click=8.3.1
1414
- colorama=0.4.6
@@ -18,19 +18,19 @@ dependencies:
1818
- h2=4.3.0
1919
- hpack=4.1.0
2020
- hyperframe=6.1.0
21-
- icu=75.1
21+
- icu=78.2
2222
- idna=3.11
2323
- importlib-metadata=8.7.0
2424
- iniconfig=2.3.0
2525
- itsdangerous=2.2.0
2626
- jansson=2.14.1
2727
- jinja2=3.1.6
28-
- libcxx=21.1.7
28+
- libcxx=21.1.8
2929
- libexpat=2.7.3
3030
- libffi=3.5.2
3131
- libiconv=1.18
32-
- liblzma=5.8.1
33-
- libsqlite=3.51.1
32+
- liblzma=5.8.2
33+
- libsqlite=3.51.2
3434
- libxcrypt=4.4.36
3535
- libxml2=2.15.1
3636
- libxml2-16=2.15.1
@@ -39,7 +39,7 @@ dependencies:
3939
- markupsafe=3.0.3
4040
- ncurses=6.5
4141
- openssl=3.6.0
42-
- packaging=25.0
42+
- packaging=26.0
4343
- pcre2=10.47
4444
- pip=25.3
4545
- pluggy=1.6.0
@@ -49,17 +49,17 @@ dependencies:
4949
- python=3.12.12
5050
- python-json-logger=2.0.7
5151
- python_abi=3.12
52-
- readline=8.2
52+
- readline=8.3
5353
- requests=2.32.5
54-
- setuptools=80.9.0
54+
- setuptools=80.10.1
5555
- tk=8.6.13
56-
- tomli=2.3.0
56+
- tomli=2.4.0
5757
- typing_extensions=4.15.0
58-
- tzdata=2025b
59-
- urllib3=2.6.1
58+
- tzdata=2025c
59+
- urllib3=2.6.3
6060
- uwsgi=2.0.31
61-
- werkzeug=3.1.4
62-
- wheel=0.45.1
61+
- werkzeug=3.1.5
62+
- wheel=0.46.2
6363
- yaml=0.2.5
6464
- zipp=3.23.0
6565
- zstd=1.5.7
@@ -68,11 +68,11 @@ dependencies:
6868
- lxml==5.4.0
6969
- owlrl==6.0.2
7070
- prettytable==3.17.0
71-
- pyparsing==3.2.5
71+
- pyparsing==3.3.2
7272
- pyshacl==0.26.0
7373
- rdflib==7.5.0
7474
- six==1.17.0
7575
- soso==0.4.0
76-
- wcwidth==0.2.14
76+
- wcwidth==0.3.0
7777
- webencodings==0.5.1
7878
prefix: /opt/miniconda3/envs/seo

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
backports.zstd==1.2.0
1+
backports.zstd==1.3.0
22
blinker==1.9.0
33
Brotli==1.2.0
4-
certifi==2025.11.12
4+
certifi==2026.1.4
55
charset-normalizer==3.4.4
66
click==8.3.1
77
colorama==0.4.6
@@ -20,27 +20,27 @@ Jinja2==3.1.6
2020
lxml==5.4.0
2121
MarkupSafe==3.0.3
2222
owlrl==6.0.2
23-
packaging==25.0
23+
packaging==26.0
2424
pip==25.3
2525
pluggy==1.6.0
2626
prettytable==3.17.0
2727
Pygments==2.19.2
28-
pyparsing==3.2.5
28+
pyparsing==3.3.2
2929
pyshacl==0.26.0
3030
PySocks==1.7.1
3131
pytest==9.0.2
3232
python-json-logger==2.0.7
3333
rdflib==7.5.0
3434
requests==2.32.5
35-
setuptools==80.9.0
35+
setuptools==80.10.1
3636
six==1.17.0
3737
soso==0.4.0
38-
tomli==2.3.0
38+
tomli==2.4.0
3939
typing_extensions==4.15.0
40-
urllib3==2.6.1
40+
urllib3==2.6.3
4141
uWSGI==2.0.31
42-
wcwidth==0.2.14
42+
wcwidth==0.3.0
4343
webencodings==0.5.1
44-
Werkzeug==3.1.4
45-
wheel==0.45.1
44+
Werkzeug==3.1.5
45+
wheel==0.46.2
4646
zipp==3.23.0

0 commit comments

Comments
 (0)