Skip to content

Commit

Permalink
fix(deps): loosen Python dependency version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Aug 18, 2023
1 parent d5c43ce commit 56cf49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Birger Schacht <birger.schacht@oeaw.ac.at>"]
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.11, <3.12"
python = "^3.11"
sentry-sdk = "^1.26.0"
dj-database-url = "^2.0.0"
django-allow-cidr = "^0.6.0"
Expand Down

0 comments on commit 56cf49f

Please sign in to comment.