diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 405d19a4..b262a73e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -5,7 +5,7 @@ on: branches: [master, development] pull_request: # The branches below must be a subset of the branches above - branches: [master, development] + branches: [ master ] schedule: - cron: '0 13 * * 0' diff --git a/setup.py b/setup.py index ee0d07b7..d1e75b0e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description_content_type="text/markdown", url="https://github.com/JonatanMartens/pyzeebe", packages=setuptools.find_packages(exclude=("tests",)), - install_requires=["grpcio~=1.31.0", "protobuf~=3.13.0", "oauthlib~=3.1.0", "requests-oauthlib~=1.3.0"], + install_requires=["grpcio==1.31.0", "protobuf==3.13.0", "oauthlib==3.1.0", "requests-oauthlib==1.3.0"], exclude=["*test.py", "tests", "*.bpmn"], keywords="zeebe workflow workflow-engine", license="MIT",