Skip to content

Commit c718050

Browse files
Executing automated changes
1 parent 8cfa94f commit c718050

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ botocore = { version = "^1.34.0", optional = true }
3838
requests = { version ="^2.22.0", optional = true }
3939
pytest = { version= "^8.0.0", optional = true }
4040
pytest-benchmark = { version = "^4.0", optional = true }
41-
flake8 = { version = "^5.0.4", optional = true }
41+
flake8 = { version = "^7.3.0", optional = true }
4242

4343
[tool.poetry.extras]
4444
dev = [
@@ -49,6 +49,11 @@ dev = [
4949
"requests",
5050
]
5151

52+
[[tool.poetry.source]]
53+
name = "internal"
54+
url = "https://depot-read-api-python.us1.ddbuild.io/magicmirror/magicmirror/@current/simple/"
55+
priority = "primary"
56+
5257
[build-system]
5358
requires = ["poetry-core>=1.0.0"]
5459
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)