File tree Expand file tree Collapse file tree 5 files changed +29
-1
lines changed
Expand file tree Collapse file tree 5 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ attrs==25.3.0
3434 # -r requirements/base.txt
3535 # -r requirements/type-checking.txt
3636 # glom
37+ # hypothesis
3738 # jsonschema
3839 # referencing
3940babel==2.17.0
@@ -297,6 +298,10 @@ glom==24.11.0
297298 # -r requirements/base.txt
298299 # -r requirements/type-checking.txt
299300 # mozilla-django-oidc-db
301+ hypothesis==6.138.13
302+ # via
303+ # -r requirements/test-tools.in
304+ # -r requirements/type-checking.txt
300305idna==3.10
301306 # via
302307 # -c requirements/base.txt
@@ -558,6 +563,10 @@ six==1.17.0
558563 # python-dateutil
559564snowballstemmer==2.2.0
560565 # via sphinx
566+ sortedcontainers==2.4.0
567+ # via
568+ # -r requirements/type-checking.txt
569+ # hypothesis
561570soupsieve==2.6
562571 # via beautifulsoup4
563572sphinx==8.2.3
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ attrs==25.3.0
4242 # -r requirements/ci.txt
4343 # -r requirements/type-checking.txt
4444 # glom
45+ # hypothesis
4546 # jsonschema
4647 # referencing
4748babel==2.17.0
@@ -374,6 +375,11 @@ httpx==0.28.1
374375 # -r requirements/dev.in
375376 # bump-my-version
376377 # datamodel-code-generator
378+ hypothesis==6.138.13
379+ # via
380+ # -c requirements/ci.txt
381+ # -r requirements/ci.txt
382+ # -r requirements/type-checking.txt
377383idna==3.10
378384 # via
379385 # -c requirements/ci.txt
@@ -716,6 +722,12 @@ snowballstemmer==2.2.0
716722 # -c requirements/ci.txt
717723 # -r requirements/ci.txt
718724 # sphinx
725+ sortedcontainers==2.4.0
726+ # via
727+ # -c requirements/ci.txt
728+ # -r requirements/ci.txt
729+ # -r requirements/type-checking.txt
730+ # hypothesis
719731soupsieve==2.6
720732 # via
721733 # -c requirements/ci.txt
Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ django-webtest
88factory-boy
99freezegun
1010pyquery # integrates with webtest
11- requests-mock
11+ requests-mock # required by zgw_consumers.test.factories
1212tblib
1313maykin-common[vcr]
14+ hypothesis
1415
1516# For documentation
1617pytest
Original file line number Diff line number Diff line change 22
33django-stubs
44djangorestframework-stubs
5+ hypothesis
56maykin-common[vcr]
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ attrs==25.3.0
2222 # via
2323 # -r requirements/base.txt
2424 # glom
25+ # hypothesis
2526 # jsonschema
2627 # referencing
2728boltons==25.0.0
@@ -185,6 +186,8 @@ glom==24.11.0
185186 # via
186187 # -r requirements/base.txt
187188 # mozilla-django-oidc-db
189+ hypothesis==6.138.13
190+ # via -r requirements/type-checking.in
188191idna==3.10
189192 # via
190193 # -r requirements/base.txt
@@ -332,6 +335,8 @@ six==1.17.0
332335 # furl
333336 # orderedmultidict
334337 # python-dateutil
338+ sortedcontainers==2.4.0
339+ # via hypothesis
335340sqlparse==0.5.3
336341 # via
337342 # -r requirements/base.txt
You can’t perform that action at this time.
0 commit comments