Skip to content

Commit b37d9b0

Browse files
committed
Fix problem seen where flatterer 0.18.0 does not exist any more.
(We don't understand why as there is no yanked message. we have contacted author to ask) To make a minimal change, upgrade to latest 0.18.X only. Extra packages: We aren't sure why pip-compile added these extra packages.
1 parent abc731c commit b37d9b0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

requirements.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docutils==0.17.1
4141
# sphinxcontrib-opendataservices-jsonschema
4242
erd-from-json-table-schema==0.2.0
4343
# via -r requirements.in
44-
flatterer==0.18.0
44+
flatterer==0.18.2
4545
# via hsds-schema-tools
4646
fqdn==1.5.1
4747
# via jsonschema
@@ -55,6 +55,8 @@ ijson==3.2.0.post0
5555
# via flatterer
5656
imagesize==1.4.1
5757
# via sphinx
58+
importlib-metadata==8.5.0
59+
# via sphinx
5860
isoduration==20.11.0
5961
# via jsonschema
6062
jinja2==3.1.2
@@ -134,6 +136,8 @@ rfc3987==1.3.8
134136
# via jsonschema
135137
ruamel-yaml==0.17.21
136138
# via check-jsonschema
139+
ruamel-yaml-clib==0.2.12
140+
# via ruamel-yaml
137141
six==1.16.0
138142
# via
139143
# python-dateutil
@@ -197,6 +201,8 @@ urllib3==1.26.15
197201
# transifex-client
198202
webcolors==1.13
199203
# via jsonschema
204+
zipp==3.20.2
205+
# via importlib-metadata
200206

201207
# The following packages are considered to be unsafe in a requirements file:
202208
# setuptools

0 commit comments

Comments
 (0)