Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 9cb8031

Browse files
committed
Update package dependnecies
1 parent 1c9bafe commit 9cb8031

File tree

2 files changed

+86
-77
lines changed

2 files changed

+86
-77
lines changed

Pipfile

+11-11
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ jedi = "*"
88
neovim = "*"
99

1010
[packages]
11-
fastapi = "==0.61.1"
12-
netifaces = "==0.10.6"
13-
pydantic = "==1.6.1"
14-
starlette = "==0.13.6"
15-
python-socketio = "==4.6.0"
11+
fastapi = ">=0.61.1"
12+
netifaces = ">=0.10.6"
13+
pydantic = ">=1.6.1"
14+
starlette = ">=0.13.6"
15+
python-socketio = ">=4.6.0"
1616
python-engineio = "*"
1717

1818
[test]
19-
pytest = "==6.0.1"
20-
fastapi = "==0.61.1"
21-
netifaces = "==0.10.6"
22-
pydantic = "==1.6.1"
23-
starlette = "==0.13.6"
24-
python-socketio = "==4.6.0"
19+
pytest = ">=6.0.1"
20+
fastapi = ">=0.61.1"
21+
netifaces = ">=0.10.6"
22+
pydantic = ">=1.6.1"
23+
starlette = ">=0.13.6"
24+
python-socketio = ">=4.6.0"
2525
python-engineio = "*"
2626

2727

Pipfile.lock

+75-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)