diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml
index 6f15b22..131c639 100644
--- a/.github/workflows/linting.yml
+++ b/.github/workflows/linting.yml
@@ -1,7 +1,7 @@
name: Linting
on: [push, pull_request]
jobs:
- lint:
+ lint:
# Run per push for internal contributers. This isn't possible for forked pull requests,
# so we'll need to run on PR events for external contributers.
# String comparison below is case insensitive.
diff --git a/LICENSE b/LICENSE
index 7068332..2844e38 100644
--- a/LICENSE
+++ b/LICENSE
@@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
- limitations under the License.
\ No newline at end of file
+ limitations under the License.
diff --git a/anyrun.json b/anyrun.json
index 75c3f6f..7f57e12 100644
--- a/anyrun.json
+++ b/anyrun.json
@@ -2803,9 +2803,13 @@
},
"pip39_dependencies": {
"wheel": [
+ {
+ "module": "aiohappyeyeballs",
+ "input_file": "wheels/py3/aiohappyeyeballs-2.4.0-py3-none-any.whl"
+ },
{
"module": "aiohttp",
- "input_file": "wheels/py39/aiohttp-3.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
+ "input_file": "wheels/py39/aiohttp-3.10.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "aiosignal",
diff --git a/logo_anyrun.svg b/logo_anyrun.svg
index 4e924e7..be6f22d 100755
--- a/logo_anyrun.svg
+++ b/logo_anyrun.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/requirements.txt b/requirements.txt
index 9f54c68..b8a82b7 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-aiohttp==3.9.5
+aiohttp==3.10.2
aiosignal==1.3.1
async_timeout==4.0.3
attrs==23.2.0
diff --git a/wheels/py3/aiohappyeyeballs-2.4.0-py3-none-any.whl b/wheels/py3/aiohappyeyeballs-2.4.0-py3-none-any.whl
new file mode 100644
index 0000000..8966681
Binary files /dev/null and b/wheels/py3/aiohappyeyeballs-2.4.0-py3-none-any.whl differ
diff --git a/wheels/py39/aiohttp-3.10.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl b/wheels/py39/aiohttp-3.10.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
new file mode 100644
index 0000000..5b59d79
Binary files /dev/null and b/wheels/py39/aiohttp-3.10.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl differ
diff --git a/wheels/py39/aiohttp-3.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/wheels/py39/aiohttp-3.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
deleted file mode 100755
index 2de5b72..0000000
Binary files a/wheels/py39/aiohttp-3.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl and /dev/null differ