Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
Micro version bump 3.1.0 -> 3.1.1
  • Loading branch information
Madoshakalaka committed Jun 29, 2020
1 parent 5893f5f commit a4355ff
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 64 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirementslib = "~=1.5"
vistir = "~=0.4"
autopep8 = {markers = "python_version<'3.6'",version = "~=1.4"}
six = "~=1.12"
typing = "~=3.7"
typing = {markers = "python_version<'3.7'", version = "~=3.7"}

[scripts]
# use this to sync this pipfile to setup.py, explained in CONTRIBUTING.md
Expand Down
158 changes: 97 additions & 61 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="3.1.0", # Required
version="3.1.1", # Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
# https://packaging.python.org/specifications/core-metadata/#summary
Expand Down Expand Up @@ -154,7 +154,7 @@
"vistir~=0.4",
"autopep8~=1.4; python_version < '3.6'",
"six~=1.12",
"typing~=3.7",
"typing~=3.7; python_version < '3.7'",
], # Optional
entry_points={
"console_scripts": ["pipenv-setup=pipenv_setup.main:cmd"]
Expand Down

0 comments on commit a4355ff

Please sign in to comment.