Compare commits

..

10 commits

Author SHA1 Message Date
647c0266e1 Merge pull request 'Update dependency pytest-asyncio to v0.25.2' (#27) from renovate/pytest-asyncio-0.x into main
All checks were successful
Test, Build and Publish / test (push) Successful in 34s
Test, Build and Publish / build-and-push-images (push) Successful in 46s
Reviewed-on: #27
2025-01-20 20:19:50 +00:00
c8bfa837aa Update dependency pytest-asyncio to v0.25.2
All checks were successful
Test, Build and Publish / test (pull_request) Successful in 35s
Test, Build and Publish / build-and-push-images (pull_request) Successful in 38s
2025-01-08 07:00:08 +00:00
20b0ba08cd Merge pull request 'Update dependency coverage to v7.6.10' (#23) from renovate/coverage-7.x into main
All checks were successful
Test, Build and Publish / test (push) Successful in 34s
Test, Build and Publish / build-and-push-images (push) Successful in 42s
Reviewed-on: #23
2025-01-05 23:15:35 +00:00
f07d52bf19 Merge pull request 'Update dependency pytest-asyncio to v0.25.1' (#26) from renovate/pytest-asyncio-0.x into main
Some checks failed
Test, Build and Publish / build-and-push-images (push) Blocked by required conditions
Test, Build and Publish / test (push) Has been cancelled
Reviewed-on: #26
2025-01-05 23:15:17 +00:00
84f18bceec Update dependency pytest-asyncio to v0.25.1
All checks were successful
Test, Build and Publish / test (pull_request) Successful in 35s
Test, Build and Publish / build-and-push-images (pull_request) Successful in 39s
2025-01-02 06:00:08 +00:00
e8f5350b8e Update dependency coverage to v7.6.10
All checks were successful
Test, Build and Publish / test (pull_request) Successful in 35s
Test, Build and Publish / build-and-push-images (pull_request) Successful in 41s
2024-12-26 17:00:08 +00:00
e0e927fead Merge pull request 'Update dependency coverage to v7.6.3' (#22) from renovate/coverage-7.x into main
All checks were successful
Test, Build and Publish / test (push) Successful in 39s
Test, Build and Publish / build-and-push-images (push) Successful in 1m36s
Reviewed-on: #22
2024-10-15 18:43:30 +01:00
fb4647c4e0 Update dependency coverage to v7.6.3
All checks were successful
Test, Build and Publish / test (pull_request) Successful in 35s
Test, Build and Publish / build-and-push-images (pull_request) Successful in 1m20s
2024-10-13 23:00:08 +00:00
66d3fe3e5c Merge pull request 'Update dependency coverage to v7.6.2' (#21) from renovate/coverage-7.x into main
All checks were successful
Test, Build and Publish / test (push) Successful in 35s
Test, Build and Publish / build-and-push-images (push) Successful in 1m19s
Reviewed-on: #21
2024-10-13 17:02:52 +01:00
77d533fbcb Update dependency coverage to v7.6.2
All checks were successful
Test, Build and Publish / test (pull_request) Successful in 35s
Test, Build and Publish / build-and-push-images (pull_request) Successful in 52s
2024-10-09 12:00:08 +00:00
2 changed files with 4 additions and 4 deletions

View file

@ -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.13 AS build
FROM python:3.12 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.13-slim
FROM python:3.12-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

View file

@ -1,8 +1,8 @@
coverage==7.6.1
coverage==7.6.10
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.2
pytest-cov==5.0.0
schema==0.7.7