Merge remote-tracking branch 'origin/master' into updating-configuration

This commit is contained in:
VirtuBox
2024-05-30 23:28:38 +02:00
3 changed files with 7 additions and 7 deletions

View File

@@ -8,9 +8,9 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v4
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v1 uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'
- name: Install dependencies - name: Install dependencies

View File

@@ -9,12 +9,12 @@ jobs:
steps: steps:
- uses: actions/stale@v8 - uses: actions/stale@v8
with: with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' stale-issue-message: 'This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.' close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.' close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
days-before-issue-stale: 30 days-before-issue-stale: 45
days-before-pr-stale: 45 days-before-pr-stale: 90
days-before-issue-close: 5 days-before-issue-close: 5
days-before-pr-close: 10 days-before-pr-close: 10
operations-per-run: 100 operations-per-run: 100

View File

@@ -1,6 +1,6 @@
cement==2.10.14 cement==2.10.14
pynginxconfig==0.3.4 pynginxconfig==0.3.4
PyMySQL==1.1.0 PyMySQL==1.1.1
psutil==5.9.8 psutil==5.9.8
sh==2.0.6 sh==2.0.6
SQLAlchemy==1.4.52 SQLAlchemy==1.4.52