Skip to content

Commit 7c54162

Browse files
author
Oliver Lammas
committed
dependency updates
1 parent f3fa9be commit 7c54162

File tree

3 files changed

+104
-67
lines changed

3 files changed

+104
-67
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## Version 4.1.0 (kindjacket edit)
4+
5+
### changed
6+
- updated dependencies
7+
- removed python 2.7 compatibility
8+
- moved pytest to dev dependencies
9+
310
## Version 4.0.0 (kindjacket edit)
411

512
### added

poetry.lock

Lines changed: 93 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ description = ""
55
authors = ["Your Name <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = "~2.7 || ^3.4"
8+
python = "^3.5"
99
sortedcontainers = "^2.0"
10-
pytest = "^4.0"
11-
pytest-pycharm = "^0.5.0"
10+
1211

1312
[tool.poetry.dev-dependencies]
13+
pytest = "^5.0"
14+
pytest-pycharm = "^0.5.0"
1415

1516
[build-system]
1617
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)