Skip to content

Commit

Permalink
Bump all requirements versions to latest (#56)
Browse files Browse the repository at this point in the history
* Dont use deprecated abort()

* Bump version to v1.1.1

* Bump reqs

* Escape some additional html templates

* Bump sanic -> 21.12.0

* Bump sanic -> 22.6.0
  • Loading branch information
Taaku18 authored Sep 2, 2022
1 parent a290ac3 commit f4c181f
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 274 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ verify_ssl = true
[dev-packages]

[packages]
jinja2 = "~=3.0.1"
motor = "~=2.4.0"
jinja2 = "~=3.1.2"
motor = "~=3.0"
natural = "~=0.2.0"
pymongo = {version = "*", extras = ['srv']} # Required by motor
python-dateutil = "~=2.8.1"
sanic = "~=21.6.0"
python-dateutil = "~=2.8.2"
sanic = "~=22.6.0"

[scripts]
logviewer = "python app.py"
Expand Down
Loading

0 comments on commit f4c181f

Please sign in to comment.