From 36023c610dd7a009e2cc76aff6e877439fc002e3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 27 Mar 2024 10:13:32 +0000
Subject: [PATCH] Bump the python-packages group with 4 updates (#101)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the python-packages group with 4 updates:
[onnxscript](https://github.com/microsoft/onnxscript),
[boto3](https://github.com/boto/boto3),
[uvicorn](https://github.com/encode/uvicorn) and
[pytest-cov](https://github.com/pytest-dev/pytest-cov).
Updates `onnxscript` from 0.1.0.dev20240326 to 0.1.0.dev20240327
Commits
Updates `boto3` from 1.34.70 to 1.34.71
Changelog
Sourced from boto3's
changelog.
1.34.71
- api-change:
bedrock-agent-runtime
:
[botocore
] This release adds support to customize prompts
sent through the RetrieveAndGenerate API in Agents for Amazon
Bedrock.
- api-change:
ce
: [botocore
] Adds support for
backfill of cost allocation tags, with new
StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory
API.
- api-change:
ec2
: [botocore
] Documentation
updates for Elastic Compute Cloud (EC2).
- api-change:
ecs
: [botocore
] This is a
documentation update for Amazon ECS.
- api-change:
finspace
: [botocore
] Add new
operation delete-kx-cluster-node and add status parameter to
list-kx-cluster-node operation.
Commits
Updates `uvicorn` from 0.28.1 to 0.29.0
Release notes
Sourced from uvicorn's
releases.
Version 0.29.0
Added
Full Changelog: https://github.com/encode/uvicorn/compare/0.28.1...0.29.0
Changelog
Sourced from uvicorn's
changelog.
0.29.0 - 2024-03-19
Added
- Cooperative signal handling (#1600)
19/03/24
Commits
Updates `pytest-cov` from 4.1.0 to 5.0.0
Changelog
Sourced from pytest-cov's
changelog.
5.0.0 (2024-03-24)
- Removed support for xdist rsync (now deprecated).
Contributed by Matthias Reichenbach in
[#623](https://github.com/pytest-dev/pytest-cov/issues/623)
<https://github.com/pytest-dev/pytest-cov/pull/623>
_.
- Switched docs theme to Furo.
- Various legacy Python cleanup and CI improvements.
Contributed by Christian Clauss and Hugo van Kemenade in
[#630](https://github.com/pytest-dev/pytest-cov/issues/630)
<https://github.com/pytest-dev/pytest-cov/pull/630>
,
[#631](https://github.com/pytest-dev/pytest-cov/issues/631)
<https://github.com/pytest-dev/pytest-cov/pull/631>
,
[#632](https://github.com/pytest-dev/pytest-cov/issues/632)
<https://github.com/pytest-dev/pytest-cov/pull/632>
_ and
[#633](https://github.com/pytest-dev/pytest-cov/issues/633)
<https://github.com/pytest-dev/pytest-cov/pull/633>
_.
- Added a
pyproject.toml
example in the docs.
Contributed by Dawn James in
[#626](https://github.com/pytest-dev/pytest-cov/issues/626)
<https://github.com/pytest-dev/pytest-cov/pull/626>
_.
- Modernized project's pre-commit hooks to use ruff. Initial POC
contributed by
Christian Clauss in
[#584](https://github.com/pytest-dev/pytest-cov/issues/584)
<https://github.com/pytest-dev/pytest-cov/pull/584>
_.
Commits
5295ce0
Bump version: 4.1.0 → 5.0.0
1181b06
Update changelog.
9757222
Fix a minor grammar error (#636)
9f5cd81
Cleanup releasing instructions. Closes #616.
93b5047
Add test for pyproject.toml loading without explicit --cov-config. Ref
#508.
ff50860
docs: add config instructions for pyproject.toml.
4a5a4b5
Keep GitHub Actions up to date with GitHub's Dependabot
1d7f559
Fix or remove URLs that are causing docs tests to fail
6a5af8e
Update changelog.
d9fe8df
Switch to furo. Closes #618.
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 40 ++++++++++++++++++++--------------------
pyproject.toml | 8 ++++----
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 04a851f0..eac72ea9 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "aiohttp"
@@ -453,17 +453,17 @@ css = ["tinycss2 (>=1.1.0,<1.3)"]
[[package]]
name = "boto3"
-version = "1.34.70"
+version = "1.34.71"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
- {file = "boto3-1.34.70-py3-none-any.whl", hash = "sha256:8d7902e2c0c62837457ba18146e3feaf1dec62018617edc5c0336b65b305b682"},
- {file = "boto3-1.34.70.tar.gz", hash = "sha256:54150a52eb93028b8e09df00319e8dcb68be7459333d5da00d706d75ba5130d6"},
+ {file = "boto3-1.34.71-py3-none-any.whl", hash = "sha256:7ce8c9a50af2f8a159a0dd86b40011d8dfdaba35005a118e51cd3ac72dc630f1"},
+ {file = "boto3-1.34.71.tar.gz", hash = "sha256:d786e7fbe3c4152866199786468a625dc77b9f27294cd7ad4f63cd2e0c927287"},
]
[package.dependencies]
-botocore = ">=1.34.70,<1.35.0"
+botocore = ">=1.34.71,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -472,13 +472,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "botocore"
-version = "1.34.70"
+version = "1.34.71"
description = "Low-level, data-driven core of boto 3."
optional = false
python-versions = ">=3.8"
files = [
- {file = "botocore-1.34.70-py3-none-any.whl", hash = "sha256:c86944114e85c8a8d5da06fb84f2609ed3bd23cd2fc06b30250bef7e37e8c589"},
- {file = "botocore-1.34.70.tar.gz", hash = "sha256:fa03d4972cd57d505e6c0eb5d7c7a1caeb7dd49e84f963f7ebeca41fe8ab736e"},
+ {file = "botocore-1.34.71-py3-none-any.whl", hash = "sha256:3bc9e23aee73fe6f097823d61f79a8877790436038101a83fa96c7593e8109f8"},
+ {file = "botocore-1.34.71.tar.gz", hash = "sha256:c58f9ed71af2ea53d24146187130541222d7de8c27eb87d23f15457e7b83d88b"},
]
[package.dependencies]
@@ -3156,13 +3156,13 @@ sympy = "*"
[[package]]
name = "onnxscript"
-version = "0.1.0.dev20240326"
+version = "0.1.0.dev20240327"
description = "Naturally author ONNX functions and models using a subset of Python"
optional = false
python-versions = ">=3.8"
files = [
- {file = "onnxscript-0.1.0.dev20240326-py3-none-any.whl", hash = "sha256:fc8cf33a7760fd7d50c24d653b1f0248ed05dfdcd9327d4f85387ea8c472b6c0"},
- {file = "onnxscript-0.1.0.dev20240326.tar.gz", hash = "sha256:7a23ec44ade50a2351f58e42121fa42d6dcc9f32ab35cc60e531b2f90bf12acf"},
+ {file = "onnxscript-0.1.0.dev20240327-py3-none-any.whl", hash = "sha256:fc85d565d54dd06496b4a9c7c9787d734c8d2539a35e06359d43b3c537c0e202"},
+ {file = "onnxscript-0.1.0.dev20240327.tar.gz", hash = "sha256:9067b1ae545c1de3806dc03cfd35a69d9903de2ffa543525fee9c7418b0bb3fa"},
]
[package.dependencies]
@@ -3928,13 +3928,13 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
[[package]]
name = "pytest-cov"
-version = "4.1.0"
+version = "5.0.0"
description = "Pytest plugin for measuring coverage."
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"},
- {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"},
+ {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"},
+ {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"},
]
[package.dependencies]
@@ -3942,7 +3942,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]}
pytest = ">=4.6"
[package.extras]
-testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"]
+testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
[[package]]
name = "python-dateutil"
@@ -5453,13 +5453,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
-version = "0.28.1"
+version = "0.29.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
- {file = "uvicorn-0.28.1-py3-none-any.whl", hash = "sha256:5162f6d652f545be91b1feeaee8180774af143965ca9dc8a47ff1dc6bafa4ad5"},
- {file = "uvicorn-0.28.1.tar.gz", hash = "sha256:08103e79d546b6cf20f67c7e5e434d2cf500a6e29b28773e407250c54fc4fa3c"},
+ {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"},
+ {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"},
]
[package.dependencies]
@@ -5731,4 +5731,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
-content-hash = "aba13d58610f0a03156d4f47304ddbba12aeb732f7e764f6ede2d96fef2f65af"
+content-hash = "42c6fb13dd1081fef259a47d4656bae43aeed4274475d68bfc3b8e1db7659069"
diff --git a/pyproject.toml b/pyproject.toml
index 9f2e44f5..8d396138 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ numpy = "^1.26.2"
pandas = "^2.1.3"
scipy = "^1.12.0"
# onnx stuff
-onnxscript = "^0.1.0.dev20240224"
+onnxscript = "^0.1.0.dev20240327"
onnxruntime = "^1.16.3"
onnx = "^1.15.0"
skl2onnx = "^1.16.0"
@@ -66,13 +66,13 @@ loguru = "^0.7.2"
optional = true
[tool.poetry.group.api.dependencies]
-boto3 = "^1.34.69"
+boto3 = "^1.34.71"
fastapi = "^0.110.0"
pydantic = "^2.5.3"
pydantic-settings = "^2.2.1"
python-multipart = "^0.0.9"
redis = "^5.0.3"
-uvicorn = "^0.28.0"
+uvicorn = "^0.29.0"
[tool.poetry.group.dev]
optional = true
@@ -100,7 +100,7 @@ types-tqdm = "^4.66.0.20240106"
types-seaborn = "^0.13.2.20240311"
# tests
pytest = "^8.1.1"
-pytest-cov = "^4.1.0"
+pytest-cov = "^5.0.0"
pytest-asyncio = "^0.23.5"
[tool.black]