Skip to content

Commit 65b6ea9

Browse files
committed
chore: lower flake8 dependency version for gym compatibility
1 parent d09d27a commit 65b6ea9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ documentation = "https://eagerx.readthedocs.io/en/master/"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.6.2"
13-
eagerx = "^0.1.10"
13+
eagerx = "^0.1.13"
1414

1515
[tool.poetry.dev-dependencies]
1616
black = "^22.1.0"
1717
pytest = "^7.0"
1818
pytest-cov = "^3.0.0"
19-
flake8 = "^4.0.1"
19+
flake8 = "^3.0"
2020
flake8-bugbear = "^22.3.23"
2121

2222
[build-system]

0 commit comments

Comments
 (0)