Skip to content

Commit

Permalink
update aiohttp to 3.9.5
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Beckmann <[email protected]>
  • Loading branch information
andreas-sipgate and becktob committed Jun 17, 2024
1 parent 00673ff commit f459686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp~=3.8.4
aiohttp~=3.9.5
types-setuptools
pre-commit
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='http_request_recorder',
version='1.0.0',
version='1.0.1',
description='A package to record an respond to http requests, primarily for use in black box testing.',
long_description=readme,
author='',
Expand All @@ -21,7 +21,7 @@
packages=['http_request_recorder'],
package_data={"http_request_recorder": ["py.typed"]},
install_requires=[
'aiohttp~=3.8.4',
'aiohttp~=3.9.5',
],
zip_safe=False
)

0 comments on commit f459686

Please sign in to comment.