Skip to content

Commit

Permalink
Merge pull request #86 from geoadmin/develop
Browse files Browse the repository at this point in the history
New Release v1.12.0 - #minor
  • Loading branch information
ltshb authored Jun 6, 2024
2 parents 8da28cb + a2d8982 commit 857fa08
Show file tree
Hide file tree
Showing 6 changed files with 931 additions and 799 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ dockerrun: clean_logs dockerbuild $(LOGS_DIR)

.PHONY: lint-spec
lint-spec:
docker run --volume "$(PWD)":/data jamescooke/openapi-validator:0.54.0 -e openapi.yml

docker run --volume "$(PWD)":/data 974517877189.dkr.ecr.eu-central-1.amazonaws.com/external/openapi/openapi-validator:0.54.0 -e openapi.yml

.PHONY: serve-spec-recod
serve-spec-redoc:
Expand Down
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PyYAML = "~=6.0"
gevent = "~=22.10.2"
gunicorn = "~=20.1.0"
Flask = "~=2.3.2"
logging-utilities = "~=4.0.0"
logging-utilities = "~=4.3.0"
boto3 = "~=1.26.140"
pyproj = "~=3.5.0"
requests = "~=2.31.0"
Expand All @@ -24,6 +24,7 @@ yapf = "*"
nose2 = "*"
pylint = "*"
pylint_sqlalchemy = "~=0.2.0"
astroid = "~=2.15.5"
pylint_flask = "~=0.6"
requests-mock = "*"
lxml = "*"
Expand Down
Loading

0 comments on commit 857fa08

Please sign in to comment.