Skip to content

Commit 3b437b6

Browse files
authored
Set aiohttp to later release (#6)
* Update year * Set aiohttp to later release
1 parent c94e25a commit 3b437b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2021 Fabian Affolter <fabian@affolter-engineering.ch>
3+
Copyright (c) 2018-2023 Fabian Affolter <fabian@affolter-engineering.ch>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author_email="fabian@affolter-engineering.ch",
2222
license="MIT",
2323
install_requires=[
24-
"aiohttp>=3.8.0,<4",
24+
"aiohttp>=3.8.3,<4",
2525
"async_timeout>=4,<5",
2626
],
2727
packages=["opensensemap_api"],

0 commit comments

Comments
 (0)