-
- Downloads
Merge branch 'main' into production
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- openbook/settings/__init__.py 9 additions, 0 deletionsopenbook/settings/__init__.py
- openbook_notifications/notifications.py 9 additions, 2 deletionsopenbook_notifications/notifications.py
- openbook_notifications/tests/test_notifications.py 8 additions, 4 deletionsopenbook_notifications/tests/test_notifications.py
- renovate.json 7 additions, 0 deletionsrenovate.json
- requirements.txt 21 additions, 20 deletionsrequirements.txt
... | @@ -22,12 +22,12 @@ bandit~=1.7.9 | ... | @@ -22,12 +22,12 @@ bandit~=1.7.9 |
beautifulsoup4~=4.12.3 | beautifulsoup4~=4.12.3 | ||
black~=24.10.0 | black~=24.10.0 | ||
blurhash-python~=1.2.2 | blurhash-python~=1.2.2 | ||
boto3~=1.34.154 | boto3~=1.35.46 | ||
botocore~=1.34.154 | botocore~=1.35.46 | ||
cachetools~=5.4.0 | cachetools~=5.5.0 | ||
certifi~=2024.8.30 | certifi~=2024.8.30 | ||
cffi~=1.17.0 | cffi~=1.17.0 | ||
charset-normalizer~=3.3.2 | charset-normalizer~=3.4.0 | ||
click~=8.1.3 | click~=8.1.3 | ||
colorama~=0.4.6 | colorama~=0.4.6 | ||
colorlog~=6.8.2 | colorlog~=6.8.2 | ||
... | @@ -38,7 +38,7 @@ Django~=5.0.7 | ... | @@ -38,7 +38,7 @@ Django~=5.0.7 |
django-admin-rangefilter~=0.13.1 | django-admin-rangefilter~=0.13.1 | ||
django-appconf~=1.0.6 | django-appconf~=1.0.6 | ||
django-cacheops~=7.0.2 | django-cacheops~=7.0.2 | ||
django-cors-headers~=4.4.0 | django-cors-headers~=4.5.0 | ||
django-cursor-pagination~=0.3.0 | django-cursor-pagination~=0.3.0 | ||
django-debug-toolbar~=4.4.6 | django-debug-toolbar~=4.4.6 | ||
django-extensions~=3.2.3 | django-extensions~=3.2.3 | ||
... | @@ -58,22 +58,23 @@ djangorestframework-camel-case~=1.4.2 | ... | @@ -58,22 +58,23 @@ djangorestframework-camel-case~=1.4.2 |
dparse~=0.6.4b0 | dparse~=0.6.4b0 | ||
execnet~=2.1.1 | execnet~=2.1.1 | ||
Faker~=12.0.1 # mixer 7.2.2 depends on Faker<12.1 and >=5.4.0 | Faker~=12.0.1 # mixer 7.2.2 depends on Faker<12.1 and >=5.4.0 | ||
filelock~=3.15.4 | filelock~=3.16.1 | ||
frozenlist~=1.4.1 | frozenlist~=1.5.0 | ||
funcy~=2.0 | funcy~=2.0 | ||
gitdb~=4.0.11 | gitdb~=4.0.11 | ||
GitPython~=3.1.43 | GitPython~=3.1.43 | ||
google-api-core~=2.19.1 | google-api-core~=2.21.0 | ||
google-auth~=2.33.0 | google-auth~=2.35.0 | ||
google-cloud-pubsub~=2.23.0 | google-cloud-pubsub~=2.26.1 | ||
google-cloud-webrisk~=1.14.5 | google-cloud-webrisk~=1.14.5 | ||
googleapis-common-protos~=1.63.0 | googleapis-common-protos~=1.65.0 | ||
graphql-core~=3.2.3 | graphql-core~=3.2.3 | ||
grpc-google-iam-v1~=0.13.0 | grpc-google-iam-v1~=0.13.0 | ||
grpcio~=1.65.4 | grpcio~=1.67.0 | ||
grpcio-status~=1.62.1 | grpcio-status~=1.62.1 | ||
h11~=0.14.0 | h11~=0.14.0 | ||
halo~=0.0.31 | halo~=0.0.31 | ||
hiredis~=3.0.0 | |||
httpcore~=1.0.5 | httpcore~=1.0.5 | ||
httpx~=0.27.0 | httpx~=0.27.0 | ||
icalendar~=5.0.13 | icalendar~=5.0.13 | ||
... | @@ -86,10 +87,10 @@ langdetect~=1.0.9 | ... | @@ -86,10 +87,10 @@ langdetect~=1.0.9 |
log-symbols~=0.0.14 | log-symbols~=0.0.14 | ||
markdown-it-py~=3.0.0 | markdown-it-py~=3.0.0 | ||
MarkupSafe~=2.1.5 | MarkupSafe~=2.1.5 | ||
marshmallow~=3.21.3 | marshmallow~=3.23.0 | ||
mdurl~=0.1.2 | mdurl~=0.1.2 | ||
mixer~=7.2.2 | mixer~=7.2.2 | ||
multidict~=6.0.5 | multidict~=6.1.0 | ||
mypy-extensions~=1.0.0 | mypy-extensions~=1.0.0 | ||
nose~=1.3.7 | nose~=1.3.7 | ||
nose-exclude~=0.5.0 | nose-exclude~=0.5.0 | ||
... | @@ -97,14 +98,14 @@ novu~=1.14.0 | ... | @@ -97,14 +98,14 @@ novu~=1.14.0 |
packaging~=24.1 | packaging~=24.1 | ||
pathspec~=0.12.1 | pathspec~=0.12.1 | ||
pathtools~=0.1.2 | pathtools~=0.1.2 | ||
pbr~=6.0.0 | pbr~=6.1.0 | ||
pilkit~=3.0 | pilkit~=3.0 | ||
pillow~=10.4.0 | pillow~=10.4.0 | ||
pinocchio~=0.4.3 | pinocchio~=0.4.3 | ||
platformdirs~=4.2.0 | platformdirs~=4.3.6 | ||
pluggy~=1.5.0 | pluggy~=1.5.0 | ||
posthog==3.7.0 | posthog==3.7.0 | ||
proto-plus~=1.24.0 | proto-plus~=1.25.0 | ||
protobuf~=4.25.3 | protobuf~=4.25.3 | ||
psycopg~=3.2.1 | psycopg~=3.2.1 | ||
psycopg-binary~=3.2.1 | psycopg-binary~=3.2.1 | ||
... | @@ -115,11 +116,11 @@ pydantic~=2.8.2 | ... | @@ -115,11 +116,11 @@ pydantic~=2.8.2 |
pydantic_core~=2.20.1 | pydantic_core~=2.20.1 | ||
Pygments~=2.18.0 | Pygments~=2.18.0 | ||
PyJWT~=2.9.0 | PyJWT~=2.9.0 | ||
pyparsing~=3.1.2 | pyparsing~=3.2.0 | ||
pytest~=8.3.2 | pytest~=8.3.2 | ||
pytest-asyncio~=0.23.8 | pytest-asyncio~=0.24.0 | ||
pytest-cov~=5.0.0 | pytest-cov~=5.0.0 | ||
pytest-django~=4.8.0 | pytest-django~=4.9.0 | ||
pytest-xdist~=3.6.1 | pytest-xdist~=3.6.1 | ||
python-benedict~=0.33.2 | python-benedict~=0.33.2 | ||
python-dateutil~=2.9.0.post0 | python-dateutil~=2.9.0.post0 | ||
... | ... |
Please register or sign in to comment