Skip to content

Commit

Permalink
deps: Relax dependency version pins (#168)
Browse files Browse the repository at this point in the history
* deps: Relax dependency version pins

* Matching distros

* Relax pyyaml and typing-extensions
  • Loading branch information
dedoussis authored Jan 14, 2022
1 parent eb6d78e commit 5466483
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements-cli.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements-mock.txt
importlib-metadata~=4.8
simple-websocket~=0.5
importlib-metadata>=4.8.0,<5.0.0
simple-websocket>=0.5.0,<1.0.0
2 changes: 1 addition & 1 deletion requirements-mock.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker~=11.0
Faker>=11.0.0,<12.0.0
hypothesis_jsonschema==0.22.0
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask-SocketIO~=5.0
Flask>=0.9
jsonschema~=4.0
PyYAML~=6.0
Flask-SocketIO>=5.0.0,<6.0.0
Flask>=0.9.0,<3.0.0
jsonschema>=4.0.0,<5.0.0
PyYAML>=5.3.0,<7.0.0
svarog>=0.1.6,<2.0.0
typing-extensions~=4.0.0
typing-extensions>=3.7.2,<5.0.0

0 comments on commit 5466483

Please sign in to comment.