Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problem seen where flatterer 0.18.0 does not exist any more. #515

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docutils==0.17.1
# sphinxcontrib-opendataservices-jsonschema
erd-from-json-table-schema==0.2.0
# via -r requirements.in
flatterer==0.18.0
flatterer==0.18.2
# via hsds-schema-tools
fqdn==1.5.1
# via jsonschema
Expand All @@ -55,6 +55,8 @@ ijson==3.2.0.post0
# via flatterer
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via sphinx
isoduration==20.11.0
# via jsonschema
jinja2==3.1.2
Expand Down Expand Up @@ -134,6 +136,8 @@ rfc3987==1.3.8
# via jsonschema
ruamel-yaml==0.17.21
# via check-jsonschema
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
six==1.16.0
# via
# python-dateutil
Expand Down Expand Up @@ -197,6 +201,8 @@ urllib3==1.26.15
# transifex-client
webcolors==1.13
# via jsonschema
zipp==3.20.2
# via importlib-metadata

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