Skip to content

Commit

Permalink
Upgrade all packages to latest (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavius authored Mar 28, 2020
1 parent 949933b commit 363e3ea
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 45 deletions.
14 changes: 11 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ flake8 = "*"
twine = "*"

[packages]
requests = "==2.21.0"
future = "==0.17.1"
ujson = "==1.35"
requests = "==2.23.0"
future = "==0.18.2"
ujson = "==2.0.3"
pygments = "==2.6.1"
bleach = "==3.1.4"
keyring = "==21.2.0"
idna = "==2.9"
readme-renderer = "==25.0"
zipp = "==3.1.0"
urllib3 = "==1.25.8"
setuptools = "==46.1.3"
166 changes: 125 additions & 41 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Test(unittest.TestCase):
def setUp(self):
self._logger = v3io.logger.Logger()
self._logger.set_handler('stdout', sys.stdout, v3io.logger.HumanReadableFormatter())
self._client = v3io.dataplane.Client(self._logger)
self._client = v3io.dataplane.Client(self._logger, transport_kind='httpclient')

self._container = 'bigdata'

Expand Down

0 comments on commit 363e3ea

Please sign in to comment.