Skip to content

Commit bfd246b

Browse files
Update django
Update poetry.lock Add
1 parent ea1eb1e commit bfd246b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

backend/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ license = "AGPL-3.0-only"
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.12,<3.13"
12-
django = {version = '>=5.0b1', extras = ['argon2']}
12+
django = {version = '>=5.1', extras = ['argon2']}
1313
# First Party ( Redis )
1414
# redis = {extras = ['hiredis'], version = ">=4.5.4"}
1515
# https://github.com/redis/hiredis-py/issues/172
1616
redis = ">=4.5.4"
1717
# First party ( Image )
1818
pillow = ">=10.1.0"
1919
# First Party ( Database )
20-
psycopg = {extras = ["binary"], version = ">=3.1.12"}
20+
psycopg = {extras=['binary'], version = ">=3.1.12"}
2121
# Database Integrations
22-
django-ltree-2 = "^0.1.8"
22+
django-ltree-2 = "^0.1.6"
2323
# 3rd Party ( Rate Limit )
2424
django-ratelimit = ">=4.1.0"
2525
# 3rd Party ( Files )
@@ -51,7 +51,7 @@ uvicorn = {extras = ["standard"], version = ">=0.21.1"}
5151
django-stubs-ext = "*"
5252
# ===================================================
5353
# Color Grabber
54-
modern_colorthief = "^0.1.6"
54+
modern_colorthief = "^0.1.2"
5555
# Parsers
5656
selectolax = ">=0.3.17"
5757
python-dateutil = ">=2.8.2"
@@ -75,7 +75,7 @@ django-vite = "^3.0.4"
7575
# https://github.com/adamchainz/django-watchfiles/issues/12
7676
# django-watchfiles = "*"
7777
# Django
78-
django-browser-reload = "^1.15.0"
78+
django-browser-reload = "^1.12.1"
7979
django_debug_toolbar = "*"
8080
django_dbbackup = "*"
8181
django_cprofile_middleware = "*"
@@ -90,13 +90,13 @@ djangorestframework-stubs = {extras = ["compatible-mypy","markdown"], version =
9090
django-filter-stubs = "^0.1.3"
9191
# Types
9292
types_redis = "*"
93-
types-requests = "^2.32.0.20240712"
94-
types-markdown = "^3.7.0.20240822"
95-
types-pyyaml = "^6.0.12.20240808"
96-
types-python-dateutil = "^2.9.0.20240821"
93+
types-requests = "^2.31.0.20240406"
94+
types-markdown = "^3.6.0.20240316"
95+
types-pyyaml = "^6.0.12.20240311"
96+
types-python-dateutil = "^2.9.0.20240316"
9797

9898
# Task Runner
99-
poethepoet = "^0.28.0"
99+
poethepoet = "^0.26.0"
100100
# Django extensions
101101
django-extensions = "^3.2.3"
102102
# pygraphviz = "^1.10"
@@ -106,7 +106,7 @@ django-extensions = "^3.2.3"
106106

107107

108108
[tool.poetry.group.test.dependencies]
109-
pytest = "^8.3.2"
109+
pytest = "^8.2.0"
110110
pytest-django = "^4.8.0"
111111

112112
[tool.poe.tasks]

0 commit comments

Comments
 (0)