From fb7532ab8616b8a1538bccecfbdd9257c1e57fbc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Oct 2024 01:00:07 +0000 Subject: [PATCH 1/6] Update python Docker tag to v3.13 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1484132..b5de45a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # Split out the wheel build into the non-slim image # See https://github.com/docker-library/python/issues/869 -FROM python:3.12 AS build +FROM python:3.13 AS build COPY requirements.txt ./ RUN --mount=type=cache,target=/var/cache/buildkit/pip \ pip wheel --wheel-dir /wheels -r requirements.txt -FROM python:3.12-slim +FROM python:3.13-slim LABEL org.opencontainers.image.source=https://github.com/mdiluz/matchy LABEL org.opencontainers.image.description="Matchy matches matchees" LABEL org.opencontainers.image.licenses=Unlicense From 77d533fbcb340ccccc4d9c7a346fec847a68a8bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Oct 2024 12:00:08 +0000 Subject: [PATCH 2/6] Update dependency coverage to v7.6.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fdcdbe6..e920edd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -coverage==7.6.1 +coverage==7.6.2 discord.py==2.4.0 dpytest==0.7.0 flake8==7.1.1 From fb4647c4e05d8820230a27e66cd564f1ac3cb655 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 13 Oct 2024 23:00:08 +0000 Subject: [PATCH 3/6] Update dependency coverage to v7.6.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e920edd..de53231 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -coverage==7.6.2 +coverage==7.6.3 discord.py==2.4.0 dpytest==0.7.0 flake8==7.1.1 From e8f5350b8e497c08507c7746e09a9d0552e0c5bd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Dec 2024 17:00:08 +0000 Subject: [PATCH 4/6] Update dependency coverage to v7.6.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de53231..9d49ee1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -coverage==7.6.3 +coverage==7.6.10 discord.py==2.4.0 dpytest==0.7.0 flake8==7.1.1 From 84f18bceecd9a21c7184e99f27316f38553ccdc8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Jan 2025 06:00:08 +0000 Subject: [PATCH 5/6] Update dependency pytest-asyncio to v0.25.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de53231..8ade5c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ discord.py==2.4.0 dpytest==0.7.0 flake8==7.1.1 pytest==8.3.3 -pytest-asyncio==0.24.0 +pytest-asyncio==0.25.1 pytest-cov==5.0.0 schema==0.7.7 \ No newline at end of file From c8bfa837aad4dd59747c0f3fee9cfdbe128f91f1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Jan 2025 07:00:08 +0000 Subject: [PATCH 6/6] Update dependency pytest-asyncio to v0.25.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa2e8d1..99d752f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ discord.py==2.4.0 dpytest==0.7.0 flake8==7.1.1 pytest==8.3.3 -pytest-asyncio==0.25.1 +pytest-asyncio==0.25.2 pytest-cov==5.0.0 schema==0.7.7 \ No newline at end of file