Compare commits
13 Commits
1.0.0-03
...
3d44a7bfa5
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d44a7bfa5 | |||
| f46a403624 | |||
| 5c9e9e5af4 | |||
| a560ee57f5 | |||
| 33a6a5d7fb | |||
| 6cb727ca5b | |||
| ad15d234a5 | |||
| 4d67b353d5 | |||
| c7f347a0f2 | |||
| 3c091cf27b | |||
| 08e1ddf6ca | |||
| ff4e994cb8 | |||
| b1dfdc4112 |
@@ -13,7 +13,7 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
# Testing
|
# Testing
|
||||||
- name: Testing
|
- name: Testing
|
||||||
image: python:3.10
|
image: python:3.11
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python3 run_tests.py
|
- python3 run_tests.py
|
||||||
|
|||||||
7
renovate.json
Normal file
7
renovate.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base",
|
||||||
|
":semanticCommitTypeAll(chore)"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Production dependancies
|
# Production dependancies
|
||||||
beautifulsoup4==4.11.*
|
beautifulsoup4==4.12.*
|
||||||
urllib3==1.26.*
|
urllib3==2.0.*
|
||||||
|
|
||||||
# Dev dependancies
|
# Dev dependancies
|
||||||
auto-py-to-exe==2.26.0
|
auto-py-to-exe==2.39.0
|
||||||
pyinstaller==5.7.0
|
pyinstaller==5.13.2
|
||||||
Reference in New Issue
Block a user