diff --git a/application/single_app/config.py b/application/single_app/config.py index d2e0efc4..be36d668 100644 --- a/application/single_app/config.py +++ b/application/single_app/config.py @@ -95,7 +95,7 @@ EXECUTOR_TYPE = 'thread' EXECUTOR_MAX_WORKERS = 30 SESSION_TYPE = 'filesystem' -VERSION = "0.250.006" +VERSION = "0.250.007" SESSION_COOKIE_SAMESITE = os.getenv('SESSION_COOKIE_SAMESITE', 'Lax') SESSION_COOKIE_HTTPONLY = os.getenv('SESSION_COOKIE_HTTPONLY', 'true').lower() != 'false' diff --git a/application/single_app/requirements.txt b/application/single_app/requirements.txt index e12214a0..62b94980 100644 --- a/application/single_app/requirements.txt +++ b/application/single_app/requirements.txt @@ -34,7 +34,7 @@ azure-storage-blob==12.24.1 azure-storage-file-share==12.25.0 azure-storage-queue==12.12.0 azure-keyvault-secrets==4.10.0 -pypdf==6.13.0 +pypdf==6.13.3 python-docx==1.1.2 python-pptx==1.0.2 flask-executor==1.0.0 diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index a8c84497..6c80ccf6 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -25,7 +25,7 @@ GEM coffee-script-source (1.12.2) colorator (1.1.0) commonmarker (0.23.12) - concurrent-ruby (1.3.5) + concurrent-ruby (1.3.7) connection_pool (2.5.4) csv (3.3.5) dnsruby (1.73.0) @@ -40,13 +40,14 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.10.0) - faraday (2.14.2) + faraday (2.14.3) faraday-net_http (>= 2.0, < 3.5) json logger - faraday-net_http (3.4.2) + faraday-net_http (3.4.4) net-http (~> 0.5) ffi (1.17.2-x64-mingw-ucrt) + ffi (1.17.2-x86_64-linux-gnu) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (232) @@ -238,7 +239,9 @@ GEM minitest (5.25.5) net-http (0.9.1) uri (>= 0.11.1) - nokogiri (1.19.3-x64-mingw-ucrt) + nokogiri (1.19.4-x64-mingw-ucrt) + racc (~> 1.4) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3)