diff --git a/backend/config.py b/backend/config.py index e2205470e..8d9199eb6 100644 --- a/backend/config.py +++ b/backend/config.py @@ -121,7 +121,7 @@ def get_config_from_env(env: str) -> Config: variable. Args: - env: (str) A string. Usually this is from `app.env` inside of the + env: (str) A string. Usually this is from `app.env` in the `create_app` function, which in turn is set by the environment variable `FLASK_ENV`. Returns: diff --git a/requirements/Dockerfile b/requirements/Dockerfile index cdf6a4cae..d1f26a805 100644 --- a/requirements/Dockerfile +++ b/requirements/Dockerfile @@ -15,7 +15,7 @@ SHELL ["bash", "-lc"] RUN curl https://pyenv.run | bash && \ echo 'export PATH="$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH"' >> ~/.bashrc -ENV PYTHON_VERSION=3.12.4 +ENV PYTHON_VERSION=3.12.5 RUN pyenv install ${PYTHON_VERSION} && pyenv global ${PYTHON_VERSION} RUN pip install -U pip-tools diff --git a/requirements/dev_unix.txt b/requirements/dev_unix.txt index a3ec2ab32..d515c0e2f 100644 --- a/requirements/dev_unix.txt +++ b/requirements/dev_unix.txt @@ -12,6 +12,8 @@ anyio==4.3.0 # via # httpx # jupyter-server +appnope==0.1.4 + # via ipykernel argon2-cffi==23.1.0 # via jupyter-server argon2-cffi-bindings==21.2.0 @@ -144,8 +146,6 @@ flask-wtf==1.2.1 # flask-user fqdn==1.5.1 # via jsonschema -greenlet==3.0.3 - # via sqlalchemy gunicorn==21.2.0 # via -r requirements/_core.in h11==0.14.0 diff --git a/requirements/dev_windows.txt b/requirements/dev_windows.txt index 2a986fed3..83bf386d1 100644 --- a/requirements/dev_windows.txt +++ b/requirements/dev_windows.txt @@ -12,6 +12,8 @@ anyio==4.3.0 # via # httpx # jupyter-server +appnope==0.1.4 + # via ipykernel argon2-cffi==23.1.0 # via jupyter-server argon2-cffi-bindings==21.2.0 @@ -144,8 +146,6 @@ flask-wtf==1.2.1 # flask-user fqdn==1.5.1 # via jsonschema -greenlet==3.0.3 - # via sqlalchemy gunicorn==21.2.0 # via -r requirements/_core.in h11==0.14.0 diff --git a/requirements/prod.txt b/requirements/prod.txt index 27b3c46a3..ee19c7d98 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -12,6 +12,8 @@ anyio==4.3.0 # via # httpx # jupyter-server +appnope==0.1.4 + # via ipykernel argon2-cffi==23.1.0 # via jupyter-server argon2-cffi-bindings==21.2.0 @@ -144,8 +146,6 @@ flask-wtf==1.2.1 # flask-user fqdn==1.5.1 # via jsonschema -greenlet==3.0.3 - # via sqlalchemy gunicorn==21.2.0 # via -r requirements/_core.in h11==0.14.0 diff --git a/runtime.txt b/runtime.txt index 74d315a82..8a7cba521 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.12.4 +python-3.12.5