Merge branch 'master' into master-3.0

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

View File

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

View File

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