Skip to content

Commit 1a63aac

Browse files
authored
Merge pull request #985 from paullizer/dependabot-bumps-20260701
Bump Dependabot-managed dependencies
2 parents af5a28f + 1cf4ce1 commit 1a63aac

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

application/single_app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
EXECUTOR_TYPE = 'thread'
9696
EXECUTOR_MAX_WORKERS = 30
9797
SESSION_TYPE = 'filesystem'
98-
VERSION = "0.250.006"
98+
VERSION = "0.250.007"
9999

100100
SESSION_COOKIE_SAMESITE = os.getenv('SESSION_COOKIE_SAMESITE', 'Lax')
101101
SESSION_COOKIE_HTTPONLY = os.getenv('SESSION_COOKIE_HTTPONLY', 'true').lower() != 'false'

application/single_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ azure-storage-blob==12.24.1
3434
azure-storage-file-share==12.25.0
3535
azure-storage-queue==12.12.0
3636
azure-keyvault-secrets==4.10.0
37-
pypdf==6.13.0
37+
pypdf==6.13.3
3838
python-docx==1.1.2
3939
python-pptx==1.0.2
4040
flask-executor==1.0.0

docs/Gemfile.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GEM
2525
coffee-script-source (1.12.2)
2626
colorator (1.1.0)
2727
commonmarker (0.23.12)
28-
concurrent-ruby (1.3.5)
28+
concurrent-ruby (1.3.7)
2929
connection_pool (2.5.4)
3030
csv (3.3.5)
3131
dnsruby (1.73.0)
@@ -40,13 +40,14 @@ GEM
4040
ffi (>= 1.15.0)
4141
eventmachine (1.2.7)
4242
execjs (2.10.0)
43-
faraday (2.14.2)
43+
faraday (2.14.3)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
47-
faraday-net_http (3.4.2)
47+
faraday-net_http (3.4.4)
4848
net-http (~> 0.5)
4949
ffi (1.17.2-x64-mingw-ucrt)
50+
ffi (1.17.2-x86_64-linux-gnu)
5051
forwardable-extended (2.6.0)
5152
gemoji (4.1.0)
5253
github-pages (232)
@@ -238,7 +239,9 @@ GEM
238239
minitest (5.25.5)
239240
net-http (0.9.1)
240241
uri (>= 0.11.1)
241-
nokogiri (1.19.3-x64-mingw-ucrt)
242+
nokogiri (1.19.4-x64-mingw-ucrt)
243+
racc (~> 1.4)
244+
nokogiri (1.19.4-x86_64-linux-gnu)
242245
racc (~> 1.4)
243246
octokit (4.25.1)
244247
faraday (>= 1, < 3)

0 commit comments

Comments
 (0)