Skip to content

Commit

Permalink
Further updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Apr 19, 2023
1 parent 58a4093 commit 32b0b12
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.8.1"
django = ">=4.0,<=4.2"
rjsmin = "^1.1.0"

[tool.poetry.dev-dependencies]
black = "^23.3.0"
coverage = {extras = ["toml"], version = "^6.3"}
django-multiselectfield = "^0.1.12"
dukpy = "^0.2.3"
flake8 = "^3.8.4"
flake8-bugbear = "^20.11.1"
flake8-comprehensions = "^3.3.1"
flake8-no-types = "^1.1.1"
flake8-tidy-imports = "^4.2.1"
isort = "^5.6.4"
dukpy = "^0.3.0"
flake8 = "^6.0.0"
flake8-bugbear = "^23.3.23"
flake8-comprehensions = "^3.12.0"
flake8-no-types = "^1.5.1"
flake8-tidy-imports = "^4.8.0"
isort = "^5.12.0"
dj-inmemorystorage = "^2.1.0"

[tool.black]
Expand Down

0 comments on commit 32b0b12

Please sign in to comment.