Skip to content

Commit 89a385d

Browse files
committed
update:更新依赖
1 parent e322882 commit 89a385d

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ default = true
1212
[tool.poetry.dependencies]
1313
python = "^3.8"
1414
Lin-CMS = "^0.4.8"
15-
pillow = "^9.0.0"
15+
pillow = "^9.0.1"
1616
flask-cors = "^3.0.10"
1717
gunicorn = "^20.1.0"
18-
gevent = "^21.8.0"
18+
gevent = "^21.12.0"
1919
flask-socketio = "^5.1.1"
2020
blinker = "^1.4"
2121
python-dotenv = "^0.19.2"
@@ -24,12 +24,12 @@ pydantic = {extras = ["email"], version = "^1.9.0"}
2424

2525
[tool.poetry.dev-dependencies]
2626
flask-sqlacodegen = "^1.1.8"
27-
black = "^21.10b0"
27+
black = "^21.12b0"
2828
isort = "^5.10.1"
2929
watchdog = "^2.1.6"
30-
coverage = "^6.1.2"
30+
coverage = "^6.3.2"
3131
pytest = "^6.2.5"
32-
pre-commit = "^2.16.0"
32+
pre-commit = "^2.17.0"
3333
pytest-ordering = "^0.6"
3434
flake8 = "^4.0.1"
3535

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Lin-CMS==0.4.8
2-
pillow==9.0.0
2+
pillow==9.0.1
33
flask-cors==3.0.10
44
gunicorn==20.1.0
55
gevent==21.8.0
@@ -8,11 +8,11 @@ blinker==1.4
88
python-dotenv==0.19.2
99
gevent-websocket==0.10.1
1010
flask-sqlacodegen==1.1.8
11-
black==21.10b0
11+
black==21.12b0
1212
isort==5.10.1
1313
watchdog==2.1.6
14-
coverage==6.1.2
14+
coverage==6.3.2
1515
pytest==6.2.5
16-
pre-commit==2.16.0
16+
pre-commit==2.17.0
1717
pytest-ordering==0.6
1818
flake8==4.0.1

requirements-prod.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Lin-CMS==0.4.8
2-
pillow==9.0.0
2+
pillow==9.0.1
33
flask-cors==3.0.10
44
gunicorn==20.1.0
5-
gevent==21.8.0
5+
gevent==21.12.0
66
flask-socketio==5.1.1
77
blinker==1.4
88
python-dotenv==0.19.2

0 commit comments

Comments
 (0)