File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11from os import environ as env
2+ from setuptools .config .setupcfg import read_configuration
23
3- __version__ = "2.2.0"
4+ config = read_configuration ('setup.cfg' )
5+ __version__ = config ["metadata" ]["version" ]
46
57BUILD_REFERENCE = env .get ("OPENSHIFT_BUILD_REFERENCE" )
68COMMIT_HASH = env .get ("OPENSHIFT_BUILD_COMMIT" )
Original file line number Diff line number Diff line change 44{% endblock %}
55
66{% block extraHead %}
7- < link rel ="stylesheet " href ="https://rawgit .com/enyo/ dropzone/master/ dist/dropzone.css ">
7+ < link rel ="stylesheet " href ="https://unpkg .com/dropzone@5/ dist/min/ dropzone.min. css " type =" text/css " / >
88< link href ="https://mbraak.github.io/jqTree/jqtree.css " rel ="stylesheet ">
99{% endblock %}
1010{% block body %}
@@ -233,7 +233,7 @@ <h4 class="modal-title">Upload</h4>
233233
234234{% block extraFooter %}
235235< script src ="https://cdnjs.cloudflare.com/ajax/libs/jqtree/1.3.5/tree.jquery.min.js "> </ script >
236- < script src ="https://rawgit .com/enyo/ dropzone/master/ dist/dropzone.js "> </ script >
236+ < script src ="https://unpkg .com/dropzone@5/ dist/min/ dropzone.min .js "> </ script >
237237< script >
238238 $ ( function ( ) {
239239 populateDirTree ( ) ;
Original file line number Diff line number Diff line change 44{% endblock %}
55
66{% block extraHead %}
7- < link rel ="stylesheet " href ="https://rawgit .com/enyo/ dropzone/master/ dist/dropzone.css ">
7+ < link rel ="stylesheet " href ="https://unpkg .com/dropzone@5/ dist/min/ dropzone.min. css " type =" text/css " / >
88{% endblock %}
99{% block body %}
1010
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ ddtrace==3.2.1
1717decorator == 4.4.2
1818defusedxml == 0.7.1
1919Deprecated == 1.2.18
20- dnspython == 2.1.0
20+ dnspython == 2.6.1
2121envier == 0.6.1
22- Flask == 3.1.0
22+ Flask == 3.1.1
2323Flask-Migrate == 2.3.1
2424Flask-pyoidc == 3.14.3
2525Flask-SQLAlchemy == 3.1.1
26- future == 0.18.2
26+ future == 1.0.0
2727greenlet == 3.1.1
2828gunicorn == 23.0.0
29- idna == 3.3
29+ idna == 3.7
3030imageio == 2.4.0
3131importlib-metadata == 4.8.1
3232importlib-resources == 5.3.0
@@ -47,7 +47,7 @@ psycopg2-binary==2.9.10
4747pyasn1 == 0.4.8
4848pyasn1-modules == 0.2.8
4949pycparser == 2.20
50- pycryptodomex == 3.11.0
50+ pycryptodomex == 3.19.1
5151pydantic == 2.10.6
5252pydantic-settings == 2.8.1
5353pydantic_core == 2.27.2
@@ -57,16 +57,16 @@ python-dateutil==2.8.2
5757python-dotenv == 1.0.1
5858python-ldap == 3.4.0
5959python-magic == 0.4.15
60- requests == 2.26.0
60+ requests == 2.32.4
6161s3transfer == 0.10.4
6262six == 1.16.0
6363SQLAlchemy == 2.0.39
6464srvlookup == 2.0.0
6565tqdm == 4.62.3
6666typing_extensions == 4.12.2
67- urllib3 == 1.26.7
67+ urllib3 == 2.5.0
6868Wand == 0.6.13
6969Werkzeug == 3.1.3
7070wrapt == 1.17.2
7171xmltodict == 0.14.2
72- zipp == 3.6.0
72+ zipp == 3.19.1
You can’t perform that action at this time.
0 commit comments