Skip to content

Commit

Permalink
Merge fd106d0 into 4c32d79
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Dec 9, 2019
2 parents 4c32d79 + fd106d0 commit bebd1fc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
-r requirements-optional.txt
tox~=3.14
pytest~=4.6.0;python_version < '3.0'
pytest~=5.3.0;python_version >= '3.0'
coverage~=4.5.3
tox==3.14.2
pytest==5.3.1;python_version < '3.0'
pytest==5.3.1;python_version >= '3.0'
coverage==4.5.4
6 changes: 3 additions & 3 deletions requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jinja2~=2.7
jinja2==2.10.3
pint~=0.9
msgpack~=0.6.1
msgpack==0.6.2
ply~=3.11
humanfriendly~=4.18
pyyaml~=5.2
arrow~=0.15
arrow==0.15.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
six~=1.13.0
typing~=3.7.4;python_version == '2.7'
typing==3.7.4.1;python_version == '2.7'
enum34~=1.1.6;python_version < '3.4'
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ classifier =
test_suite = tests
packages = find:
setup_requires =
pytest-runner
pytest-runner==5.2
setuptools >=38.3
install_requires =
six~=1.13
typing~=3.7.4;python_version == '2.7'
enum34;python_version < '3.4'
typing==3.7.4.1;python_version == '2.7'
enum34==1.1.6;python_version < '3.4'

tests_require =
mock
Expand All @@ -54,17 +54,17 @@ exclude =

[options.extras_require]
yaml =
pyyaml
pyyaml==5.2
msgpack =
msgpack
msgpack==0.6.2
pint =
pint
pint==0.9
arrow =
arrow
arrow==0.15.4
inspect =
humanfriendly
humanfriendly==4.18
filter_query =
ply
ply==3.11

[aliases]
test = pytest
Expand Down

0 comments on commit bebd1fc

Please sign in to comment.