Skip to content
Merged
Changes from all commits
Commits
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
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
#
# pip-compile requirements.in
#
asgiref==3.9.2
asgiref==3.11.0
# via django
autopep8==2.3.2
# via -r requirements.in
build==1.3.0
# via pip-tools
certifi==2025.8.3
certifi==2025.11.12
# via requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
clang-format==21.1.2
clang-format==21.1.6
# via -r requirements.in
click==8.3.0
click==8.3.1
# via pip-tools
cssselect==1.3.0
# via splinter
django==5.2.7
django==5.2.9
# via
# -r requirements.in
# django-reversion
# splinter
django-reversion==6.0.0
# via -r requirements.in
idna==3.10
idna==3.11
# via requests
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
lxml==6.0.2
# via splinter
markdown==3.9
markdown==3.10
# via
# -r requirements.in
# pymdown-extensions
Expand All @@ -49,21 +49,21 @@ packaging==25.0
# pytest
parameterized==0.9.0
# via -r requirements.in
pip-tools==7.5.0
pip-tools==7.5.2
# via -r requirements.in
pluggy==1.6.0
# via pytest
pycodestyle==2.14.0
# via autopep8
pygments==2.19.2
# via pytest
pymdown-extensions==10.16.1
pymdown-extensions==10.17.2
# via -r requirements.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.4.2
pytest==9.0.1
# via
# -r requirements.in
# pytest-django
Expand All @@ -79,7 +79,7 @@ requests-oauthlib==2.0.0
# via tweepy
splinter[django]==0.21.0
# via -r requirements.in
sqlparse==0.5.3
sqlparse==0.5.4
# via django
tweepy==4.16.0
# via -r requirements.in
Expand Down