Skip to content

Commit

Permalink
chore(release): bump to FF 123 (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
vringar authored Feb 21, 2024
1 parent 7b8cf99 commit f74e79f
Show file tree
Hide file tree
Showing 8 changed files with 3,277 additions and 3,213 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.28.0 - 2024-02-21

Bump to Firefox 123

## v0.27.0 - 2024-02-07

Bump to Firefox 122
Expand Down
365 changes: 204 additions & 161 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.27.0
0.28.0
16 changes: 8 additions & 8 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- main
dependencies:
- beautifulsoup4=4.12.3
- black=24.1.1
- black=24.2.0
- click=8.1.7
- codecov=2.1.13
- dill=0.3.8
Expand All @@ -20,19 +20,19 @@ dependencies:
- pillow=10.2.0
- pip=24.0
- plyvel=1.5.1
- pre-commit=3.6.0
- pre-commit=3.6.2
- psutil=5.9.8
- pyarrow=15.0.0
- pytest-asyncio=0.23.4
- pytest-asyncio=0.23.5
- pytest-cov=4.1.0
- pytest=7.4.4
- python=3.12.1
- pytest=8.0.1
- python=3.12.2
- pyvirtualdisplay=2.2
- recommonmark=0.7.1
- redis-py=5.0.1
- s3fs=2024.2.0
- selenium=4.17.2
- sentry-sdk=1.40.1
- selenium=4.18.1
- sentry-sdk=1.40.5
- sphinx-markdown-tables=0.0.17
- sphinx=7.2.6
- tabulate=0.9.0
Expand All @@ -44,6 +44,6 @@ dependencies:
- jsonschema==4.21.1
- tranco==0.7.1
- types-pyyaml==6.0.12.12
- types-redis==4.6.0.20240106
- types-redis==4.6.0.20240218
- types-tabulate==0.9.0.20240106
name: openwpm
Loading

0 comments on commit f74e79f

Please sign in to comment.