Skip to content

Commit 9ea92b1

Browse files
Paulo Almeidavringar
authored andcommitted
Update to Firefox 128
1 parent 566d03b commit 9ea92b1

7 files changed

Lines changed: 3868 additions & 1933 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.29.0 - 2024-07-12
4+
5+
Bump to Firefox 128
6+
37
## v0.28.0 - 2024-02-21
48

59
Bump to Firefox 123

Extension/package-lock.json

Lines changed: 2578 additions & 1597 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.28.0
1+
0.29.0

environment.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,47 @@ channels:
33
- main
44
dependencies:
55
- beautifulsoup4=4.12.3
6-
- black=24.2.0
6+
- black=24.4.2
77
- click=8.1.7
88
- codecov=2.1.13
99
- dill=0.3.8
1010
- easyprocess=1.1
11-
- gcsfs=2024.2.0
11+
- gcsfs=2024.6.1
1212
- geckodriver=0.34.0
13-
- ipython=8.21.0
13+
- ipython=8.26.0
1414
- isort=5.13.2
1515
- leveldb=1.23
1616
- multiprocess=0.70.16
17-
- mypy=1.8.0
18-
- nodejs=20.9.0
19-
- pandas=2.2.0
20-
- pillow=10.2.0
17+
- mypy=1.10.1
18+
- nodejs=22.4.0
19+
- pandas=2.2.2
20+
- pillow=10.4.0
2121
- pip=24.0
2222
- plyvel=1.5.1
23-
- pre-commit=3.6.2
24-
- psutil=5.9.8
25-
- pyarrow=15.0.0
26-
- pytest-asyncio=0.23.5
27-
- pytest-cov=4.1.0
28-
- pytest=8.0.1
29-
- python=3.12.2
30-
- pyvirtualdisplay=2.2
23+
- pre-commit=3.7.1
24+
- psutil=6.0.0
25+
- pyarrow=16.1.0
26+
- pytest-asyncio=0.23.7
27+
- pytest-cov=5.0.0
28+
- pytest=8.2.2
29+
- python=3.11.9
30+
- pyvirtualdisplay=3.0
3131
- recommonmark=0.7.1
32-
- redis-py=5.0.1
33-
- s3fs=2024.2.0
34-
- selenium=4.18.1
35-
- sentry-sdk=1.40.5
32+
- redis-py=5.0.7
33+
- s3fs=2024.6.1
34+
- selenium=4.22.0
35+
- sentry-sdk=2.9.0
3636
- sphinx-markdown-tables=0.0.17
37-
- sphinx=7.2.6
37+
- sphinx=7.3.7
3838
- tabulate=0.9.0
3939
- tblib=3.0.0
40-
- wget=1.20.3
40+
- wget=1.21.4
4141
- pip:
42-
- dataclasses-json==0.6.4
42+
- dataclasses-json==0.6.7
4343
- domain-utils==0.7.1
44-
- jsonschema==4.21.1
45-
- tranco==0.7.1
46-
- types-pyyaml==6.0.12.12
47-
- types-redis==4.6.0.20240218
44+
- jsonschema==4.23.0
45+
- tranco==0.8.1
46+
- types-pyyaml==6.0.12.20240311
47+
- types-redis==4.6.0.20240425
4848
- types-tabulate==0.9.0.20240106
4949
name: openwpm

0 commit comments

Comments
 (0)