We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafcd5e commit 844b8fdCopy full SHA for 844b8fd
.github/dependabot.yml
@@ -0,0 +1,7 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ timezone: "Asia/Shanghai"
pyproject.toml
@@ -7,11 +7,11 @@ readme = "README.md"
8
[tool.poetry.dependencies]
9
python = "^3.11"
10
-django = "^5.2"
11
-drf-spectacular = {extras = ["sidecar"], version = "^0.28.0"}
12
-django-redis = "^5.4.0"
13
-psycopg2-binary = "^2.9.10"
14
-django-db-connection-pool = "^1.2.5"
+django = "5.2"
+drf-spectacular = {extras = ["sidecar"], version = "0.28.0"}
+django-redis = "5.4.0"
+psycopg2-binary = "2.9.10"
+django-db-connection-pool = "1.2.5"
15
16
17
[build-system]
0 commit comments