Skip to content

Commit

Permalink
chore(deps): bump aiofiles from 0.7.0 to 0.8.0 (#2183)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 18, 2022
1 parent 176bc53 commit 4ae794d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 = "==0.7.0"
aiofiles = "==0.8.0"
aiohttp = "==3.8.0"
attrs = "==21.4.0"
certifi = "==2021.10.8"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#

-i https://pypi.org/simple/
aiofiles==0.7.0
aiofiles==0.8.0
aiohttp==3.8.0
aiosignal==1.2.0; python_version >= '3.6'
async-timeout==4.0.2; python_version >= '3.6'
attrs==21.4.0
certifi==2021.10.8
charset-normalizer==2.0.12; python_version >= '3'
charset-normalizer==2.0.12; python_version >= '3.5'
cssselect==1.1.0
frozenlist==1.3.0; python_version >= '3.7'
html5lib==1.1
Expand Down

0 comments on commit 4ae794d

Please sign in to comment.