Skip to content

Commit

Permalink
chore: updating django-related deps (#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasb authored Feb 3, 2025
1 parent cc356c9 commit ca40a82
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Upload artifact
if: failure()
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./grafana-plugin/playwright-report/

Expand Down
2 changes: 1 addition & 1 deletion engine/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charset-normalizer==3.3.2
# requests
distlib==0.3.8
# via virtualenv
django==4.2.17
django==4.2.18
# via
# -c requirements.txt
# django-stubs
Expand Down
5 changes: 3 additions & 2 deletions engine/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
babel==2.12.1
beautifulsoup4==4.12.2
celery[redis]==5.3.1
celery[redis]==5.3.6
cryptography==43.0.1
django==4.2.17
django==4.2.18
django-add-default-value==0.10.0
django-anymail[amazon-ses]==12.0
django-cors-headers==3.7.0
Expand Down Expand Up @@ -32,6 +32,7 @@ fcm-django @ https://github.com/grafana/fcm-django/archive/refs/tags/v1.0.12r1.t
hiredis==2.2.3
humanize==4.10.0
icalendar==5.0.10
jinja2==3.1.5
lxml==5.2.2
markdown2==2.4.10
opentelemetry-sdk==1.26.0
Expand Down
14 changes: 8 additions & 6 deletions engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cachetools==4.2.2
# via
# google-auth
# python-telegram-bot
celery[redis]==5.3.1
celery==5.3.6
# via -r requirements.in
certifi==2024.7.4
# via
Expand Down Expand Up @@ -75,7 +75,7 @@ deprecated==1.2.14
# opentelemetry-api
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-semantic-conventions
django==4.2.17
django==4.2.18
# via
# -r requirements.in
# django-add-default-value
Expand All @@ -97,7 +97,7 @@ django==4.2.17
# social-auth-app-django
django-add-default-value==0.10.0
# via -r requirements.in
django-anymail[amazon-ses]==12.0
django-anymail==12.0
# via -r requirements.in
django-cors-headers==3.7.0
# via -r requirements.in
Expand Down Expand Up @@ -152,7 +152,7 @@ firebase-admin==5.4.0
# via fcm-django
flask==3.0.2
# via slack-export-viewer
google-api-core[grpc]==2.17.0
google-api-core==2.17.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -229,8 +229,10 @@ inflection==0.5.1
# via drf-spectacular
itsdangerous==2.1.2
# via flask
jinja2==3.1.4
# via flask
jinja2==3.1.5
# via
# -r requirements.in
# flask
jmespath==1.0.1
# via
# boto3
Expand Down

0 comments on commit ca40a82

Please sign in to comment.