Skip to content

Commit

Permalink
fix(gae): resolve linting issues in main_test.py (#12557)
Browse files Browse the repository at this point in the history
* fix(gae): resolve linting issues in main_test.py

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix: resolve linting issues where pytest not available for python versions

* add requirement six

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: David Cavazos <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent c16c065 commit e9d8d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appengine/standard/iap/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Flask==1.1.4; python_version < '3.0'
Flask==2.1.0; python_version > '3.0'
Werkzeug==1.0.1; python_version < '3.0'
Werkzeug==3.0.3; python_version > '3.0'
six==1.16.0

0 comments on commit e9d8d7d

Please sign in to comment.