Skip to content
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
19cb876
Bump markupsafe from 3.0.2 to 3.0.3
dependabot[bot] Sep 30, 2025
cf57df0
Bump cryptography from 46.0.1 to 46.0.2
dependabot[bot] Oct 1, 2025
29cc44d
Bump django from 4.2.24 to 4.2.25
dependabot[bot] Oct 1, 2025
91a35a2
Bump certifi from 2025.8.3 to 2025.10.5
dependabot[bot] Oct 6, 2025
9c0073e
Bump asgiref from 3.9.2 to 3.10.0
dependabot[bot] Oct 6, 2025
eee4b0c
Merge pull request #282 from blacklanternsecurity/dependabot/pip/dev/…
liquidsec Oct 9, 2025
5d9a076
Merge pull request #286 from blacklanternsecurity/dependabot/pip/dev/…
liquidsec Oct 9, 2025
973491e
Merge pull request #285 from blacklanternsecurity/dependabot/pip/dev/…
liquidsec Oct 9, 2025
770ceef
Merge branch 'dev' into dependabot/pip/django-4.2.25
liquidsec Oct 9, 2025
7d8cf61
Merge pull request #284 from blacklanternsecurity/dependabot/pip/djan…
liquidsec Oct 9, 2025
1ab4086
Merge pull request #281 from blacklanternsecurity/dependabot/pip/dev/…
liquidsec Oct 9, 2025
999f71e
Bump idna from 3.10 to 3.11
dependabot[bot] Oct 13, 2025
3bdc2ce
Bump charset-normalizer from 3.4.3 to 3.4.4
dependabot[bot] Oct 14, 2025
ee66d53
Merge pull request #288 from blacklanternsecurity/dependabot/pip/dev/…
liquidsec Oct 14, 2025
f6211c1
Bump cryptography from 46.0.2 to 46.0.3
dependabot[bot] Oct 16, 2025
841c939
Merge pull request #290 from blacklanternsecurity/dependabot/pip/dev/…
liquidsec Oct 16, 2025
1b0b42a
Merge pull request #289 from blacklanternsecurity/dependabot/pip/dev/…
liquidsec Oct 16, 2025
814abe7
Bump django from 4.2.24 to 4.2.26
dependabot[bot] Nov 6, 2025
9be4ffe
Bump certifi from 2025.10.5 to 2025.11.12
dependabot[bot] Nov 12, 2025
77bcd90
Merge pull request #293 from blacklanternsecurity/dependabot/pip/dev/…
liquidsec Nov 19, 2025
8716712
Merge branch 'dev' into dependabot/pip/django-4.2.26
liquidsec Nov 19, 2025
95c20ca
Merge pull request #292 from blacklanternsecurity/dependabot/pip/djan…
liquidsec Nov 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
asgiref==3.9.2 ; python_version >= "3.9" and python_version < "4.0"
asgiref==3.10.0 ; python_version >= "3.9" and python_version < "4.0"
blinker==1.9.0 ; python_version >= "3.9" and python_version < "4.0"
certifi==2025.8.3 ; python_version >= "3.9" and python_version < "4.0"
certifi==2025.11.12 ; python_version >= "3.9" and python_version < "4.0"
cffi==1.17.1 ; python_version >= "3.9" and python_version < "4.0" and platform_python_implementation != "PyPy"
charset-normalizer==3.4.3 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.4.4 ; python_version >= "3.9" and python_version < "4.0"
click==8.1.8 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0"
cryptography==46.0.1 ; python_version >= "3.9" and python_version < "4.0"
django==4.2.24 ; python_version >= "3.9" and python_version < "4.0"
django==4.2.26 ; python_version >= "3.9" and python_version < "4.0"
flask-unsign==1.2.1 ; python_version >= "3.9" and python_version < "4.0"
flask==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
idna==3.10 ; python_version >= "3.9" and python_version < "4.0"
idna==3.11 ; python_version >= "3.9" and python_version < "4.0"
importlib-metadata==8.7.0 ; python_version >= "3.9" and python_version < "3.10"
itsdangerous==2.2.0 ; python_version >= "3.9" and python_version < "4.0"
jinja2==3.1.6 ; python_version >= "3.9" and python_version < "4.0"
markupsafe==3.0.2 ; python_version >= "3.9" and python_version < "4.0"
markupsafe==3.0.3 ; python_version >= "3.9" and python_version < "4.0"
pycparser==2.22 ; python_version >= "3.9" and python_version < "4.0" and platform_python_implementation != "PyPy"
pycryptodome==3.23.0 ; python_version >= "3.9" and python_version < "4.0"
pyjwt[crypto]==2.10.1 ; python_version >= "3.9" and python_version < "4.0"
Expand Down
Loading