gitbot
gitbot copied to clipboard
pip(deps): bump aiofiles from 23.1.0 to 24.1.0
Bumps aiofiles from 23.1.0 to 24.1.0.
Release notes
Sourced from aiofiles's releases.
24.1.0
- Import
os.linkconditionally to fix importing on android. #175- Remove spurious items from
aiofiles.os.__all__when running on Windows.- Switch to more modern async idioms: Remove types.coroutine and make AiofilesContextManager an awaitable instead a coroutine.
- Add
aiofiles.os.path.abspathandaiofiles.os.getcwd. #174- aiofiles is now tested on Python 3.13 too. #184
- Dropped Python 3.7 support. If you require it, use version 23.2.1.
23.2.1
- Import
os.statvfsconditionally to fix importing on non-UNIX systems. #171 #172- aiofiles is now also tested on Windows.
23.2.0
- aiofiles is now tested on Python 3.12 too. #166 #168
- On Python 3.12,
aiofiles.tempfile.NamedTemporaryFilenow accepts adelete_on_closeargument, just like the stdlib version.- On Python 3.12,
aiofiles.tempfile.NamedTemporaryFileno longer exposes adeleteattribute, just like the stdlib version.- Added
aiofiles.os.statvfsandaiofiles.os.path.ismount. #162- Use PDM instead of Poetry. #169
Commits
a637d6b24.1.020e8e8aSupport 3.13 (#184)501e9bcadded and tested os.getcwd and os.path.abspath (#182)e2bcd7f[README] Update readme for testing read() in aiofiles' stream (#179)213ee8bSwitch to more modern async idioms (#176)3f7638bUpdate os.py (#175)1456aa9Fix all on win32 (#174)6bfcaaeMerge branch 'tin/fix-statvfs'c35ef6923.2.1a2720ffHotfix statvfs (#172)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)