Skip to content

Commit

Permalink
chore(deps): bump aiofiles from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](Tinche/aiofiles@v0.7.0...v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 17, 2022
1 parent 822bb3d commit d5d8b9f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.2.0"
certifi = "==2021.10.8"
Expand Down
12 changes: 6 additions & 6 deletions Pipfile.lock

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

6 changes: 3 additions & 3 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.2.0
certifi==2021.10.8
charset-normalizer==2.0.12; python_full_version >= '3.5.0'
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 All @@ -29,7 +29,7 @@ six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3
tenacity==8.0.1
typing-extensions==4.1.1; python_version >= '3.6'
uri-template==1.1.0; python_version >= '3.6'
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
webencodings==0.5.1
widlparser==1.0.12
yarl==1.7.2; python_version >= '3.6'

0 comments on commit d5d8b9f

Please sign in to comment.