Skip to content

Commit c59b150

Browse files
authored
feat: update dependencies (#42)
1 parent 28e99f0 commit c59b150

File tree

5 files changed

+12
-19
lines changed

5 files changed

+12
-19
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.22
2+
3+
* **Bump `unstructured-ingest` to 0.4.0**
4+
15
## 0.0.21
26

37
* **Bump `unstructured-ingest` to 0.3.15**

requirements/cli.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ typing-extensions==4.12.2
120120
# uvicorn
121121
typing-inspect==0.9.0
122122
# via dataclasses-json
123-
tzdata==2024.2
123+
tzdata==2025.1
124124
# via pandas
125-
unstructured-ingest==0.3.15
125+
unstructured-ingest==0.4.0
126126
# via -r ./cli.in
127127
uvicorn==0.34.0
128128
# via -r ./cli.in

requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
unstructured-ingest>=0.3.15
1+
unstructured-ingest>=0.4.0

requirements/release.txt

+4-15
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ backports-tarfile==1.2.0
44
# via jaraco-context
55
certifi==2024.12.14
66
# via requests
7-
cffi==1.17.1
8-
# via cryptography
97
charset-normalizer==3.4.1
108
# via requests
11-
cryptography==44.0.0
12-
# via secretstorage
139
docutils==0.21.2
1410
# via readme-renderer
11+
id==1.5.0
12+
# via twine
1513
idna==3.10
1614
# via requests
1715
importlib-metadata==8.6.1
@@ -22,10 +20,6 @@ jaraco-context==6.0.1
2220
# via keyring
2321
jaraco-functools==4.1.0
2422
# via keyring
25-
jeepney==0.8.0
26-
# via
27-
# keyring
28-
# secretstorage
2923
keyring==25.6.0
3024
# via twine
3125
markdown-it-py==3.0.0
@@ -40,10 +34,6 @@ nh3==0.2.20
4034
# via readme-renderer
4135
packaging==24.2
4236
# via twine
43-
pkginfo==1.12.0
44-
# via twine
45-
pycparser==2.22
46-
# via cffi
4737
pygments==2.19.1
4838
# via
4939
# readme-renderer
@@ -52,6 +42,7 @@ readme-renderer==44.0
5242
# via twine
5343
requests==2.32.3
5444
# via
45+
# id
5546
# requests-toolbelt
5647
# twine
5748
requests-toolbelt==1.0.0
@@ -60,9 +51,7 @@ rfc3986==2.0.0
6051
# via twine
6152
rich==13.9.4
6253
# via twine
63-
secretstorage==3.3.3
64-
# via keyring
65-
twine==6.0.1
54+
twine==6.1.0
6655
# via -r ./release.in
6756
typing-extensions==4.12.2
6857
# via rich
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.21" # pragma: no cover
1+
__version__ = "0.0.22" # pragma: no cover

0 commit comments

Comments
 (0)