Skip to content

Commit 2b802f2

Browse files
committed
Fix typo
Update requirements
1 parent b2e4310 commit 2b802f2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The library has detailed API documentation which can be found in the menu at the
5656
## Breaking Changes
5757
From 6.5.0, files will not be uploaded to the HDX filestore if the hash and size have
5858
not changed, but if there are any resource metadata changes, except for last_modified,
59-
they will still take place).
59+
they will still take place.
6060

6161
From 6.4.5, fix for changes in dependency defopt 7.0.0
6262

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile pyproject.toml --resolver=backtracking --all-extras -o requirements.txt
33
annotated-types==0.7.0
44
# via pydantic
5-
astdoc==1.3.1
5+
astdoc==1.3.2
66
# via mkapi
77
attrs==25.3.0
88
# via
@@ -33,7 +33,7 @@ click==8.2.1
3333
# typer
3434
colorama==0.4.6
3535
# via mkdocs-material
36-
coverage==7.10.4
36+
coverage==7.10.5
3737
# via pytest-cov
3838
defopt==7.0.0
3939
# via hdx-python-api (pyproject.toml)
@@ -47,7 +47,7 @@ docopt==0.6.2
4747
# num2words
4848
docutils==0.22
4949
# via defopt
50-
email-validator==2.2.0
50+
email-validator==2.3.0
5151
# via hdx-python-api (pyproject.toml)
5252
et-xmlfile==2.0.0
5353
# via openpyxl
@@ -71,7 +71,7 @@ hdx-python-utilities==3.9.0
7171
# via
7272
# hdx-python-api (pyproject.toml)
7373
# hdx-python-country
74-
humanize==4.12.3
74+
humanize==4.13.0
7575
# via frictionless
7676
identify==2.6.13
7777
# via pre-commit
@@ -138,7 +138,7 @@ mkdocs==1.6.1
138138
# mkdocs-material
139139
mkdocs-get-deps==0.2.0
140140
# via mkdocs
141-
mkdocs-material==9.6.17
141+
mkdocs-material==9.6.18
142142
# via mkapi
143143
mkdocs-material-extensions==1.3.1
144144
# via mkdocs-material
@@ -162,7 +162,7 @@ pathspec==0.12.1
162162
# via mkdocs
163163
petl==1.7.17
164164
# via frictionless
165-
platformdirs==4.3.8
165+
platformdirs==4.4.0
166166
# via
167167
# mkdocs-get-deps
168168
# virtualenv
@@ -294,7 +294,7 @@ typeguard==4.4.4
294294
# via inflect
295295
typer==0.16.1
296296
# via frictionless
297-
typing-extensions==4.14.1
297+
typing-extensions==4.15.0
298298
# via
299299
# frictionless
300300
# pydantic

0 commit comments

Comments
 (0)