Compare commits
1 Commits
main
...
2258515f73
| Author | SHA1 | Date | |
|---|---|---|---|
| 2258515f73 |
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14-slim
|
FROM python:3.13-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
flake8~=7.3.0
|
flake8~=7.2.0
|
||||||
flake8-annotations~=3.2.0
|
flake8-annotations~=3.2.0
|
||||||
flake8-bugbear~=25.11.29
|
flake8-bugbear~=24.12.12
|
||||||
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
|
||||||
flake8-tidy-imports~=4.12.0
|
flake8-tidy-imports~=4.11.0
|
||||||
flake8-todo~=0.7
|
flake8-todo~=0.7
|
||||||
pep8-naming~=0.15.1
|
pep8-naming~=0.15.1
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
certifi==2026.1.4
|
certifi==2025.6.15
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
charset-normalizer==3.4.4
|
charset-normalizer==3.4.2
|
||||||
click==8.3.1
|
click==8.2.1
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
idna==3.11
|
idna==3.10
|
||||||
python-dotenv==1.2.1
|
python-dotenv==1.1.0
|
||||||
requests==2.32.5
|
requests==2.32.4
|
||||||
urllib3==2.6.3
|
urllib3==2.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user