This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11aiodataloader
2- ariadne
3- ariadne_django
2+ ariadne==0.23
3+ ariadne_django==0.3.0
44celery>=5.3.6
55cerberus
66ddtrace
@@ -49,6 +49,7 @@ sentry-sdk>=2.13.0
4949sentry-sdk[celery]
5050setproctitle
5151simplejson
52+ starlette==0.40.0
5253stripe>=9.6.0
5354urllib3>=1.26.19
5455vcrpy
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ anyio==3.6.1
1818 # starlette
1919appdirs == 1.4.4
2020 # via virtualenv
21- ariadne == 0.19.1
21+ ariadne == 0.23.0
2222 # via
2323 # -r requirements.in
2424 # ariadne-django
25- ariadne-django == 0.2 .0
25+ ariadne-django == 0.3 .0
2626 # via -r requirements.in
2727asgiref == 3.6.0
2828 # via django
@@ -177,7 +177,6 @@ freezegun==1.1.0
177177 # via -r requirements.in
178178google-api-core [grpc ]== 2.11.1
179179 # via
180- # google-api-core
181180 # google-cloud-core
182181 # google-cloud-pubsub
183182 # google-cloud-storage
@@ -409,9 +408,7 @@ requests==2.32.3
409408 # shared
410409 # stripe
411410rfc3986 [idna2008 ]== 1.4.0
412- # via
413- # httpx
414- # rfc3986
411+ # via httpx
415412rsa == 4.7.2
416413 # via google-auth
417414s3transfer == 0.5.0
@@ -450,8 +447,10 @@ sqlparse==0.5.0
450447 # via
451448 # ddtrace
452449 # django
453- starlette == 0.36.2
454- # via ariadne
450+ starlette == 0.40.0
451+ # via
452+ # -r requirements.in
453+ # ariadne
455454stripe == 9.6.0
456455 # via -r requirements.in
457456text-unidecode == 1.3
You can’t perform that action at this time.
0 commit comments