Skip to content

Commit 777d46d

Browse files
dependabot[bot]duanhongyi
authored andcommitted
chore(deps): bump aiohttp from 3.9.3 to 3.9.4 in /rootfs
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.3...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0ea763 commit 777d46d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

rootfs/api/tests/test_pods.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ def test_release(self, mock_requests):
265265
self.assertEqual(response.status_code, 200, response.data)
266266
self.assertPodContains(response.data['results'], app_id, "web", 'v4')
267267

268-
269268
def test_container_errors(self, mock_requests):
270269
app_id = self.create_app()
271270

rootfs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inotify==0.2.10
33
backoff==2.2.1
44
django==4.2.11
55
channels==4.0.0
6-
aiohttp==3.9.3
6+
aiohttp==3.9.4
77
django-cors-headers==4.3.1
88
django-guardian==2.4.0
99
djangorestframework==3.15.1

0 commit comments

Comments
 (0)