Skip to content

Commit 3398819

Browse files
authored
Merge pull request #69 from Heimrych/bump_black_aiohttp_versions
Bump black and aiohttp versions
2 parents d71c0ad + 0894b95 commit 3398819

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"MarkupSafe>=0.23",
2121
"PyYAML>=4.2b",
2222
"requests >=2.11, <3.0a0",
23-
"slack_sdk==3.13.0",
23+
"slack_sdk==3.18.3",
2424
"websocket-client >=0.35, <0.55.0",
2525
"Werkzeug>=0.10.4",
26-
"aiohttp==3.7.4.post0",
26+
"aiohttp>=3.7.4.post0",
2727
],
2828
entry_points={
2929
"console_scripts": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "2.0.1"
1+
version = "2.0.2"

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pytest-cov==2.6.1
33
coverage==4.5.2
44
mock==3.0.5
55
isort==5.10.0
6-
black==22.1.0
6+
black==22.8.0
77
future
88

0 commit comments

Comments
 (0)