Skip to content

Commit

Permalink
Merge pull request #15 from bensteUEM/bensteUEM/issue14
Browse files Browse the repository at this point in the history
gunicorn security update
  • Loading branch information
bensteUEM committed Apr 30, 2024
2 parents 53583bd + 7c2fd92 commit 9f8b292
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,6 @@ node_modules

package-lock.json
package.json

#Poetry configurations
poetry.lock
2 changes: 1 addition & 1 deletion generate_pyproj.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Flask-Session": "^0.5.0",
"requests": "^2.31.0",
"python-docx": "^0.8.11",
"gunicorn": "^21.2.0",
"gunicorn": "^22.0.0",
"python-dotenv": "^1.0.0"
},
"group": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Flask = "^2.3.2"
Flask-Session = "^0.5.0"
requests = "^2.31.0"
python-docx = "^0.8.11"
gunicorn = "^21.2.0"
gunicorn = "^22.0.0"
python-dotenv = "^1.0.0"

[tool.poetry.dependencies.churchtools-api]
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

VERSION = '1.5.0'
VERSION = '1.5.1'
__version__ = VERSION

if __name__ == '__main__':
Expand Down

0 comments on commit 9f8b292

Please sign in to comment.