Update deps and add CI job to check outdated pkgs

This commit is contained in:
Georg Krause 2021-04-25 21:52:56 +02:00
parent b26481a5f9
commit ec77040e87
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632
5 changed files with 65 additions and 40 deletions

4
scripts/check-api-deps.sh Executable file
View file

@ -0,0 +1,4 @@
outdated=$(pip list -o)
echo -n "$outdated"
return_code=$(echo -n "$outdated" | wc -l)
exit $return_code