Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Firefox 128 #1095

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.29.0 - 2024-07-12

Bump to Firefox 128

## v0.28.0 - 2024-02-21

Bump to Firefox 123
Expand Down
4,175 changes: 2,578 additions & 1,597 deletions Extension/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.0
0.29.0
52 changes: 26 additions & 26 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,47 @@ channels:
- main
dependencies:
- beautifulsoup4=4.12.3
- black=24.2.0
- black=24.4.2
- click=8.1.7
- codecov=2.1.13
- dill=0.3.8
- easyprocess=1.1
- gcsfs=2024.2.0
- gcsfs=2024.6.1
- geckodriver=0.34.0
- ipython=8.21.0
- ipython=8.26.0
- isort=5.13.2
- leveldb=1.23
- multiprocess=0.70.16
- mypy=1.8.0
- nodejs=20.9.0
- pandas=2.2.0
- pillow=10.2.0
- mypy=1.10.1
- nodejs=22.4.0
- pandas=2.2.2
- pillow=10.4.0
- pip=24.0
- plyvel=1.5.1
- pre-commit=3.6.2
- psutil=5.9.8
- pyarrow=15.0.0
- pytest-asyncio=0.23.5
- pytest-cov=4.1.0
- pytest=8.0.1
- python=3.12.2
- pyvirtualdisplay=2.2
- pre-commit=3.7.1
- psutil=6.0.0
- pyarrow=16.1.0
- pytest-asyncio=0.23.7
- pytest-cov=5.0.0
- pytest=8.2.2
- python=3.11.9
- pyvirtualdisplay=3.0
- recommonmark=0.7.1
- redis-py=5.0.1
- s3fs=2024.2.0
- selenium=4.18.1
- sentry-sdk=1.40.5
- redis-py=5.0.7
- s3fs=2024.6.1
- selenium=4.22.0
- sentry-sdk=2.9.0
- sphinx-markdown-tables=0.0.17
- sphinx=7.2.6
- sphinx=7.3.7
- tabulate=0.9.0
- tblib=3.0.0
- wget=1.20.3
- wget=1.21.4
- pip:
- dataclasses-json==0.6.4
- dataclasses-json==0.6.7
- domain-utils==0.7.1
- jsonschema==4.21.1
- tranco==0.7.1
- types-pyyaml==6.0.12.12
- types-redis==4.6.0.20240218
- jsonschema==4.23.0
- tranco==0.8.1
- types-pyyaml==6.0.12.20240311
- types-redis==4.6.0.20240425
- types-tabulate==0.9.0.20240106
name: openwpm
Loading
Loading