Skip to content

Commit 2f33f46

Browse files
Bump the pip-deps group with 4 updates (#43)
Updates the requirements on [lxml](https://github.com/lxml/lxml), [httpx2](https://github.com/pydantic/httpx2), [huggingface-hub](https://github.com/huggingface/huggingface_hub) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `lxml` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.1.1...lxml-6.1.2) Updates `httpx2` to 2.12.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](pydantic/httpx2@v2.10.0...v2.12.0) Updates `huggingface-hub` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v1.27.0...v1.28.0) Updates `uvicorn` to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.52.3...0.52.4) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: httpx2 dependency-version: 2.12.0 dependency-type: direct:production dependency-group: pip-deps - dependency-name: huggingface-hub dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production dependency-group: pip-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a39e08c commit 2f33f46

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
lxml==6.1.1
1+
lxml==6.1.2
22
requests==2.34.2
33
fastapi>=0.141.1
44
fasttext-wheel==0.9.2
55
pytest>=9.1.1
66
pytest-cov>=7.1.0
77
pytest-env
8-
httpx2>=2.10.0
8+
httpx2>=2.12.0
99
python-multipart>=0.0.32
1010
numpy
1111
tqdm

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
lxml==6.1.1
1+
lxml==6.1.2
22
requests==2.34.2
33
python-multipart>=0.0.32
44
numpy>=1.26.4,<2.0
55
tqdm==4.70.0
6-
huggingface-hub==1.27.0
6+
huggingface-hub==1.28.0
77
fasttext-wheel==0.9.2
88
# atrium_document.validate_document() — the Layer D output gate main.py now calls before
99
# finalize() (issue atrium-project#10, D4). Declared here, in the RUNTIME set, not only in

service/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fastapi>=0.141.1
2-
uvicorn>=0.52.3
2+
uvicorn>=0.52.4
33
python-multipart>=0.0.32

0 commit comments

Comments
 (0)