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.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mypy==1.17.1
onesignal-sdk~=1.0.0
psycopg2-binary~=2.9.3
pylint-quotes==0.2.3
pylint~=2.8.0
pylint~=3.3.8
sentry-sdk~=1.5.12
sqlalchemy[mypy]~=1.4.31

Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alembic==1.16.4
# via flask-migrate
annotated-types==0.7.0
# via pydantic
astroid==2.5.6
astroid==3.3.11
# via pylint
blinker==1.9.0
# via flask-mail
Expand All @@ -34,6 +34,8 @@ ddtrace==3.12.2
# via -r requirements.in
defusedxml==0.7.1
# via oic
dill==0.4.0
# via pylint
dnspython==2.7.0
# via srvlookup
envier==0.6.1
Expand Down Expand Up @@ -76,8 +78,6 @@ itsdangerous==1.1.0
# via flask
jinja2==2.11.3
# via flask
lazy-object-proxy==1.12.0
# via astroid
legacy-cgi==2.6.3
# via ddtrace
mako==1.3.10
Expand Down Expand Up @@ -109,6 +109,8 @@ pep517==0.13.1
# via pip-tools
pip-tools==6.6.2
# via -r requirements.in
platformdirs==4.3.8
# via pylint
protobuf==6.32.0
# via ddtrace
psycopg2-binary==2.9.10
Expand All @@ -133,7 +135,7 @@ pydantic-settings==2.10.1
# via oic
pyjwkest==1.4.2
# via oic
pylint==2.8.3
pylint==3.3.8
# via
# -r requirements.in
# pylint-quotes
Expand Down Expand Up @@ -162,7 +164,7 @@ sqlalchemy2-stubs==0.0.2a38
# via sqlalchemy
srvlookup==2.0.0
# via csh-ldap
toml==0.10.2
tomlkit==0.13.3
# via pylint
typing-extensions==4.14.1
# via
Expand All @@ -187,9 +189,7 @@ werkzeug==1.0.1
wheel==0.45.1
# via pip-tools
wrapt==1.12.1
# via
# astroid
# ddtrace
# via ddtrace
zipp==3.23.0
# via importlib-metadata

Expand Down
Loading