Skip to content
Snippets Groups Projects
Commit 78fcea25 authored by Fabian Affolter's avatar Fabian Affolter Committed by Daniel Høyer Iversen
Browse files

Upgrade attrs to 18.2.0 (#16372)

parent ac3700d1
No related branches found
No related tags found
No related merge requests found
aiohttp==3.4.0 aiohttp==3.4.0
astral==1.6.1 astral==1.6.1
async_timeout==3.0.0 async_timeout==3.0.0
attrs==18.1.0 attrs==18.2.0
bcrypt==3.1.4 bcrypt==3.1.4
certifi>=2018.04.16 certifi>=2018.04.16
jinja2>=2.10 jinja2>=2.10
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
aiohttp==3.4.0 aiohttp==3.4.0
astral==1.6.1 astral==1.6.1
async_timeout==3.0.0 async_timeout==3.0.0
attrs==18.1.0 attrs==18.2.0
bcrypt==3.1.4 bcrypt==3.1.4
certifi>=2018.04.16 certifi>=2018.04.16
jinja2>=2.10 jinja2>=2.10
......
...@@ -35,7 +35,7 @@ REQUIRES = [ ...@@ -35,7 +35,7 @@ REQUIRES = [
'aiohttp==3.4.0', 'aiohttp==3.4.0',
'astral==1.6.1', 'astral==1.6.1',
'async_timeout==3.0.0', 'async_timeout==3.0.0',
'attrs==18.1.0', 'attrs==18.2.0',
'bcrypt==3.1.4', 'bcrypt==3.1.4',
'certifi>=2018.04.16', 'certifi>=2018.04.16',
'jinja2>=2.10', 'jinja2>=2.10',
......
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