Skip to content

Commit

Permalink
Upgrade attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Yeakley committed Aug 2, 2022
1 parent 3799cde commit 34f8085
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 183 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ clean-test:
publish:
pipenv run python setup.py sdist
pipenv run python setup.py bdist_wheel --universal
twine upload -r pypi dist/*
twine upload -r pypi dist/* --verbose
rm -fr build dist .egg related.egg-info
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[dev-packages]
pipenv = "*"
pytest = "== 3.10.1"
pytest = "== 7.1.2"
coverage = "*"
pytest-cov = "*"
"pytest-flake8" = "*"
Expand All @@ -13,7 +13,7 @@ black = "==18.6b4"
white = "*"

[packages]
attrs = "*"
attrs = "==22.1.0"
pyyaml = "*"
future = "*"
singledispatch = {version = "*", markers = "python_version<'3.4'"}
Expand Down
Loading

0 comments on commit 34f8085

Please sign in to comment.