Compare commits

..

2 Commits

Author SHA1 Message Date
tek
79d565712c Fixes code 2025-06-19 23:47:54 +02:00
makitos666
ee34bcff92 Update global_preferences.py
Added a warning for lockdown mode when the property is not present
2025-06-19 17:02:15 +02:00
2 changed files with 1 additions and 12 deletions

View File

@@ -1,11 +0,0 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View File

@@ -22,7 +22,7 @@ dependencies = [
"click==8.2.1",
"rich==14.0.0",
"tld==0.13.1",
"requests==2.32.4",
"requests==2.32.2",
"simplejson==3.20.1",
"packaging==25.0",
"appdirs==1.4.4",