Skip to content

Commit

Permalink
Merge pull request #354 from olucurious/develop
Browse files Browse the repository at this point in the history
adjust aiohttp pinning
  • Loading branch information
olucurious authored Aug 7, 2024
2 parents 325f130 + 051afa9 commit 3a4aa8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyfcm/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__summary__ = "Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)"
__url__ = "https://github.com/olucurious/pyfcm"

__version__ = "2.0.5"
__version__ = "2.0.6"

__author__ = "Emmanuel Adegbite"
__email__ = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp>=3.6.2
aiohttp>=3.8.6
cachetools==5.3.3
google-auth==2.22.0
pyasn1==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(fname):
"requests",
"urllib3>=1.26.0",
"google-auth>=2.22.0",
"aiohttp==3.8.6",
"aiohttp>=3.8.6",
]
tests_require = ["pytest"]

Expand Down

0 comments on commit 3a4aa8c

Please sign in to comment.