Skip to content

Commit

Permalink
Batch update: Lower typing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed May 12, 2021
1 parent 48e3c3a commit ded6dba
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ofunctions/bisection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
typing>=3.10.0.0
typing>=3.5.0
2 changes: 1 addition & 1 deletion ofunctions/csv/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
typing>=3.10.0.0
typing>=3.5.0
2 changes: 1 addition & 1 deletion ofunctions/file_utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
command_runner>=0.6.0
typing>=3.10.0.0
typing>=3.5.0
2 changes: 1 addition & 1 deletion ofunctions/json_sanitize/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
typing>=3.10.0.0
typing>=3.5.0
2 changes: 1 addition & 1 deletion ofunctions/logger_utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
typing>=3.10.0.0
typing>=3.5.0
2 changes: 1 addition & 1 deletion ofunctions/mailer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
typing>=3.10.0.0
typing>=3.5.0
2 changes: 1 addition & 1 deletion ofunctions/misc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
typing>=3.10.0.0
typing>=3.5.0
2 changes: 1 addition & 1 deletion ofunctions/network/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=2.22.0
command_runner>=0.6.0
ofunctions.bisection>=0.2.1
typing>=3.10.0.0
typing>=3.5.0
2 changes: 1 addition & 1 deletion ofunctions/requirements-win.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pywin32>=222
typing>=3.10.0.0
typing>=3.5.0
2 changes: 1 addition & 1 deletion ofunctions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=2.22.0
psutil>=5.6.0
command_runner>=0.6.0
typing>=3.10.0.0
typing>=3.5.0

0 comments on commit ded6dba

Please sign in to comment.