Skip to content
Snippets Groups Projects
Commit e633d6eb authored by Martin Juhás's avatar Martin Juhás
Browse files

dev: update all dependencies

No API changes

Closes #254
parent 2274ec53
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -6,25 +6,25 @@ authors = ["Michal Urban <485429@mail.muni.cz>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "~3.8.0"
django = "~3.2.17"
djangorestframework = "==3.13.1"
graphene-django = "~2.15.0"
django-cors-headers = "==3.11.0"
django-channels-graphql-ws = "~0.9.1"
yamlize = "~0.7.1"
python = "^3.8"
django = "^3.2.17"
djangorestframework = "^3.13.1"
graphene-django = "^2.15.0"
django-cors-headers = "^3.11.0"
django-channels-graphql-ws = "^0.9.1"
yamlize = "^0.7.1"
django-nose = "^1.4.7"
coverage = "^7.2.7"
markdown = "==3.5"
gunicorn = "==21.2.0"
uvicorn = {extras = ["standard"], version = "==0.24.0.post1"}
psycopg2-binary = "==2.9.9"
markdown = "^3.5"
gunicorn = "^21.2.0"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
psycopg2-binary = "^2.9.9"
[tool.poetry.group.dev.dependencies]
mypy = "~1.4"
mypy = "^1.4"
black = "^23.9.1"
types-markdown = "==3.5.0.0"
locust = "==2.18.3"
types-markdown = "^3.5.0.0"
locust = "^2.18.3"
# Mypy configuration
[tool.mypy]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment