-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix image upload v2 (#91) * Add upload_image functionality to new beta script * Updated for new location of files with Boolean flag for front/rear image * fixing the requests verify missing issue #95 (#96) * Bumping deps. Closes PR#99 and PR#98 (#100) * Added ability for IGNORE_SSL_ERRORS to dictate if the images upload verifys the request (#101) --------- Co-authored-by: J vanBemmel <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
GitPython==3.1.31 | ||
GitPython==3.1.32 | ||
pynetbox==7.0.1 | ||
python-dotenv==1.0.0 | ||
PyYAML==6.0 | ||
PyYAML==6.0.1 |