Compare commits
22 Commits
b6d64bd6ae
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| e3b5de34bf | |||
| ec53f6e68f | |||
| 9092f8a020 | |||
| e2be80c029 | |||
| fa32fb77c6 | |||
| 42f19c27ff | |||
| fe9ff17d14 | |||
| 6e1a0b509c | |||
| b538673069 | |||
| 5d4b4ff98c | |||
| 282db8c2cb | |||
| abd6b3872c | |||
| cb0c8c2a35 | |||
| c7c56e001d | |||
| 2a3e9495e1 | |||
| fd38d5f189 | |||
| 7c16d9a13f | |||
| 6d6ecc8a69 | |||
| b0b4b0410f | |||
| 9a264e1ac2 | |||
| 110c895094 | |||
| 15fca90273 |
@@ -1,6 +1,13 @@
|
|||||||
name: Build Docker Image
|
name: Build Docker Image
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- testing
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
flake8~=7.1.0
|
flake8~=7.2.0
|
||||||
flake8-annotations~=3.1.1
|
flake8-annotations~=3.1.1
|
||||||
flake8-bugbear~=24.12.12
|
flake8-bugbear~=24.12.12
|
||||||
flake8-docstrings~=1.7.0
|
flake8-docstrings~=1.7.0
|
||||||
flake8-import-order~=0.18.1
|
flake8-import-order~=0.19.0
|
||||||
flake8-string-format~=0.3.0
|
flake8-string-format~=0.3.0
|
||||||
flake8-tidy-imports~=4.11.0
|
flake8-tidy-imports~=4.11.0
|
||||||
flake8-todo~=0.7
|
flake8-todo~=0.7
|
||||||
pep8-naming~=0.14.1
|
pep8-naming~=0.15.1
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
certifi==2025.1.31
|
certifi==2025.6.15
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.2
|
||||||
click==8.1.8
|
click==8.2.1
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
idna==3.10
|
idna==3.10
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.1.0
|
||||||
requests==2.32.3
|
requests==2.32.4
|
||||||
urllib3==2.3.0
|
urllib3==2.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user