Skip to content
Snippets Groups Projects
Commit 84c4393c authored by Tim Repke's avatar Tim Repke
Browse files

bump versions

parent 62539edb
No related branches found
No related tags found
1 merge request!69bump versions
Pipeline #2411 passed
flake8==6.1.0
tox==4.11.3
tox==4.11.4
pytest==7.4.3
pytest-cov==4.1.0
mypy==1.6.1
mypy==1.7.1
types-toml==0.10.8.7
types-PyYAML==6.0.12.12
\ No newline at end of file
......@@ -119,7 +119,7 @@ class Settings(BaseSettings):
# URL including path to OpenAlex collection
OA_SOLR: AnyHttpUrl = 'http://localhost:8983/solr/openalex' # type: ignore[assignment]
EMAIL: EmailConfig
EMAIL: EmailConfig = EmailConfig()
LOG_CONF_FILE: str = 'config/logging.conf'
LOGGING_CONF: dict[str, Any] | None = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment