File tree Expand file tree Collapse file tree 10 files changed +255
-240
lines changed
dev/scripts/generate-fake-data Expand file tree Collapse file tree 10 files changed +255
-240
lines changed Original file line number Diff line number Diff line change 1- aiohttp == 3.10.11
1+ aiohttp == 3.12.14
22Faker == 16.4.0
33tqdm == 4.66.3
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ charset-normalizer==3.4.2
1818 # requests
1919distlib == 0.3.9
2020 # via virtualenv
21- django == 4.2.22
21+ django == 4.2.25
2222 # via
2323 # -c requirements.txt
2424 # django-stubs
@@ -36,6 +36,8 @@ djangorestframework-stubs==3.14.2
3636 # via
3737 # -r requirements-dev.in
3838 # django-filter-stubs
39+ exceptiongroup == 1.3.0
40+ # via pytest
3941execnet == 2.1.1
4042 # via pytest-xdist
4143factory-boy == 2.12.0
@@ -118,6 +120,12 @@ toml==0.10.2
118120 # via
119121 # -c requirements.txt
120122 # pre-commit
123+ tomli == 2.2.1
124+ # via
125+ # -c requirements.txt
126+ # django-stubs
127+ # mypy
128+ # pytest
121129types-beautifulsoup4 == 4.12.0.5
122130 # via -r requirements-dev.in
123131types-html5lib == 1.1.11.20250516
@@ -141,11 +149,13 @@ types-urllib3==1.26.25.14
141149typing-extensions == 4.14.0
142150 # via
143151 # -c requirements.txt
152+ # asgiref
144153 # celery-types
145154 # django-filter-stubs
146155 # django-stubs
147156 # django-stubs-ext
148157 # djangorestframework-stubs
158+ # exceptiongroup
149159 # mypy
150160 # pytest-factoryboy
151161tzdata == 2025.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ babel==2.12.1
22beautifulsoup4==4.12.2
33celery[redis]==5.3.6
44cryptography==44.0.1
5- django==4.2.22
5+ django==4.2.24
66django-add-default-value==0.10.0
77django-anymail[amazon-ses]==12.0
88django-cors-headers==3.7.0
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ apscheduler==3.6.3
88 # via python-telegram-bot
99asgiref == 3.8.1
1010 # via django
11+ async-timeout == 5.0.1
12+ # via redis
1113attrs == 25.3.0
1214 # via
1315 # jsonschema
@@ -75,7 +77,7 @@ deprecated==1.2.18
7577 # opentelemetry-api
7678 # opentelemetry-exporter-otlp-proto-grpc
7779 # opentelemetry-semantic-conventions
78- django == 4.2.22
80+ django == 4.2.25
7981 # via
8082 # -r requirements.in
8183 # django-add-default-value
@@ -446,6 +448,8 @@ sqlparse==0.5.3
446448 # django-silk
447449toml == 0.10.2
448450 # via django-migration-linter
451+ tomli == 2.2.1
452+ # via autopep8
449453tornado == 6.5.1
450454 # via python-telegram-bot
451455tqdm == 4.67.1
@@ -454,6 +458,7 @@ twilio==6.37.0
454458 # via -r requirements.in
455459typing-extensions == 4.14.0
456460 # via
461+ # asgiref
457462 # opentelemetry-sdk
458463 # pyopenssl
459464 # referencing
Original file line number Diff line number Diff line change 136136 "@dnd-kit/utilities" : " ^3.2.1" ,
137137 "@emotion/css" : " 11.10.6" ,
138138 "@grafana/data" : " ^11.1.3" ,
139- "@grafana/faro-web-sdk" : " ^1.4.2 " ,
140- "@grafana/faro-web-tracing" : " ^1.4.2 " ,
139+ "@grafana/faro-web-sdk" : " ^1.19.0 " ,
140+ "@grafana/faro-web-tracing" : " ^1.19.0 " ,
141141 "@grafana/labels" : " ^1.6.6" ,
142142 "@grafana/runtime" : " ^11.1.3" ,
143143 "@grafana/scenes" : " ^1.28.0" ,
You can’t perform that action at this time.
0 commit comments