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.post0 #399

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.post0.

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 059b068aca48b94e029fcb65b940c3c1e25fbc0e on pyup-update-pathlib2-2.3.5-to-2.3.7.post0 into 2716a326a04ea00d4c2f5d9ced53da1b89a5fb25 on master.

pyup-bot commented 2 years ago

Closing this in favor of #401