Skip to content

Commit

Permalink
Merge pull request #12 from sivakov512/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
sivakov512 authored Oct 28, 2019
2 parents 35353a3 + e1b6ab3 commit ad175cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
35 changes: 20 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
appdirs==1.4.3
atomicwrites==1.3.0
attrs==19.1.0
attrs==19.3.0
black==19.3b0
certifi==2019.3.9
certifi==2019.9.11
chardet==3.0.4
Click==7.0
entrypoints==0.3
flake8==3.7.7
flake8-debugger==3.1.0
flake8==3.7.8
flake8-debugger==3.2.0
flake8-isort==2.7.0
flake8-print==3.1.0
flake8-quotes==2.0.1
flake8-print==3.1.1
flake8-quotes==2.1.0
idna==2.8
isort==4.3.17
importlib-metadata==0.23
isort==4.3.21
mccabe==0.6.1
more-itertools==7.0.0
pluggy==0.9.0
more-itertools==7.2.0
packaging==19.2
pluggy==0.13.0
py==1.8.0
pycodestyle==2.5.0
pyflakes==2.1.1
pytest==4.4.1
pytest-mock==1.10.4
requests==2.21.0
requests-mock==1.5.2
pyparsing==2.4.2
pytest==5.2.2
pytest-mock==1.11.2
requests==2.22.0
requests-mock==1.7.0
six==1.12.0
testfixtures==6.7.0
testfixtures==6.10.0
toml==0.10.0
urllib3==1.24.2
urllib3==1.25.6
wcwidth==0.1.7
zipp==0.6.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):
description=(
"Simple library for getting address coordinates via Yandex geocoder"
),
install_requires=["requests~=2.20"],
install_requires=["requests~=2.22"],
keywords="yandex geocoder geo coordinates maps api",
license="MIT",
long_description=read("README.md"),
Expand All @@ -23,7 +23,7 @@ def read(fname):
packages=["yandex_geocoder"],
python_requires=">=3.6",
url="https://github.com/sivakov512/yandex-geocoder",
version="1.0.0",
version="1.0.1",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit ad175cd

Please sign in to comment.