We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09d27a commit 65b6ea9Copy full SHA for 65b6ea9
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: "pip"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
+ commit-message:
9
+ # Prefix all commit messages with "npm"
10
+ prefix: "chore: "
pyproject.toml
@@ -10,13 +10,13 @@ documentation = "https://eagerx.readthedocs.io/en/master/"
11
[tool.poetry.dependencies]
12
python = "^3.6.2"
13
-eagerx = "^0.1.10"
+eagerx = "^0.1.13"
14
15
[tool.poetry.dev-dependencies]
16
black = "^22.1.0"
17
pytest = "^7.0"
18
pytest-cov = "^3.0.0"
19
-flake8 = "^4.0.1"
+flake8 = "^3.0"
20
flake8-bugbear = "^22.3.23"
21
22
[build-system]
0 commit comments