Merge branch 'master' into master-3.0

This commit is contained in:
grossmj
2023-02-04 16:10:30 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ name: "CodeQL"
on: on:
push: push:
branches: [ "master-3.0" ] branches: [ "master", "master-3.0" ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "master-3.0" ] branches: [ "master", "master-3.0" ]
schedule: schedule:
- cron: '38 18 * * 6' - cron: '38 18 * * 6'

View File

@ -1,4 +1,4 @@
setuptools==54.2.0 setuptools==65.5.1
cx_Freeze==5.1.1 cx_Freeze==5.1.1
requests==2.25.1 requests==2.25.1
packaging==20.9 packaging==20.9