diff --git a/apps/swh-graphql/requirements-frozen.txt b/apps/swh-graphql/requirements-frozen.txt index 29c9a88..2cc937a 100644 --- a/apps/swh-graphql/requirements-frozen.txt +++ b/apps/swh-graphql/requirements-frozen.txt @@ -1,98 +1,99 @@ aiohttp==3.8.1 aiohttp-utils==3.1.1 aiosignal==1.2.0 amqp==5.1.1 anyio==3.6.1 ariadne==0.16.0 asgiref==3.5.2 async-timeout==4.0.2 attrs==22.1.0 attrs-strict==1.0.0 billiard==3.6.4.0 blinker==1.5 cachetools==5.2.0 cassandra-driver==3.25.0 celery==5.2.7 certifi==2022.6.15.1 cffi==1.15.1 charset-normalizer==2.1.1 click==8.1.3 click-didyoumean==0.3.0 click-plugins==1.1.1 click-repl==0.2.0 confluent-kafka==1.9.2 Deprecated==1.2.13 elasticsearch==7.17.6 exceptiongroup==1.0.0rc9 Flask==2.2.2 frozendict==2.3.4 frozenlist==1.3.1 geomet==0.2.1.post1 graphql-core==3.2.1 gunicorn==20.1.0 h11==0.13.0 humanize==4.3.0 hypothesis==6.54.5 idna==3.3 importlib-metadata==4.12.0 iniconfig==1.1.1 iso8601==1.0.2 isodate==0.6.1 itsdangerous==2.1.2 Jinja2==3.1.2 kombu==5.2.4 lxml==4.9.1 MarkupSafe==2.1.1 mirakuru==2.4.2 msgpack==1.0.4 multidict==6.0.2 mypy-extensions==0.4.3 packaging==21.3 pika==1.3.0 pluggy==1.0.0 port-for==0.6.2 prompt-toolkit==3.0.31 psutil==5.9.2 psycopg2==2.9.3 py==1.11.0 pycparser==2.21 PyLD==2.0.3 pyparsing==3.0.9 pytest==7.1.3 pytest-postgresql==3.1.3 python-dateutil==2.8.2 python-magic==0.4.27 python-mimeparse==1.6.0 pytz==2022.2.1 PyYAML==6.0 rdflib==6.2.0 redis==4.3.4 requests==2.28.1 sentry-sdk==1.9.8 six==1.16.0 sniffio==1.3.0 sortedcontainers==2.4.0 starlette==0.20.4 swh.core==2.14.1 swh.counters==0.9.1 -swh.graphql==0.0.4 +swh.graphql==0.0.5 swh.indexer==2.6.0 swh.journal==1.1.0 swh.model==6.4.1 swh.objstorage==2.0.1 swh.perfecthash==0.1.2 swh.scheduler==1.2.1 swh.search==0.16.0 swh.storage==1.6.0 tenacity==8.0.1 tomli==2.0.1 tree-sitter==0.20.1 typing_extensions==4.3.0 urllib3==1.26.12 +uvicorn==0.18.3 vine==5.0.0 wcwidth==0.2.5 Werkzeug==2.2.2 wrapt==1.14.1 xmltodict==0.13.0 yarl==1.8.1 zipp==3.8.1 diff --git a/apps/swh-graphql/requirements.txt b/apps/swh-graphql/requirements.txt index d3c7798..6b31dd7 100644 --- a/apps/swh-graphql/requirements.txt +++ b/apps/swh-graphql/requirements.txt @@ -1,8 +1,8 @@ ariadne asgiref click graphql-core h11 starlette typing-extensions -swh-graphql==0.0.4 +swh-graphql==0.0.5