Merge #1880
1880: Update jquery dependency of setup and set pinned versions r=mergify[bot] a=Diman0 ## What type of PR? enhancement ## What does this PR do? Update used jquery javascript files. Also sets pinned (fixed) versions in requirements.txt. I set the same versions as used in requirements-prod.txt for the admin image. ### Related issue(s) - Update dependencies as discussed in #1829 - closes #1868 ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Dimitri Huisman <diman@huisman.xyz>master
commit
56a6821875
@ -1,4 +1,4 @@
|
|||||||
flask
|
Flask==1.0.2
|
||||||
flask-bootstrap
|
Flask-Bootstrap==3.3.7.1
|
||||||
redis
|
gunicorn==19.9.0
|
||||||
gunicorn
|
redis==3.2.1
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
Update jquery used in setup. Set pinned versions in requirements.txt for setup. This is a security update.
|
Loading…
Reference in New Issue