Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #509 from apoclyps/update-itsdangerous
Browse files Browse the repository at this point in the history
Update itsdangerous to 1.1.0
  • Loading branch information
alistairjcbrown authored Oct 27, 2018
2 parents 4e96aff + ec6b984 commit a9d895a
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 24 deletions.
1 change: 1 addition & 0 deletions services/events/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pyjwt = "==1.6.4"
newrelic = "==4.4.1.104"
flask-caching = "==1.4.0"
flask-compress = "*"
itsdangerous = "*"

[dev-packages]
black = "==18.6b2"
Expand Down
37 changes: 28 additions & 9 deletions services/events/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions services/users/Pipfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[[source]]

url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'

[packages]

Flask = "==1.0.2"
Flask-Script = "==2.0.6"
Flask-SQLAlchemy = "==2.3.2"
Expand All @@ -16,9 +14,9 @@ flask-migrate = "==2.3.0"
flask-bcrypt = "==0.7.1"
pyjwt = "==1.6.4"
newrelic = "==4.4.1.104"
itsdangerous = "*"

[dev-packages]

black = "==18.6b2"
Flask-Testing = "==0.7.1"
ipython = "==7.0.1"
Expand Down
43 changes: 31 additions & 12 deletions services/users/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9d895a

Please sign in to comment.