From 0c194d63b3c779f8ac80eaeeec1b93ac5d54c60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:15:37 +0000 Subject: [PATCH 1/3] Bump future from 0.18.2 to 1.0.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [future](https://github.com/PythonCharmers/python-future). Updates `future` from 0.18.2 to 1.0.0 - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.2...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index dc42393..a5b9de1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,16 +17,16 @@ ddtrace==3.2.1 decorator==4.4.2 defusedxml==0.7.1 Deprecated==1.2.18 -dnspython==2.1.0 +dnspython==2.6.1 envier==0.6.1 -Flask==3.1.0 +Flask==3.1.1 Flask-Migrate==2.3.1 Flask-pyoidc==3.14.3 Flask-SQLAlchemy==3.1.1 -future==0.18.2 +future==1.0.0 greenlet==3.1.1 gunicorn==23.0.0 -idna==3.3 +idna==3.7 imageio==2.4.0 importlib-metadata==4.8.1 importlib-resources==5.3.0 @@ -47,7 +47,7 @@ psycopg2-binary==2.9.10 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.20 -pycryptodomex==3.11.0 +pycryptodomex==3.19.1 pydantic==2.10.6 pydantic-settings==2.8.1 pydantic_core==2.27.2 @@ -57,16 +57,16 @@ python-dateutil==2.8.2 python-dotenv==1.0.1 python-ldap==3.4.0 python-magic==0.4.15 -requests==2.26.0 +requests==2.32.4 s3transfer==0.10.4 six==1.16.0 SQLAlchemy==2.0.39 srvlookup==2.0.0 tqdm==4.62.3 typing_extensions==4.12.2 -urllib3==1.26.7 +urllib3==2.5.0 Wand==0.6.13 Werkzeug==3.1.3 wrapt==1.17.2 xmltodict==0.14.2 -zipp==3.6.0 +zipp==3.19.1 From 4410d01c1a3ff5b57b1f2924e3acf4860a9dc894 Mon Sep 17 00:00:00 2001 From: Max Meinhold Date: Wed, 24 Sep 2025 13:19:11 -0400 Subject: [PATCH 2/3] Use setup.cfg as version source of truth --- gallery/_version.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gallery/_version.py b/gallery/_version.py index 0dee9a5..69610f4 100644 --- a/gallery/_version.py +++ b/gallery/_version.py @@ -1,6 +1,8 @@ from os import environ as env +from setuptools.config.setupcfg import read_configuration -__version__ = "2.2.0" +config = read_configuration('setup.cfg') +__version__ = config["metadata"]["version"] BUILD_REFERENCE = env.get("OPENSHIFT_BUILD_REFERENCE") COMMIT_HASH = env.get("OPENSHIFT_BUILD_COMMIT") From afbecf2c230fae16d6b34af449204a8aff15fc20 Mon Sep 17 00:00:00 2001 From: "Noah Hanford (spaced)" Date: Sat, 24 Jan 2026 13:30:49 -0500 Subject: [PATCH 3/3] fix dropzone links --- gallery/templates/view_dir.html | 4 ++-- gallery/templates/view_filtered.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gallery/templates/view_dir.html b/gallery/templates/view_dir.html index ac003e7..3bc1c66 100644 --- a/gallery/templates/view_dir.html +++ b/gallery/templates/view_dir.html @@ -4,7 +4,7 @@ {% endblock %} {% block extraHead %} - + {% endblock %} {% block body %} @@ -233,7 +233,7 @@ {% block extraFooter %} - +