Skip to content
Snippets Groups Projects
Verified Commit d02f4b36 authored by David Runge's avatar David Runge :chipmunk:
Browse files

feat: Upgrade aiofiles to >=23.1.0

parent cc4d0120
No related branches found
No related tags found
1 merge request!155Update dependencies
......@@ -3,7 +3,7 @@
[[package]]
name = "aiofiles"
version = "22.1.0"
version = "23.1.0"
requires_python = ">=3.7,<4.0"
summary = "File support for asyncio."
......@@ -587,9 +587,9 @@ groups = ["default", "alt_file", "alt_vercmp", "dev"]
content_hash = "sha256:84d69ca70ed4247b2b6183d8420cce7d13615a650f575979fa14406af73c3d8b"
[metadata.files]
"aiofiles 22.1.0" = [
{url = "https://files.pythonhosted.org/packages/86/26/6e5060a159a6131c430e8a01ec8327405a19a449a506224b394e36f2ebc9/aiofiles-22.1.0.tar.gz", hash = "sha256:9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6"},
{url = "https://files.pythonhosted.org/packages/a0/48/d5d1ab7cfe46e573c3694fa1365442a7d7cadc3abb03d8507e58a3755bb2/aiofiles-22.1.0-py3-none-any.whl", hash = "sha256:1142fa8e80dbae46bb6339573ad4c8c0841358f79c6eb50a493dceca14621bad"},
"aiofiles 23.1.0" = [
{url = "https://files.pythonhosted.org/packages/40/a0/07be94aecba162ed5147359f9883e82afd2ac13aed33678a008fc8c36f8b/aiofiles-23.1.0.tar.gz", hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"},
{url = "https://files.pythonhosted.org/packages/a8/76/635aa4f210d46ca105bfedd42d41f649b91d3e58422912726fc5e7965442/aiofiles-23.1.0-py3-none-any.whl", hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2"},
]
"alabaster 0.7.12" = [
{url = "https://files.pythonhosted.org/packages/10/ad/00b090d23a222943eb0eda509720a404f531a439e803f6538f35136cae9e/alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"},
......
......@@ -8,7 +8,7 @@ dynamic = ["version"]
license = {text = "GPL-3.0-or-later"}
requires-python = ">=3.10,<4.0"
dependencies = [
"aiofiles>=22.1.0",
"aiofiles>=23.1.0",
"email-validator>=1.3.0",
"jinja2>=3.1.2",
"orjson>=3.8.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment