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

chore(deps-dev): bump nox-poetry from 1.0.3 to 1.1.0 #167

Closed
wants to merge 1 commit into from
Closed
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
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ flake8-eradicate = "^1.5.0"
flake8-import-order = "^0.18.2"
mypy = "^1.14.1"
nox = "^2024.10.9"
nox-poetry = "^1.0.3"
nox-poetry = "^1.1.0"
pep8-naming = "^0.14.1"
pyfakefs = "^5.7.3"
pytest = "^8.3.4"

Unchanged files with check annotations Beta

# of your application (e.g. django logs) in real time.
# This also ensures that no partial output is held in a buffer
# somewhere and never written in case the python application crashes.
ENV PYTHONUNBUFFERED 1

Check warning on line 22 in Dockerfile

GitHub Actions / Build server image on PR from dependabot / Build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
EXPOSE 5000
CMD gunicorn "static_rdf_server:create_app" --config=static_rdf_server/gunicorn_config.py --worker-class aiohttp.GunicornWebWorker

Check warning on line 27 in Dockerfile

GitHub Actions / Build server image on PR from dependabot / Build

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/