Skip to content

Commit

Permalink
Merge pull request #57 from JonatanMartens/development
Browse files Browse the repository at this point in the history
[FIXED] dependabot should now include setup.py
  • Loading branch information
JonatanMartens authored Oct 8, 2020
2 parents daeb8df + 78f3996 commit 5a0877d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a0877d

Please sign in to comment.