Skip to content

Commit 04b1870

Browse files
Bump & Use Exact Versions For Run Dependencies
Updates the versions for all non-dev dependencies, and locks them to exact versions. This is part of a push for better dependency management planned by the core-developer team. Signed-off-by: Hassan Abouelela <[email protected]>
1 parent c96e895 commit 04b1870

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "3.9.*"
10-
django = "~=4.0"
11-
django-environ = "~=0.4.5"
12-
django-filter = "~=21.1"
13-
djangorestframework = "~=3.13"
14-
psycopg2-binary = "~=2.8.0"
15-
django-simple-bulma = "~=2.4"
16-
whitenoise = "~=5.0"
17-
httpx = "~=0.23.0"
18-
pyyaml = "~=5.1"
19-
gunicorn = "~=20.0.4"
20-
sentry-sdk = "~=0.19"
21-
markdown = "~=3.3.4"
22-
python-frontmatter = "~=1.0"
23-
django-prometheus = "~=2.1"
24-
django-distill = "~=2.9.0"
25-
PyJWT = {version = "~=2.4.0", extras = ["crypto"]}
10+
django = "4.0" # 4.1 blocked by upstream bug, wait for 4.1.1: https://code.djangoproject.com/ticket/33919
11+
django-environ = "0.9.0"
12+
django-filter = "22.1"
13+
djangorestframework = "3.13.1"
14+
psycopg2-binary = "2.9.3"
15+
django-simple-bulma = "2.5.0"
16+
whitenoise = "6.2.0"
17+
httpx = "0.23.0"
18+
pyyaml = "6.0"
19+
gunicorn = "20.1.0"
20+
sentry-sdk = "1.9.5"
21+
markdown = "3.4.1"
22+
python-frontmatter = "1.0.0"
23+
django-prometheus = "2.2.0"
24+
django-distill = "3.0.1"
25+
PyJWT = {version = "2.4.0", extras = ["crypto"]}
2626

2727
[tool.poetry.dev-dependencies]
2828
coverage = "~=5.0"

0 commit comments

Comments
 (0)