mostafa / grest

Build REST APIs with Neo4j and Flask, as quickly as possible!
http://grest.readthedocs.io/
GNU General Public License v3.0
115 stars 11 forks source link

Update pathlib2 to 2.3.7 #398

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

This PR updates pathlib2 from 2.3.5 to 2.3.7.

Changelog ### 2.3.7 ``` ^^^^^^^^^^^^^ - **This version will be the last release to support Python 2.7.** - Fix bug in samefile on Windows when file does not exist. - Add newline parameter for write_text (see issue 64). - Add many more type annotations. - Continuous integration migrated to github actions. - Project migrated to jazzband. ``` ### 2.3.6 ``` ^^^^^^^^^^^^^ - Fix minor unicode bugs in with_name and with_suffix. Many thanks to ppentchev for reporting and for providing a fix. - Fix a few minor bugs. - Allow unicode file paths on systems that support it (note: unicode file paths will not work on Windows due a broken filesystem encoder on Windows on Python 2). - Remove travis and add github actions for regression testing. - Fix mypy warnings. ```
Links - PyPI: https://pypi.org/project/pathlib2 - Changelog: https://pyup.io/changelogs/pathlib2/ - Repo: https://github.com/jazzband/pathlib2
coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 86.413% when pulling 811eea6bb45a56b8ddd8b31b133754043062cb3c on pyup-update-pathlib2-2.3.5-to-2.3.7 into 2716a326a04ea00d4c2f5d9ced53da1b89a5fb25 on master.

pyup-bot commented 2 years ago

Closing this in favor of #399