Skip to content

Commit

Permalink
deps: deps: loosen the requirement constraints on django and python
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed May 28, 2024
1 parent e0164b5 commit 76fb23b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ include = [{ path = "migrations/sql/*", format = ["sdist", "wheel"] }]
packages = [{ include = "task_processor"}]

[tool.poetry.dependencies]
python = "^3.10"
django = "^3.2.23"
python = ">=3.10,<4.0"
django = ">=3.2.23"
django-health-check = "~3.14.3"
backoff = "~2.2.1"
simplejson = "~3.19.1"
Expand All @@ -53,6 +53,7 @@ environs = "~9.2.0"
psycopg2-binary = "~2.9.5"

[tool.poetry.group.dev.dependencies]
django = ">=3.2.23"
pre-commit = "~3.0.4"
flake8 = "~6.0.0"
pytest-mock = "~3.10.0"
Expand Down

0 comments on commit 76fb23b

Please sign in to comment.