Skip to content

Commit 336e61a

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

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

environment.yml

Lines changed: 3 additions & 5 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
67
- blinker=1.9.0
78
- brotli-python=1.2.0
89
- bzip2=1.0.8
910
- ca-certificates=2025.11.12
1011
- certifi=2025.11.12
11-
- cffi=2.0.0
1212
- charset-normalizer=3.4.4
1313
- click=8.3.1
1414
- colorama=0.4.6
@@ -43,10 +43,9 @@ dependencies:
4343
- pcre2=10.47
4444
- pip=25.3
4545
- pluggy=1.6.0
46-
- pycparser=2.22
4746
- pygments=2.19.2
4847
- pysocks=1.7.1
49-
- pytest=9.0.1
48+
- pytest=9.0.2
5049
- python=3.12.12
5150
- python-json-logger=2.0.7
5251
- python_abi=3.12
@@ -57,13 +56,12 @@ dependencies:
5756
- tomli=2.3.0
5857
- typing_extensions=4.15.0
5958
- tzdata=2025b
60-
- urllib3=2.5.0
59+
- urllib3=2.6.1
6160
- uwsgi=2.0.31
6261
- werkzeug=3.1.4
6362
- wheel=0.45.1
6463
- yaml=0.2.5
6564
- zipp=3.23.0
66-
- zstandard=0.25.0
6765
- zstd=1.5.7
6866
- pip:
6967
- html5lib==1.1

requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
backports.zstd==1.2.0
12
blinker==1.9.0
23
Brotli==1.2.0
34
certifi==2025.11.12
4-
cffi==2.0.0
55
charset-normalizer==3.4.4
66
click==8.3.1
77
colorama==0.4.6
@@ -24,12 +24,11 @@ packaging==25.0
2424
pip==25.3
2525
pluggy==1.6.0
2626
prettytable==3.17.0
27-
pycparser==2.22
2827
Pygments==2.19.2
2928
pyparsing==3.2.5
3029
pyshacl==0.26.0
3130
PySocks==1.7.1
32-
pytest==9.0.1
31+
pytest==9.0.2
3332
python-json-logger==2.0.7
3433
rdflib==7.5.0
3534
requests==2.32.5
@@ -38,11 +37,10 @@ six==1.17.0
3837
soso==0.4.0
3938
tomli==2.3.0
4039
typing_extensions==4.15.0
41-
urllib3==2.5.0
40+
urllib3==2.6.1
4241
uWSGI==2.0.31
4342
wcwidth==0.2.14
4443
webencodings==0.5.1
4544
Werkzeug==3.1.4
4645
wheel==0.45.1
4746
zipp==3.23.0
48-
zstandard==0.25.0

0 commit comments

Comments
 (0)