Skip to content

Commit

Permalink
chore(deps): bump aiofiles from 23.1.0 to 23.2.1 (#2673)
Browse files Browse the repository at this point in the history
Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.1.0 to 23.2.1.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](Tinche/aiofiles@v23.1.0...v23.2.1)

---
updated-dependencies:
- dependency-name: aiofiles
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent fbacc17 commit 88522e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true
bikeshed = {editable = true, path = "."}

[packages]
aiofiles = "==23.1.0"
aiofiles = "==23.2.1"
aiohttp = "==3.9.1"
alive-progress = "==3.1.5"
attrs = "==22.1.0"
Expand Down
9 changes: 5 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-i https://pypi.org/simple
about-time==4.2.1; python_version >= '3.7' and python_version < '4'
aiofiles==23.1.0
aiofiles==23.2.1; python_version >= '3.7'
aiohttp==3.9.1; python_version >= '3.8'
aiosignal==1.3.1; python_version >= '3.7'
alive-progress==3.1.5; python_version >= '3.7' and python_version < '4'
Expand Down

0 comments on commit 88522e6

Please sign in to comment.