Skip to content

Commit f74e79f

Browse files
authored
chore(release): bump to FF 123 (#1086)
1 parent 7b8cf99 commit f74e79f

File tree

8 files changed

+3277
-3213
lines changed

8 files changed

+3277
-3213
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 24.1.1
7+
rev: 24.2.0
88
hooks:
99
- id: black
1010
language_version: python3

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.28.0 - 2024-02-21
4+
5+
Bump to Firefox 123
6+
37
## v0.27.0 - 2024-02-07
48

59
Bump to Firefox 122

Extension/package-lock.json

Lines changed: 204 additions & 161 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.27.0
1+
0.28.0

environment.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- main
44
dependencies:
55
- beautifulsoup4=4.12.3
6-
- black=24.1.1
6+
- black=24.2.0
77
- click=8.1.7
88
- codecov=2.1.13
99
- dill=0.3.8
@@ -20,19 +20,19 @@ dependencies:
2020
- pillow=10.2.0
2121
- pip=24.0
2222
- plyvel=1.5.1
23-
- pre-commit=3.6.0
23+
- pre-commit=3.6.2
2424
- psutil=5.9.8
2525
- pyarrow=15.0.0
26-
- pytest-asyncio=0.23.4
26+
- pytest-asyncio=0.23.5
2727
- pytest-cov=4.1.0
28-
- pytest=7.4.4
29-
- python=3.12.1
28+
- pytest=8.0.1
29+
- python=3.12.2
3030
- pyvirtualdisplay=2.2
3131
- recommonmark=0.7.1
3232
- redis-py=5.0.1
3333
- s3fs=2024.2.0
34-
- selenium=4.17.2
35-
- sentry-sdk=1.40.1
34+
- selenium=4.18.1
35+
- sentry-sdk=1.40.5
3636
- sphinx-markdown-tables=0.0.17
3737
- sphinx=7.2.6
3838
- tabulate=0.9.0
@@ -44,6 +44,6 @@ dependencies:
4444
- jsonschema==4.21.1
4545
- tranco==0.7.1
4646
- types-pyyaml==6.0.12.12
47-
- types-redis==4.6.0.20240106
47+
- types-redis==4.6.0.20240218
4848
- types-tabulate==0.9.0.20240106
4949
name: openwpm

0 commit comments

Comments
 (0)