Compare commits

..

15 Commits

Author SHA1 Message Date
9f6ae64598 Merge pull request 'Update actions/checkout action to v6' (#67) from renovate/actions-checkout-6.x into main
All checks were successful
Build Docker Image / build (push) Successful in 4m1s
Reviewed-on: #67
2026-01-30 21:51:11 -07:00
eff2788599 Update actions/checkout action to v6
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m33s
2026-01-23 16:00:29 +00:00
f35706c7ee Merge pull request 'Update dependency flake8-bugbear to v25' (#65) from renovate/flake8-bugbear-25.x into main
All checks were successful
Build Docker Image / build (push) Successful in 1m37s
Reviewed-on: #65
2026-01-17 17:49:12 -07:00
f48c9c48cc Merge pull request 'Update dependency certifi to v2026' (#64) from renovate/certifi-2026.x into main
Some checks failed
Build Docker Image / build (push) Has been cancelled
Reviewed-on: #64
2026-01-17 17:48:59 -07:00
a070d872f9 Update dependency flake8-bugbear to v25
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m38s
2026-01-18 00:00:28 +00:00
67062351d0 Update dependency certifi to v2026
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m40s
2026-01-18 00:00:24 +00:00
ccc5d334f5 Merge pull request 'Update python Docker tag to v3.14' (#62) from renovate/python-3.x into main
All checks were successful
Build Docker Image / build (push) Successful in 1m31s
Reviewed-on: #62
2026-01-17 16:51:25 -07:00
ce02df2e2c Merge pull request 'Update dependency urllib3 to v2.6.3' (#61) from renovate/urllib3-2.x into main
Some checks failed
Build Docker Image / build (push) Has been cancelled
Reviewed-on: #61
2026-01-17 16:51:18 -07:00
9a1950f0bf Merge pull request 'Update dependency python-dotenv to v1.2.1' (#60) from renovate/python-dotenv-1.x into main
Some checks failed
Build Docker Image / build (push) Has been cancelled
Reviewed-on: #60
2026-01-17 16:51:11 -07:00
f64b72a3bb Merge pull request 'Update dependency flake8-annotations to ~=3.2.0' (#57) from renovate/flake8-annotations-3.x into main
Some checks failed
Build Docker Image / build (push) Has been cancelled
Reviewed-on: #57
2026-01-17 16:51:04 -07:00
7140acc703 Merge pull request 'Update dependency click to v8.3.1' (#55) from renovate/click-8.x into main
Some checks failed
Build Docker Image / build (push) Has been cancelled
Reviewed-on: #55
2026-01-17 16:50:57 -07:00
a0cdb66c7b Update python Docker tag to v3.14
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m40s
2026-01-17 23:00:59 +00:00
1ead8a04e3 Update dependency urllib3 to v2.6.3
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m32s
2026-01-17 23:00:55 +00:00
15f6ed076d Update dependency flake8-annotations to ~=3.2.0
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m42s
2026-01-17 23:00:48 +00:00
1c3169e0aa Update dependency click to v8.3.1
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m30s
2026-01-17 23:00:45 +00:00
4 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim FROM python:3.14-slim
WORKDIR /app WORKDIR /app

View File

@@ -1,6 +1,6 @@
flake8~=7.3.0 flake8~=7.3.0
flake8-annotations~=3.1.1 flake8-annotations~=3.2.0
flake8-bugbear~=24.12.12 flake8-bugbear~=25.11.29
flake8-docstrings~=1.7.0 flake8-docstrings~=1.7.0
flake8-import-order~=0.19.0 flake8-import-order~=0.19.0
flake8-string-format~=0.3.0 flake8-string-format~=0.3.0

View File

@@ -1,9 +1,9 @@
certifi==2025.11.12 certifi==2026.1.4
chardet==5.2.0 chardet==5.2.0
charset-normalizer==3.4.4 charset-normalizer==3.4.4
click==8.2.1 click==8.3.1
colorama==0.4.6 colorama==0.4.6
idna==3.11 idna==3.11
python-dotenv==1.2.1 python-dotenv==1.2.1
requests==2.32.5 requests==2.32.5
urllib3==2.4.0 urllib3==2.6.3