Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.3.0
black==26.3.1
ruff==0.0.275
pip-tools==7.3.0
pre-commit==3.3.3
15 changes: 9 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-dev.in
#
black==24.3.0
black==26.3.1
# via -r requirements-dev.in
build==0.10.0
# via pip-tools
Expand All @@ -16,19 +16,20 @@ click==8.1.3
# pip-tools
distlib==0.3.9
# via virtualenv
filelock==3.12.2
filelock==3.20.3
# via virtualenv
identify==2.5.24
# via pre-commit
mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==26.2
# via
# black
# build
pathspec==0.11.1
# wheel
pathspec==1.1.1
# via black
pip-tools==7.3.0
# via -r requirements-dev.in
Expand All @@ -40,13 +41,15 @@ pre-commit==3.3.3
# via -r requirements-dev.in
pyproject-hooks==1.0.0
# via build
pytokens==0.4.1
# via black
pyyaml==6.0
# via pre-commit
ruff==0.0.275
# via -r requirements-dev.in
virtualenv==20.26.6
virtualenv==20.36.1
# via pre-commit
wheel==0.40.0
wheel==0.46.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ click-repl==0.2.0
clickhouse-driver==0.2.6
clickhouse-pool==0.5.3
croniter==1.4.1
cryptography>=0.9
cryptography>=46.0.7
dj-database-url==1.0.0
Django==4.2.25
Django==4.2.30
django-cors-headers==3.13.0
django-ipware==5.0.0
django-redis==5.2.0
Expand All @@ -41,15 +41,15 @@ pytz==2023.2
pytz-deprecation-shim==0.1.0.post0
PyYAML==6.0
redis==4.5.4
requests==2.32.4
requests==2.33.0
six==1.16.0
sqlparse==0.5.0
sqlparse==0.5.4
structlog==22.3.0
tqdm==4.66.3
tzdata==2023.3
tzlocal==4.3
uritemplate==4.1.1
urllib3==2.5.0
urllib3==2.7.0
vine==5.0.0
wcwidth==0.2.6
whitenoise==5.2.0
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ certifi==2024.7.4
# -r requirements.in
# requests
# sentry-sdk
cffi==1.15.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.1.0
# via
Expand Down Expand Up @@ -75,11 +75,11 @@ clickhouse-pool==0.5.3
# via -r requirements.in
croniter==1.4.1
# via -r requirements.in
cryptography==44.0.1
cryptography==46.0.7
# via -r requirements.in
dj-database-url==1.0.0
# via -r requirements.in
django==4.2.25
django==4.2.30
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -174,7 +174,7 @@ redis==4.5.4
# via
# -r requirements.in
# django-redis
requests==2.32.4
requests==2.33.0
# via
# -r requirements.in
# openai
Expand All @@ -185,7 +185,7 @@ six==1.16.0
# -r requirements.in
# click-repl
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.4
# via
# -r requirements.in
# django
Expand All @@ -209,7 +209,7 @@ uritemplate==4.1.1
# via
# -r requirements.in
# drf-spectacular
urllib3==2.5.0
urllib3==2.7.0
# via
# -r requirements.in
# requests
Expand Down
Loading