diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2018-08-19 13:16:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 13:16:41 +0200 |
| commit | ecb7636a969093f0721ced5ed9d8e8dbac4102a8 (patch) | |
| tree | 25f461567082aa3399f56508ddec6a70f4aeec83 | |
| parent | 19f18a263853136731ef7b6091ae58d4fdb9db19 (diff) | |
| parent | 34a68197a6d133b85c0ef456649634c37bf49e03 (diff) | |
Merge pull request #1354 from asciimoo/requirements
Update dependencies
| -rw-r--r-- | requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 77e5b3dd2..fd61b8109 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ certifi==2017.11.5 flask==1.0.2 flask-babel==0.11.2 -lxml==4.2.1 -idna==2.6 +lxml==4.2.3 +idna==2.7 pygments==2.1.3 pyopenssl==18.0.0 python-dateutil==2.7.3 -pyyaml==3.12 -requests[socks]==2.18.4 +pyyaml==3.13 +requests[socks]==2.19.1 |