Skip to content

Commit

Permalink
deps: updateing to cdumay-rest-client 0.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cdumay committed Oct 23, 2019
1 parent 9509f29 commit b613413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.1
0.1.2
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
flask
cdumay-rest-client>=0.1
cdumay-rest-client>=0.2.1
2 changes: 1 addition & 1 deletion src/flask_graylog_bundle/auth.py
Expand Up @@ -12,7 +12,7 @@
from flask import g, request
from functools import wraps
from cdumay_rest_client.client import RESTClient
from cdumay_rest_client.errors import Unauthorized, Forbidden
from cdumay_http_client.errors import Unauthorized, Forbidden

from flask_graylog_bundle import GraylogExt, MESSAGE_MAP

Expand Down

0 comments on commit b613413

Please sign in to comment.