Skip to content

Commit

Permalink
fixed some issues with pyproject.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jan 3, 2024
2 parents 6e50164 + 6424adf commit e7261e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
31 changes: 13 additions & 18 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extend_exclude = "core/migrations/.*" # see tool.isort.skip

[tool.poetry]
name = "metropolis"
version = "1.1.0"
version = "1.2.0"
description = "William Lyon Mackenzie's online hub for announcements, calendar events, clubs, and timetables"
license = "AGPLv3"
authors = ["nyiyui <[email protected]>", "Jason Cameron <[email protected]>"]
Expand All @@ -18,7 +18,7 @@ documentation = "https://docs.maclyonsden.com"


[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
asgiref = "3.7.2"
bleach = "4.1.0"
certifi = "2023.7.22"
Expand All @@ -27,7 +27,7 @@ charset-normalizer = "*"
cryptography = "41.0.6"
defusedxml = "0.7.1"
Deprecated = "1.2.13"
Django = "4.1.13"
Django = "5.0"
django-allauth = "0.58.1"
django-appconf = "1.0.5"
django-cors-headers = "3.10.0"
Expand Down

0 comments on commit e7261e0

Please sign in to comment.