Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Aug 26, 2024
1 parent 0dacd5f commit 78fb189
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,36 @@
[tool.poetry]
name = "evap"
version = "0.1.0"
description = ""
authors = ["Sébastien Eustace <[email protected]>"]
version = "2024-07-08-dev"
readme = "README.md"
packages = [{include = "evap"}]

[tool.poetry.dependencies]
python = "^3.10"
django-extensions = "^3.2.3"
django-fsm = "^2.8.1"
django = "^5.0"
django-fsm = "^2.8.2"
Django = "^5.0.0"
mozilla-django-oidc = "^4.0.1"
openpyxl = "^3.1.2"
openpyxl = "^3.1.5"
psycopg2-binary = "^2.9.9"
redis = "^5.0.3"
redis = "^5.0.8"
xlwt = "^1.3.0"

[tool.poetry.group.dev.dependencies]
black = "^24.4.0"
black = "^24.8.0"
coverage = { version = "*", extras = ["toml"] }
django-debug-toolbar = "^4.0"
django-stubs = "4.2.6"
django-stubs = "5.0.4"
django-webtest = "^1.9.10"
isort = "^5.13.1"
model-bakery = "^1.17.0"
mypy = "^1.9.0"
model-bakery = "^1.19.5"
mypy = "^1.11.0"
openpyxl-stubs = "^0.1.25"
pylint-django = "^2.5.4"
pylint = "^3.1.0"
ruff = "^0.3.7"
pylint = "^3.2.3"
ruff = "^0.6.2"
tblib = "^3.0.0"
xlrd = "^2.0.1"
typeguard = "^4.2.1"
typeguard = "^4.3.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 78fb189

Please sign in to comment.