8 Commits

Author SHA1 Message Date
c7c56e001d Update dependency charset-normalizer to v3.4.2
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m8s
2025-05-02 09:00:34 +00:00
fd38d5f189 Merge pull request 'Update dependency urllib3 to v2.4.0' (#42) from renovate/urllib3-2.x into main
All checks were successful
Build Docker Image / build (push) Successful in 1m38s
Reviewed-on: #42
2025-04-13 13:50:20 -06:00
7c16d9a13f Merge pull request 'Update dependency flake8 to ~=7.2.0' (#41) from renovate/flake8-7.x into main
Some checks failed
Build Docker Image / build (push) Has been cancelled
Reviewed-on: #41
2025-04-13 13:48:26 -06:00
6d6ecc8a69 Update dependency urllib3 to v2.4.0
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m0s
2025-04-10 16:00:22 +00:00
b0b4b0410f Update .gitea/workflows/build.yaml
All checks were successful
Build Docker Image / build (push) Successful in 3m46s
2025-03-30 10:17:55 -06:00
9a264e1ac2 Update dependency flake8 to ~=7.2.0
All checks were successful
Build Docker Image / build (push) Successful in 1m14s
2025-03-29 21:00:17 +00:00
110c895094 Merge pull request 'Update dependency python-dotenv to v1.1.0' (#40) from renovate/python-dotenv-1.x into main
All checks were successful
Build Docker Image / build (push) Successful in 2m9s
Reviewed-on: #40
2025-03-25 06:12:58 -06:00
15fca90273 Update dependency python-dotenv to v1.1.0
All checks were successful
Build Docker Image / build (push) Successful in 5m0s
2025-03-25 11:00:34 +00:00
3 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,13 @@
name: Build Docker Image
on: [push]
on:
push:
branches:
- main
- testing
pull_request:
branches:
- main
jobs:
build:

View File

@ -1,4 +1,4 @@
flake8~=7.1.0
flake8~=7.2.0
flake8-annotations~=3.1.1
flake8-bugbear~=24.12.12
flake8-docstrings~=1.7.0

View File

@ -1,9 +1,9 @@
certifi==2025.1.31
chardet==5.2.0
charset-normalizer==3.4.1
charset-normalizer==3.4.2
click==8.1.8
colorama==0.4.6
idna==3.10
python-dotenv==1.0.1
python-dotenv==1.1.0
requests==2.32.3
urllib3==2.3.0
urllib3==2.4.0