Skip to content

Commit 78b7979

Browse files
Executing automated changes
1 parent 544d8f7 commit 78b7979

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

pyproject.toml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ classifiers = [
2828
[tool.poetry.dependencies]
2929
python = ">=3.8.0,<4"
3030
datadog = ">=0.51.0,<1.0.0"
31-
wrapt = "^1.11.2"
31+
wrapt = "^1.17.3"
3232
ddtrace = [
3333
{version = ">=3.19.1,<4", python = ">=3.8,<3.10"},
3434
{version = ">=4.1.1,<5", python = ">=3.10"}
3535
]
36-
ujson = ">=5.9.0"
37-
botocore = { version = "^1.34.0", optional = true }
38-
requests = { version ="^2.22.0", optional = true }
39-
pytest = { version= "^8.0.0", optional = true }
36+
ujson = ">=5.11.0"
37+
botocore = { version = "^1.36.26", optional = true }
38+
requests = { version = "^2.32.5", optional = true }
39+
pytest = { version = "^8.3.5", optional = true }
4040
pytest-benchmark = { version = "^4.0", optional = true }
4141
flake8 = { version = "^5.0.4", optional = true }
4242

@@ -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)