Skip to content

Commit

Permalink
📌 Update dependencies (Flask and ConfidantClient) (#26)
Browse files Browse the repository at this point in the history
- 📌 Flask 2.0.3
- - Fixes an import issue `ImportError: cannot import name 'Markup' from
'jinja2' (/usr/local/lib/python3.7/site-packages/jinja2/__init__.py)`

- 📌 confidant-client 2.1.0
- - Fixes a connection timeout issue with Confidant

Signed-off-by: Joel Cumberland <[email protected]>
  • Loading branch information
jrosco authored Mar 8, 2023
1 parent af44cac commit ed3f875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secretupdater/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.0.2
Flask==2.0.3
Flask-BasicAuth==0.2.0
confidant-client==1.7.1
confidant-client==2.1.0
pykube-ng==20.10.0
awscli==1.22.24

0 comments on commit ed3f875

Please sign in to comment.