oncall-engine/engine/requirements.txt

483 lines
11 KiB
Text
Raw Normal View History

# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
amqp==5.2.0
# via kombu
appdirs==1.4.4
# via django-migration-linter
apscheduler==3.6.3
# via python-telegram-bot
asgiref==3.7.2
# via django
attrs==23.2.0
# via
# jsonschema
# referencing
autopep8==2.0.4
# via django-silk
babel==2.12.1
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
beautifulsoup4==4.12.2
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
billiard==4.2.0
# via celery
blinker==1.7.0
# via flask
boto3==1.34.41
# via django-anymail
botocore==1.34.41
# via
# boto3
# s3transfer
cachecontrol==0.14.0
# via firebase-admin
cachetools==4.2.2
# via
# google-auth
# python-telegram-bot
celery==5.3.6
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
certifi==2024.7.4
# via
# python-telegram-bot
# requests
cffi==1.16.0
# via
# cryptography
# django-sns-view
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
# flask
# slack-export-viewer
click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==43.0.1
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# django-mirage-field
# pyopenssl
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
deprecated==1.2.14
# via
# opentelemetry-api
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-semantic-conventions
django==4.2.19
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# django-add-default-value
# django-anymail
# django-cors-headers
# django-debug-toolbar
# django-filter
# django-log-request-id
# django-migration-linter
# django-mysql
# django-polymorphic
# django-redis
# django-rest-polymorphic
# django-silk
# django-sns-view
# djangorestframework
# drf-spectacular
# fcm-django
# social-auth-app-django
django-add-default-value==0.10.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-anymail==12.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-cors-headers==3.7.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-dbconn-retry==0.1.7
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-debug-toolbar==4.1.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-filter==2.4.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-ipware==4.0.2
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-log-request-id==1.6.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-migration-linter==4.1.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-mirage-field==1.3.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-mysql==4.16.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-polymorphic==3.1.0
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# django-rest-polymorphic
django-ratelimit==2.0.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-redis==5.4.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-rest-polymorphic==0.1.10
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-silk==5.0.3
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
django-sns-view==0.1.2
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
Bump djangorestframework from 3.14.0 to 3.15.2 in /engine (#4593) Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/django-rest-framework/releases">djangorestframework's releases</a>.</em></p> <blockquote> <h2>Version 3.15.1</h2> <h2>What's Changed</h2> <ul> <li>Update the message to be consistent with the Django `HttpResponseBa… by <a href="https://github.com/maycuatroi"><code>@​maycuatroi</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9287">encode/django-rest-framework#9287</a></li> <li>Make <code>inflection</code> package truly optional by <a href="https://github.com/browniebroke"><code>@​browniebroke</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9303">encode/django-rest-framework#9303</a></li> <li>Fix broken links in release notes for 3.15 by <a href="https://github.com/browniebroke"><code>@​browniebroke</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9305">encode/django-rest-framework#9305</a></li> <li>TokenAdmin.autocomplete_fields Breaks Some Use Cases, Revert by <a href="https://github.com/alexdlaird"><code>@​alexdlaird</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9301">encode/django-rest-framework#9301</a></li> <li>Add drf-sendables to third-party-packages.md by <a href="https://github.com/amikrop"><code>@​amikrop</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9261">encode/django-rest-framework#9261</a></li> <li>Revert &quot;feat: Add some changes to ValidationError to support django style vad…&quot; by <a href="https://github.com/auvipy"><code>@​auvipy</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9326">encode/django-rest-framework#9326</a></li> <li>Revert &quot;Re-prefetch related objects after updating&quot; by <a href="https://github.com/auvipy"><code>@​auvipy</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9327">encode/django-rest-framework#9327</a></li> <li>Revert <a href="https://redirect.github.com/encode/django-rest-framework/issues/8863">#8863</a> by <a href="https://github.com/tomchristie"><code>@​tomchristie</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9330">encode/django-rest-framework#9330</a></li> <li>Revert <a href="https://redirect.github.com/encode/django-rest-framework/issues/8009">#8009</a> by <a href="https://github.com/tomchristie"><code>@​tomchristie</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9332">encode/django-rest-framework#9332</a></li> <li>Revert <a href="https://redirect.github.com/encode/django-rest-framework/issues/9030">#9030</a> by <a href="https://github.com/tomchristie"><code>@​tomchristie</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9333">encode/django-rest-framework#9333</a></li> <li>Revert &quot;Fix NamespaceVersioning ignoring DEFAULT_VERSION on non-None namespaces&quot; by <a href="https://github.com/auvipy"><code>@​auvipy</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9335">encode/django-rest-framework#9335</a></li> <li><code>SearchFilter.get_search_terms</code> returns list. by <a href="https://github.com/tomchristie"><code>@​tomchristie</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9338">encode/django-rest-framework#9338</a></li> <li>Version 3.15.1 by <a href="https://github.com/tomchristie"><code>@​tomchristie</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9339">encode/django-rest-framework#9339</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/maycuatroi"><code>@​maycuatroi</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9287">encode/django-rest-framework#9287</a></li> <li><a href="https://github.com/alexdlaird"><code>@​alexdlaird</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9301">encode/django-rest-framework#9301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/django-rest-framework/compare/3.15.0...3.15.1">https://github.com/encode/django-rest-framework/compare/3.15.0...3.15.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/django-rest-framework/commit/c7a7eae551528b6887614df816c8a26df70272d6"><code>c7a7eae</code></a> Version 3.15.2 (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9439">#9439</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/3b41f0124194430da957b119712978fa2266b642"><code>3b41f01</code></a> Fix potential XSS vulnerability in break_long_headers template filter (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9435">#9435</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/fe92f0dd0d4c587eed000c7de611ddbff241bd6a"><code>fe92f0d</code></a> Add <code>__hash__</code> method for <code>permissions.OperandHolder</code> class (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9417">#9417</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/fbdab09c776d5ceef041793a7acd1c9e91695e5d"><code>fbdab09</code></a> docs: Correct some evaluation results and a httpie option in Tutorial1 (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9421">#9421</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/36d5c0e74f562cbe3055f0d20818bd48d3c32359"><code>36d5c0e</code></a> tests: Check urlpatterns after cleanups (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9400">#9400</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/9d4ed054bf8acfac6209b7e7f837fc97517affcc"><code>9d4ed05</code></a> Don't use Windows line endings</li> <li><a href="https://github.com/encode/django-rest-framework/commit/b34bde47d7fff403df4143a35c71975d7c2e7763"><code>b34bde4</code></a> Fix typo in setup.cfg setting</li> <li><a href="https://github.com/encode/django-rest-framework/commit/ab681f2d5e4a9645aa68eabf1ff18e41d0d5f642"><code>ab681f2</code></a> Update requirements in docs</li> <li><a href="https://github.com/encode/django-rest-framework/commit/22377241a89c8233b45441b5adde5b858edef371"><code>2237724</code></a> bump pygments (security hygiene)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/d58b8da591120abedc94c1b71576cb9afb2d7868"><code>d58b8da</code></a> Update deprecation hints</li> <li>Additional commits viewable in <a href="https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=djangorestframework&package-manager=pip&previous-version=3.14.0&new-version=3.15.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com> Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2024-08-09 19:06:43 +00:00
djangorestframework==3.15.2
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# django-rest-polymorphic
# drf-spectacular
drf-spectacular==0.28.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
Fix warnings when running backend tests (#2079) # What this PR does - update `make test` to always use `settings.ci-test`. Right now it will use whatever the value of `DJANGO_SETTINGS_MODULE` is in `./dev/.env.dev`, which causes ~45 tests to fail - Fix several Python warnings that we see when running the tests ```bash RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation, you can move the text to a code comment or docstring. alert_create_signal = django.dispatch.Signal( ``` ```bash PytestCollectionWarning: cannot collect test class 'TestOnlyBackend' because it has a __init__ constructor (from: apps/api/tests/test_alert_receive_channel_template.py) class TestOnlyBackend(BaseMessagingBackend): ``` ```bash DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' return emoji.emojize(self.verbal_name, use_aliases=True) ``` ```bash DateTimeField CustomOnCallShift.start received a naive datetime (2023-06-01 12:53:12) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" ``` ```bash apps/twilioapp/tests/test_phone_calls.py::test_resolve_by_phone /etc/app/apps/twilioapp/tests/test_phone_calls.py:173: DeprecationWarning: The 'text' argument to find()-type methods is deprecated. Use 'string' instead. content = BeautifulSoup(content, features="html.parser").findAll(text=True) ``` ```bash apps/twilioapp/tests/test_phone_calls.py::test_resolve_by_phone apps/twilioapp/tests/test_phone_calls.py::test_wrong_pressed_digit /usr/local/lib/python3.11/site-packages/bs4/builder/__init__.py:545: XMLParsedAsHTMLWarning: It looks like you're parsing an XML document using an HTML parser. If this really is an HTML document (maybe it's XHTML?), you can ignore or filter this warning. If it's XML, you should know that using an XML parser will be more reliable. To parse this document as XML, make sure you have the lxml package installed, and pass the keyword argument `features="xml"` into the BeautifulSoup constructor. ``` ```bash apps/twilioapp/tests/test_phone_calls.py::test_forbidden_requests /usr/local/lib/python3.11/site-packages/social_django/urls.py:15: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^login/(?P<backend>[^/]+){0}$'.format(extra), views.auth, ``` ```bash apps/twilioapp/tests/test_phone_calls.py: 66 warnings /usr/local/lib/python3.11/site-packages/debug_toolbar/utils.py:255: DeprecationWarning: currentThread() is deprecated, use current_thread() instead thread = threading.currentThread() ``` ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
2023-06-06 20:38:00 +02:00
emoji==2.4.0
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# slack-export-viewer
factory-boy==2.12.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
faker==23.1.0
# via factory-boy
fcm-django @ https://github.com/grafana/fcm-django/archive/refs/tags/v1.0.12r1.tar.gz#sha256=7ec7cd9d353fc9edf19a4acd4fa14090a31d83d02ac986c5e5e081dea29f564f
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
firebase-admin==5.4.0
# via fcm-django
flask==3.0.2
# via slack-export-viewer
google-api-core==2.17.0
# via
# firebase-admin
# google-api-python-client
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
Google OAuth2 flow + fetch Google Calendar OOO events (#4067) # What this PR does The following is deployed under a feature flag. **How it works** 1. The user clicks on the "Connect using your Google account" button in the user profile settings modal 2. The UI makes a call to `GET /api/internal/v1/login/google-oauth2`. The backend has now been configured to add `apps.social_auth.backends.GoogleOAuth2` as a "`social_auth` backend". 3. The backend will respond w/ a URL which points to the Google OAuth2 consent screen. The frontend then proceeds by sending the user to this page. This URL includes the following query parameters (amongst others): - `redirect_uri` - this will send the user back to `/api/internal/v1/complete/google-oauth2` (ie. make another API call to the OnCall backend to finalize the Google OAuth2 flow) - `state` - this represents an `apps.auth_token.models.GoogleOAuth2Token` token. This allows us to identify the OnCall user once they've linked their Google account. 4. Once redirected back to `/api/internal/v1/complete/google-oauth2`, this will complete the OAuth2 flow. At this point, the backend has access to several pieces of information about the Google user, including their `access_token` and `refresh_token`. We persist these (encrypted) for future use to fetch the user's out-of-office calendar events 5. The response from the API call in 4 above ☝️ is HTTP 302 (redirect) to `/a/grafana-oncall-app/users/me` (ie. open the user profile settings modal). At this point the user will see that their account has been connected and they can further configure the settings ![image](https://github.com/grafana/oncall/assets/9406895/c7673055-8485-4f9a-98df-b4f7347229ce) ## Which issue(s) this PR closes Closes https://github.com/grafana/oncall-private/issues/2584 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - will be done in https://github.com/grafana/oncall-private/issues/2591 - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. - will be done in https://github.com/grafana/oncall-private/issues/2591 --------- Co-authored-by: Dominik <dominik.broj@grafana.com> Co-authored-by: Maxim Mordasov <maxim.mordasov@grafana.com>
2024-04-02 14:59:03 -04:00
google-api-python-client==2.122.0
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
Google OAuth2 flow + fetch Google Calendar OOO events (#4067) # What this PR does The following is deployed under a feature flag. **How it works** 1. The user clicks on the "Connect using your Google account" button in the user profile settings modal 2. The UI makes a call to `GET /api/internal/v1/login/google-oauth2`. The backend has now been configured to add `apps.social_auth.backends.GoogleOAuth2` as a "`social_auth` backend". 3. The backend will respond w/ a URL which points to the Google OAuth2 consent screen. The frontend then proceeds by sending the user to this page. This URL includes the following query parameters (amongst others): - `redirect_uri` - this will send the user back to `/api/internal/v1/complete/google-oauth2` (ie. make another API call to the OnCall backend to finalize the Google OAuth2 flow) - `state` - this represents an `apps.auth_token.models.GoogleOAuth2Token` token. This allows us to identify the OnCall user once they've linked their Google account. 4. Once redirected back to `/api/internal/v1/complete/google-oauth2`, this will complete the OAuth2 flow. At this point, the backend has access to several pieces of information about the Google user, including their `access_token` and `refresh_token`. We persist these (encrypted) for future use to fetch the user's out-of-office calendar events 5. The response from the API call in 4 above ☝️ is HTTP 302 (redirect) to `/a/grafana-oncall-app/users/me` (ie. open the user profile settings modal). At this point the user will see that their account has been connected and they can further configure the settings ![image](https://github.com/grafana/oncall/assets/9406895/c7673055-8485-4f9a-98df-b4f7347229ce) ## Which issue(s) this PR closes Closes https://github.com/grafana/oncall-private/issues/2584 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - will be done in https://github.com/grafana/oncall-private/issues/2591 - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. - will be done in https://github.com/grafana/oncall-private/issues/2591 --------- Co-authored-by: Dominik <dominik.broj@grafana.com> Co-authored-by: Maxim Mordasov <maxim.mordasov@grafana.com>
2024-04-02 14:59:03 -04:00
# firebase-admin
google-auth==2.27.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
Google OAuth2 flow + fetch Google Calendar OOO events (#4067) # What this PR does The following is deployed under a feature flag. **How it works** 1. The user clicks on the "Connect using your Google account" button in the user profile settings modal 2. The UI makes a call to `GET /api/internal/v1/login/google-oauth2`. The backend has now been configured to add `apps.social_auth.backends.GoogleOAuth2` as a "`social_auth` backend". 3. The backend will respond w/ a URL which points to the Google OAuth2 consent screen. The frontend then proceeds by sending the user to this page. This URL includes the following query parameters (amongst others): - `redirect_uri` - this will send the user back to `/api/internal/v1/complete/google-oauth2` (ie. make another API call to the OnCall backend to finalize the Google OAuth2 flow) - `state` - this represents an `apps.auth_token.models.GoogleOAuth2Token` token. This allows us to identify the OnCall user once they've linked their Google account. 4. Once redirected back to `/api/internal/v1/complete/google-oauth2`, this will complete the OAuth2 flow. At this point, the backend has access to several pieces of information about the Google user, including their `access_token` and `refresh_token`. We persist these (encrypted) for future use to fetch the user's out-of-office calendar events 5. The response from the API call in 4 above ☝️ is HTTP 302 (redirect) to `/a/grafana-oncall-app/users/me` (ie. open the user profile settings modal). At this point the user will see that their account has been connected and they can further configure the settings ![image](https://github.com/grafana/oncall/assets/9406895/c7673055-8485-4f9a-98df-b4f7347229ce) ## Which issue(s) this PR closes Closes https://github.com/grafana/oncall-private/issues/2584 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - will be done in https://github.com/grafana/oncall-private/issues/2591 - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. - will be done in https://github.com/grafana/oncall-private/issues/2591 --------- Co-authored-by: Dominik <dominik.broj@grafana.com> Co-authored-by: Maxim Mordasov <maxim.mordasov@grafana.com>
2024-04-02 14:59:03 -04:00
# google-auth-oauthlib
# google-cloud-core
# google-cloud-storage
google-auth-httplib2==0.2.0
Google OAuth2 flow + fetch Google Calendar OOO events (#4067) # What this PR does The following is deployed under a feature flag. **How it works** 1. The user clicks on the "Connect using your Google account" button in the user profile settings modal 2. The UI makes a call to `GET /api/internal/v1/login/google-oauth2`. The backend has now been configured to add `apps.social_auth.backends.GoogleOAuth2` as a "`social_auth` backend". 3. The backend will respond w/ a URL which points to the Google OAuth2 consent screen. The frontend then proceeds by sending the user to this page. This URL includes the following query parameters (amongst others): - `redirect_uri` - this will send the user back to `/api/internal/v1/complete/google-oauth2` (ie. make another API call to the OnCall backend to finalize the Google OAuth2 flow) - `state` - this represents an `apps.auth_token.models.GoogleOAuth2Token` token. This allows us to identify the OnCall user once they've linked their Google account. 4. Once redirected back to `/api/internal/v1/complete/google-oauth2`, this will complete the OAuth2 flow. At this point, the backend has access to several pieces of information about the Google user, including their `access_token` and `refresh_token`. We persist these (encrypted) for future use to fetch the user's out-of-office calendar events 5. The response from the API call in 4 above ☝️ is HTTP 302 (redirect) to `/a/grafana-oncall-app/users/me` (ie. open the user profile settings modal). At this point the user will see that their account has been connected and they can further configure the settings ![image](https://github.com/grafana/oncall/assets/9406895/c7673055-8485-4f9a-98df-b4f7347229ce) ## Which issue(s) this PR closes Closes https://github.com/grafana/oncall-private/issues/2584 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - will be done in https://github.com/grafana/oncall-private/issues/2591 - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. - will be done in https://github.com/grafana/oncall-private/issues/2591 --------- Co-authored-by: Dominik <dominik.broj@grafana.com> Co-authored-by: Maxim Mordasov <maxim.mordasov@grafana.com>
2024-04-02 14:59:03 -04:00
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
Google OAuth2 flow + fetch Google Calendar OOO events (#4067) # What this PR does The following is deployed under a feature flag. **How it works** 1. The user clicks on the "Connect using your Google account" button in the user profile settings modal 2. The UI makes a call to `GET /api/internal/v1/login/google-oauth2`. The backend has now been configured to add `apps.social_auth.backends.GoogleOAuth2` as a "`social_auth` backend". 3. The backend will respond w/ a URL which points to the Google OAuth2 consent screen. The frontend then proceeds by sending the user to this page. This URL includes the following query parameters (amongst others): - `redirect_uri` - this will send the user back to `/api/internal/v1/complete/google-oauth2` (ie. make another API call to the OnCall backend to finalize the Google OAuth2 flow) - `state` - this represents an `apps.auth_token.models.GoogleOAuth2Token` token. This allows us to identify the OnCall user once they've linked their Google account. 4. Once redirected back to `/api/internal/v1/complete/google-oauth2`, this will complete the OAuth2 flow. At this point, the backend has access to several pieces of information about the Google user, including their `access_token` and `refresh_token`. We persist these (encrypted) for future use to fetch the user's out-of-office calendar events 5. The response from the API call in 4 above ☝️ is HTTP 302 (redirect) to `/a/grafana-oncall-app/users/me` (ie. open the user profile settings modal). At this point the user will see that their account has been connected and they can further configure the settings ![image](https://github.com/grafana/oncall/assets/9406895/c7673055-8485-4f9a-98df-b4f7347229ce) ## Which issue(s) this PR closes Closes https://github.com/grafana/oncall-private/issues/2584 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - will be done in https://github.com/grafana/oncall-private/issues/2591 - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. - will be done in https://github.com/grafana/oncall-private/issues/2591 --------- Co-authored-by: Dominik <dominik.broj@grafana.com> Co-authored-by: Maxim Mordasov <maxim.mordasov@grafana.com>
2024-04-02 14:59:03 -04:00
# google-api-python-client
google-auth-oauthlib==1.2.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
google-cloud-core==2.4.1
# via
# google-cloud-firestore
# google-cloud-storage
google-cloud-firestore==2.14.0
# via firebase-admin
google-cloud-storage==2.14.0
# via firebase-admin
google-crc32c==1.5.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.0
# via google-cloud-storage
googleapis-common-protos==1.62.0
# via
# google-api-core
# grpcio-status
# opentelemetry-exporter-otlp-proto-grpc
gprof2dot==2022.7.29
# via django-silk
grpcio==1.64.1
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# google-api-core
# grpcio-status
# opentelemetry-exporter-otlp-proto-grpc
grpcio-status==1.57.0
# via google-api-core
hiredis==2.2.3
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
humanize==4.10.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
icalendar==5.0.10
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# recurring-ical-events
# x-wr-timezone
idna==3.7
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# requests
importlib-metadata==6.11.0
# via opentelemetry-api
inflection==0.5.1
# via drf-spectacular
itsdangerous==2.1.2
# via flask
jinja2==3.1.6
# via
# -r requirements.in
# flask
jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.21.1
# via drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
kombu==5.3.5
# via celery
lxml==5.2.2
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
markdown==3.5.2
# via pymdown-extensions
markdown2==2.4.10
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# slack-export-viewer
markupsafe==2.1.5
# via
# jinja2
# werkzeug
msgpack==1.0.7
# via cachecontrol
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
opentelemetry-api==1.26.0
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-instrumentation
# opentelemetry-instrumentation-django
# opentelemetry-instrumentation-logging
# opentelemetry-instrumentation-requests
# opentelemetry-instrumentation-wsgi
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-exporter-otlp-proto-common==1.26.0
# via opentelemetry-exporter-otlp-proto-grpc
opentelemetry-exporter-otlp-proto-grpc==1.26.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
opentelemetry-instrumentation==0.47b0
# via
# opentelemetry-instrumentation-django
# opentelemetry-instrumentation-logging
# opentelemetry-instrumentation-requests
# opentelemetry-instrumentation-wsgi
opentelemetry-instrumentation-django==0.47b0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
opentelemetry-instrumentation-logging==0.47b0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
opentelemetry-instrumentation-requests==0.47b0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
opentelemetry-instrumentation-wsgi==0.47b0
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# opentelemetry-instrumentation-django
opentelemetry-proto==1.26.0
# via
# opentelemetry-exporter-otlp-proto-common
# opentelemetry-exporter-otlp-proto-grpc
opentelemetry-sdk==1.26.0
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# opentelemetry-exporter-otlp-proto-grpc
opentelemetry-semantic-conventions==0.47b0
# via
# opentelemetry-instrumentation-django
# opentelemetry-instrumentation-requests
# opentelemetry-instrumentation-wsgi
# opentelemetry-sdk
opentelemetry-util-http==0.47b0
# via
# opentelemetry-instrumentation-django
# opentelemetry-instrumentation-requests
# opentelemetry-instrumentation-wsgi
pem==23.1.0
# via django-sns-view
phonenumbers==8.10.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
prometheus-client==0.16.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
prompt-toolkit==3.0.43
# via click-repl
proto-plus==1.23.0
# via google-cloud-firestore
protobuf==4.25.2
# via
# google-api-core
# google-cloud-firestore
# googleapis-common-protos
# grpcio-status
# opentelemetry-proto
# proto-plus
psutil==5.9.4
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
psycopg2==2.9.3
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
pyasn1==0.5.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
# via google-auth
pycodestyle==2.11.1
# via autopep8
pycparser==2.21
# via cffi
pyjwt==2.8.0
# via
# social-auth-core
# twilio
Bump pymdown-extensions from 9.11 to 10.0 in /engine (#1943) Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.11 to 10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facelessuser/pymdown-extensions/releases">pymdown-extensions's releases</a>.</em></p> <blockquote> <h2>10.0</h2> <ul> <li><strong>Break</strong>: Snippets: snippets will restrict snippets to ensure they are under the <code>base_path</code> preventing snippets relative to the <code>base_path</code> but not explicitly under it. <code>restrict_base_path</code> can be set to <code>False</code> for legacy behavior.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/5e750734b7242d82258a0d9bf1db2ee966634903"><code>5e75073</code></a> Update JS doc deps</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/b7bb4878d6017c03c8dc97c42d8d3bb6ee81db9d"><code>b7bb487</code></a> Merge pull request from GHSA-jh85-wwv9-24hv</li> <li>See full diff in <a href="https://github.com/facelessuser/pymdown-extensions/compare/9.11...10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymdown-extensions&package-manager=pip&previous-version=9.11&new-version=10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2023-05-17 10:37:49 +00:00
pymdown-extensions==10.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
Bump pymysql from 1.1.0 to 1.1.1 in /engine (#4372) Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.0 to 1.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyMySQL/PyMySQL/releases">pymysql's releases</a>.</em></p> <blockquote> <h2>v1.1.1</h2> <blockquote> <p>[!WARNING] This release fixes a vulnerability (CVE-2024-36039). All users are recommended to update to this version.</p> <p>If you can not update soon, check the input value from untrusted source has an expected type. Only dict input from untrusted source can be an attack vector.</p> </blockquote> <h2>What's Changed</h2> <ul> <li>Prohibit dict parameter for <code>Cursor.execute()</code>. It didn't produce valid SQL and might cause SQL injection. (CVE-2024-36039)</li> <li>Added ssl_key_password param by <a href="https://github.com/svaskov"><code>@​svaskov</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1145">PyMySQL/PyMySQL#1145</a></li> </ul> <h2>Merged PRs</h2> <ul> <li>Add support for Python 3.12 by <a href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1134">PyMySQL/PyMySQL#1134</a></li> <li>chore(deps): update actions/checkout action to v4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1136">PyMySQL/PyMySQL#1136</a></li> <li>Update codecov/codecov-action action to v4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1137">PyMySQL/PyMySQL#1137</a></li> <li>ci: use codecov@v3 by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1142">PyMySQL/PyMySQL#1142</a></li> <li>chore(deps): update dessant/lock-threads action to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1141">PyMySQL/PyMySQL#1141</a></li> <li>doc: use rtd theme by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1143">PyMySQL/PyMySQL#1143</a></li> <li>use Ruff as formatter by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1144">PyMySQL/PyMySQL#1144</a></li> <li>chore(deps): update dependency sphinx-rtd-theme to v2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1147">PyMySQL/PyMySQL#1147</a></li> <li>chore(deps): update actions/setup-python action to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1152">PyMySQL/PyMySQL#1152</a></li> <li>chore(deps): update github/codeql-action action to v3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1154">PyMySQL/PyMySQL#1154</a></li> <li>chore(deps): update codecov/codecov-action action to v4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1158">PyMySQL/PyMySQL#1158</a></li> <li>Support error packet without sqlstate by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1160">PyMySQL/PyMySQL#1160</a></li> <li>test json - mariadb without JSON type by <a href="https://github.com/grooverdan"><code>@​grooverdan</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1165">PyMySQL/PyMySQL#1165</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hugovk"><code>@​hugovk</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1134">PyMySQL/PyMySQL#1134</a></li> <li><a href="https://github.com/svaskov"><code>@​svaskov</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1145">PyMySQL/PyMySQL#1145</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1">https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md">pymysql's changelog</a>.</em></p> <blockquote> <h2>v1.1.1</h2> <p>Release date: 2024-05-21</p> <blockquote> <p>[!WARNING] This release fixes a vulnerability (CVE-2024-36039). All users are recommended to update to this version.</p> <p>If you can not update soon, check the input value from untrusted source has an expected type. Only dict input from untrusted source can be an attack vector.</p> </blockquote> <ul> <li>Prohibit dict parameter for <code>Cursor.execute()</code>. It didn't produce valid SQL and might cause SQL injection. (CVE-2024-36039)</li> <li>Added ssl_key_password param. <a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1145">#1145</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/2cab9ecc641e962565c6254a5091f90c47f59b35"><code>2cab9ec</code></a> v1.1.1</li> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/521e40050cb386a499f68f483fefd144c493053c"><code>521e400</code></a> forbid dict parameter</li> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/7f032a699d55340f05101deb4d7d4f63db4adc11"><code>7f032a6</code></a> remove coveralls from requirements</li> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/69f6c7439bee14784e0ea70ae107af6446cc0c67"><code>69f6c74</code></a> ruff format</li> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/b4ed6884a1105df0a27f948f52b3e81d5585634f"><code>b4ed688</code></a> test json - mariadb without JSON type (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1165">#1165</a>)</li> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/bbd049f40db9c696574ce6f31669880042c56d79"><code>bbd049f</code></a> Support error packet without sqlstate (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1160">#1160</a>)</li> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/9694747ae619e88b792a8e0b4c08036572452584"><code>9694747</code></a> pyupgrade</li> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/1f0b7856de4008e7e4c1e8c1b215d5d4dfaecd1a"><code>1f0b785</code></a> chore(deps): update codecov/codecov-action action to v4 (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1158">#1158</a>)</li> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/1e28be81c24dde66f8acbf4c5e24f60d6b5e72e7"><code>1e28be8</code></a> chore(deps): update github/codeql-action action to v3 (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1154">#1154</a>)</li> <li><a href="https://github.com/PyMySQL/PyMySQL/commit/f13f054abcc18b39855a760a84be0a517f0da658"><code>f13f054</code></a> chore(deps): update actions/setup-python action to v5 (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1152">#1152</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymysql&package-manager=pip&previous-version=1.1.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2024-05-22 16:11:02 +00:00
pymysql==1.1.1
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
pyopenssl==24.2.1
# via django-sns-view
pyparsing==3.1.1
# via httplib2
python-dateutil==2.8.2
# via
# botocore
# celery
# faker
# icalendar
# recurring-ical-events
python-telegram-bot==13.13
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
python3-openid==3.2.0
# via social-auth-core
pytz==2024.1
# via
# apscheduler
# icalendar
# python-telegram-bot
# recurring-ical-events
# twilio
# x-wr-timezone
pyyaml==6.0.1
# via
# drf-spectacular
# pymdown-extensions
recurring-ical-events==2.1.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
redis==5.0.1
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# celery
# django-redis
referencing==0.33.0
# via
# jsonschema
# jsonschema-specifications
regex==2024.7.24
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
Fix missing `setuptools` dep (#4799) # What this PR does _tldr;_ I think we should install `setuptools` into our engine `Dockerfile` + in our CI env because Python 3.12 no longer installs `distutils` by default. This should unblock us from being able to merge #4656 and #4555. **More details** I would like to be able to merge #4656 and #4555. _However_, in both of these PRs `setuptools` is being removed from `requirements-dev.txt` ([here](https://github.com/grafana/oncall/pull/4555/files#diff-d8146d0816a943b0fa69a20399d7bbdb58e1c84c8b7933b2ba6dea7c10c410f5L113-L116) and [here](https://github.com/grafana/oncall/pull/4656/files#diff-d8146d0816a943b0fa69a20399d7bbdb58e1c84c8b7933b2ba6dea7c10c410f5L113-L116)). This leads to things breaking because of: ```bash File "/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/polymorphic/__init__.py", line 9, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' ``` - https://github.com/grafana/oncall/actions/runs/9865348392/job/27242117474?pr=4555#step:5:98 - https://github.com/grafana/oncall/actions/runs/10078898966/job/27864920455?pr=4656#step:5:100 Python 3.12 made a change to no longer pre-install `distutils` ([relevant release notes](https://docs.python.org/3/whatsnew/3.12.html#:~:text=The%20third%2Dparty%20Setuptools%20package%20continues%20to%20provide%20distutils%2C%20if%20you%20still%20require%20it%20in%20Python%203.12%20and%20beyond)): > [PEP 632](https://peps.python.org/pep-0632/): Remove the distutils package. See [the migration guide](https://peps.python.org/pep-0632/#migration-advice) for advice replacing the APIs it provided. The third-party [Setuptools](https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html) package continues to provide distutils, if you still require it in Python 3.12 and beyond. > > [gh-95299](https://github.com/python/cpython/issues/95299): Do not pre-install setuptools in virtual environments created with [venv](https://docs.python.org/3/library/venv.html#module-venv). This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the [activated](https://docs.python.org/3/library/venv.html#venv-explanation) virtual environment. Additionally, `setuptools` is in `pip-tools` `UNSAFE_PACKAGES` list ([related GitHub issue](https://github.com/pypa/pipenv/issues/1417#issuecomment-364795745)), hence why I think Dependabot is removing it in #4656 and #4555. ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes.
2024-08-09 16:09:47 -04:00
requests==2.32.3
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# cachecontrol
# django-anymail
# django-sns-view
# google-api-core
# google-cloud-storage
# requests-oauthlib
# social-auth-core
# twilio
requests-oauthlib==1.3.1
Google OAuth2 flow + fetch Google Calendar OOO events (#4067) # What this PR does The following is deployed under a feature flag. **How it works** 1. The user clicks on the "Connect using your Google account" button in the user profile settings modal 2. The UI makes a call to `GET /api/internal/v1/login/google-oauth2`. The backend has now been configured to add `apps.social_auth.backends.GoogleOAuth2` as a "`social_auth` backend". 3. The backend will respond w/ a URL which points to the Google OAuth2 consent screen. The frontend then proceeds by sending the user to this page. This URL includes the following query parameters (amongst others): - `redirect_uri` - this will send the user back to `/api/internal/v1/complete/google-oauth2` (ie. make another API call to the OnCall backend to finalize the Google OAuth2 flow) - `state` - this represents an `apps.auth_token.models.GoogleOAuth2Token` token. This allows us to identify the OnCall user once they've linked their Google account. 4. Once redirected back to `/api/internal/v1/complete/google-oauth2`, this will complete the OAuth2 flow. At this point, the backend has access to several pieces of information about the Google user, including their `access_token` and `refresh_token`. We persist these (encrypted) for future use to fetch the user's out-of-office calendar events 5. The response from the API call in 4 above ☝️ is HTTP 302 (redirect) to `/a/grafana-oncall-app/users/me` (ie. open the user profile settings modal). At this point the user will see that their account has been connected and they can further configure the settings ![image](https://github.com/grafana/oncall/assets/9406895/c7673055-8485-4f9a-98df-b4f7347229ce) ## Which issue(s) this PR closes Closes https://github.com/grafana/oncall-private/issues/2584 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - will be done in https://github.com/grafana/oncall-private/issues/2591 - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. - will be done in https://github.com/grafana/oncall-private/issues/2591 --------- Co-authored-by: Dominik <dominik.broj@grafana.com> Co-authored-by: Maxim Mordasov <maxim.mordasov@grafana.com>
2024-04-02 14:59:03 -04:00
# via
# google-auth-oauthlib
# social-auth-core
rpds-py==0.18.0
# via
# jsonschema
# referencing
rsa==4.9
# via google-auth
s3transfer==0.10.0
# via boto3
six==1.16.0
# via
# apscheduler
# django-rest-polymorphic
# python-dateutil
# twilio
slack-export-viewer==1.1.4
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
slack-sdk==3.21.3
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
Bump social-auth-app-django from 5.3.0 to 5.4.1 in /engine (#4274) Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 5.3.0 to 5.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-social-auth/social-app-django/releases">social-auth-app-django's releases</a>.</em></p> <blockquote> <h2>Release 5.4.1</h2> <h3>Changed</h3> <ul> <li>Added reverse migration for JSON field</li> <li>Fixed improper handling of case sensitivity with MySQL/MariaDB (<a href="https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3">CVE-2024-32879</a>)</li> </ul> <h2>Release 5.4.0</h2> <h3>Changed</h3> <ul> <li>Improved JSON field migration performance</li> <li>Introduce configuration to request POST only requests for social authentication</li> <li>Updated list of supported Django and Python versions</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md">social-auth-app-django's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/python-social-auth/social-app-django/releases/tag/5.4.1">5.4.1</a> - 2024-04-24</h2> <h3>Changed</h3> <ul> <li>Added reverse migration for JSON field</li> <li>Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024-32879)</li> </ul> <h2><a href="https://github.com/python-social-auth/social-app-django/releases/tag/5.4.0">5.4.0</a> - 2023-10-17</h2> <h3>Changed</h3> <ul> <li>Improved JSON field migration performance</li> <li>Introduce configuration to request POST only requests for social authentication</li> <li>Updated list of supported Django and Python versions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-social-auth/social-app-django/commit/593ee4638eab9b1d9f252393a21ead643e3ceae6"><code>593ee46</code></a> Version bump 5.4.1</li> <li><a href="https://github.com/python-social-auth/social-app-django/commit/31c3e0c7edb187004d8abbde7e9c4f7ef9098138"><code>31c3e0c</code></a> models: make sure uid is compared case-sensitive</li> <li><a href="https://github.com/python-social-auth/social-app-django/commit/7033ff73993a4c3666d989930bbc15e87925abc9"><code>7033ff7</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/python-social-auth/social-app-django/commit/39da389c6b2a1d8f50768633269558fd609454b8"><code>39da389</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/python-social-auth/social-app-django/commit/0ec1bca6d6193e291a22f576ce30d44614258e96"><code>0ec1bca</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/python-social-auth/social-app-django/commit/03bce61f71978ae52fdd1db4118055f48de9f901"><code>03bce61</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/python-social-auth/social-app-django/commit/2278da6a1b20f9af23884084854b345a9284bf37"><code>2278da6</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/python-social-auth/social-app-django/commit/033302cdbf7a25ce900b6894bc0e683586b6162e"><code>033302c</code></a> build(deps-dev): bump tox from 4.14.1 to 4.14.2</li> <li><a href="https://github.com/python-social-auth/social-app-django/commit/c50bc4a81127fff2fe4fdc619dd2e360bbe132b0"><code>c50bc4a</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/python-social-auth/social-app-django/commit/13e10d943b836e68fcf7a7307d705519ec153481"><code>13e10d9</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>Additional commits viewable in <a href="https://github.com/python-social-auth/social-app-django/compare/5.3.0...5.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=social-auth-app-django&package-manager=pip&previous-version=5.3.0&new-version=5.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 16:45:48 -03:00
social-auth-app-django==5.4.1
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
social-auth-core==4.5.2
# via social-auth-app-django
soupsieve==2.5
# via beautifulsoup4
sqlparse==0.5.0
# via
# django
# django-debug-toolbar
# django-silk
toml==0.10.2
# via django-migration-linter
chore(deps): bump tornado from 6.4.1 to 6.4.2 in /engine (#5295) Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.4.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst">tornado's changelog</a>.</em></p> <blockquote> <h1>Release notes</h1> <p>.. toctree:: :maxdepth: 2</p> <p>releases/v6.4.2 releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0 releases/v5.0.2 releases/v5.0.1 releases/v5.0.0 releases/v4.5.3 releases/v4.5.2 releases/v4.5.1 releases/v4.5.0 releases/v4.4.3 releases/v4.4.2 releases/v4.4.1 releases/v4.4.0 releases/v4.3.0 releases/v4.2.1 releases/v4.2.0 releases/v4.1.0 releases/v4.0.2 releases/v4.0.1 releases/v4.0.0 releases/v3.2.2 releases/v3.2.1 releases/v3.2.0 releases/v3.1.1 releases/v3.1.0 releases/v3.0.2 releases/v3.0.1 releases/v3.0.0 releases/v2.4.1 releases/v2.4.0</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tornadoweb/tornado/commit/a5ecfab15e52202a46d34638aad93cddca86d87b"><code>a5ecfab</code></a> Bump version to 6.4.2</li> <li><a href="https://github.com/tornadoweb/tornado/commit/bc7df6bafdec61155e7bf385081feb205463857d"><code>bc7df6b</code></a> Fix tests with Twisted 24.7.0</li> <li><a href="https://github.com/tornadoweb/tornado/commit/d5ba4a1695fbf7c6a3e54313262639b198291533"><code>d5ba4a1</code></a> httputil: Fix quadratic performance of cookie parsing</li> <li>See full diff in <a href="https://github.com/tornadoweb/tornado/compare/v6.4.1...v6.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tornado&package-manager=pip&previous-version=6.4.1&new-version=6.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 14:06:39 -05:00
tornado==6.4.2
# via python-telegram-bot
Bump tqdm from 4.66.2 to 4.66.3 in /engine (#4311) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tqdm/tqdm/releases">tqdm's releases</a>.</em></p> <blockquote> <h2>tqdm v4.66.3 stable</h2> <ul> <li><code>cli</code>: <code>eval</code> safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tqdm/tqdm/commit/4e613f84ed2ae029559f539464df83fa91feb316"><code>4e613f8</code></a> Merge pull request from GHSA-g7vv-2v7x-gj9p</li> <li><a href="https://github.com/tqdm/tqdm/commit/b53348c73080b4edeb30b4823d1fa0d8d2c06721"><code>b53348c</code></a> cli: eval safety</li> <li>See full diff in <a href="https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tqdm&package-manager=pip&previous-version=4.66.2&new-version=4.66.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2024-05-13 15:58:06 +00:00
tqdm==4.66.3
# via django-mirage-field
twilio==6.37.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
typing-extensions==4.9.0
# via opentelemetry-sdk
tzdata==2024.1
# via celery
tzlocal==5.2
# via apscheduler
uritemplate==4.1.1
# via
# drf-spectacular
# google-api-python-client
Bump urllib3 from 1.26.18 to 1.26.19 in /engine (#4555) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/releases">urllib3's releases</a>.</em></p> <blockquote> <h2>1.26.19</h2> <h2>🚀 urllib3 is fundraising for HTTP/2 support</h2> <p><a href="https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support">urllib3 is raising ~$40,000 USD</a> to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects <a href="https://opencollective.com/urllib3">please consider contributing financially</a> to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.</p> <p>Thank you for your support.</p> <h2>Changes</h2> <ul> <li>Added the <code>Proxy-Authorization</code> header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via <code>Retry.remove_headers_on_redirect</code>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19">https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19</a></p> <p>Note that due to an issue with our release automation, no <code> multiple.intoto.jsonl</code> file is available for this release.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst">urllib3's changelog</a>.</em></p> <blockquote> <h2>1.26.19 (2024-06-17)</h2> <ul> <li>Added the <code>Proxy-Authorization</code> header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via <code>Retry.remove_headers_on_redirect</code>.</li> <li>Fixed handling of OpenSSL 3.2.0 new error message for misconfiguring an HTTP proxy as HTTPS. (<code>[#3405](https://github.com/urllib3/urllib3/issues/3405) &lt;https://github.com/urllib3/urllib3/issues/3405&gt;</code>__)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urllib3/urllib3/commit/d9d85c88aa644af56d5e129634e750ce76e1a765"><code>d9d85c8</code></a> Release 1.26.19</li> <li><a href="https://github.com/urllib3/urllib3/commit/8528b63b6fe5cfd7b21942cf988670de68fcd8c0"><code>8528b63</code></a> [1.26] Fix downstream tests (<a href="https://redirect.github.com/urllib3/urllib3/issues/3409">#3409</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/40b6d1605814dd1db0a46e202d6e56f2e4c9a468"><code>40b6d16</code></a> Merge pull request from GHSA-34jh-p97f-mpxf</li> <li><a href="https://github.com/urllib3/urllib3/commit/29cfd02f66376c61bd20f1725477925106321f68"><code>29cfd02</code></a> Fix handling of OpenSSL 3.2.0 new error message &quot;record layer failure&quot; (<a href="https://redirect.github.com/urllib3/urllib3/issues/3405">#3405</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/b60064388302f54a3455259ddab121618650a154"><code>b600643</code></a> [1.26] Bump RECENT_DATE (<a href="https://redirect.github.com/urllib3/urllib3/issues/3404">#3404</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/7e2d3890926d4788e219f63e2e36fbeb8714827f"><code>7e2d389</code></a> [1.26] Fix running CPython 2.7 tests in CI (<a href="https://redirect.github.com/urllib3/urllib3/issues/3137">#3137</a>)</li> <li>See full diff in <a href="https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urllib3&package-manager=pip&previous-version=1.26.18&new-version=1.26.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 16:30:38 -04:00
urllib3==1.26.19
# via
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# -r requirements.in
# botocore
# django-anymail
# requests
uwsgi==2.0.26
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.13
# via prompt-toolkit
Bump werkzeug from 3.0.3 to 3.0.6 in /engine (#5213) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/werkzeug/releases">werkzeug's releases</a>.</em></p> <blockquote> <h2>3.0.6</h2> <p>This is the Werkzeug 3.0.6 security fix release, which fixes security issues but does not otherwise change behavior and should not result in breaking changes.</p> <p>PyPI: <a href="https://pypi.org/project/Werkzeug/3.0.6/">https://pypi.org/project/Werkzeug/3.0.6/</a> Changes: <a href="https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-0-6">https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-0-6</a></p> <ul> <li>Fix how <code>max_form_memory_size</code> is applied when parsing large non-file fields. <a href="https://github.com/advisories/GHSA-q34m-jh98-gwm2">GHSA-q34m-jh98-gwm2</a></li> <li><code>safe_join</code> catches certain paths on Windows that were not caught by <code>ntpath.isabs</code> on Python &lt; 3.11. <a href="https://github.com/advisories/GHSA-f9vj-2wh5-fj8j">GHSA-f9vj-2wh5-fj8j</a></li> </ul> <h2>3.0.5</h2> <p>This is the Werkzeug 3.0.5 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.</p> <p>PyPI: <a href="https://pypi.org/project/Werkzeug/3.0.5/">https://pypi.org/project/Werkzeug/3.0.5/</a> Changes: <a href="https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-0-5">https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-0-5</a> Milestone: <a href="https://github.com/pallets/werkzeug/milestone/37?closed=1">https://github.com/pallets/werkzeug/milestone/37?closed=1</a></p> <ul> <li>The Watchdog reloader ignores file closed no write events. <a href="https://redirect.github.com/pallets/werkzeug/issues/2945">#2945</a></li> <li>Logging works with client addresses containing an IPv6 scope. <a href="https://redirect.github.com/pallets/werkzeug/issues/2952">#2952</a></li> <li>Ignore invalid authorization parameters. <a href="https://redirect.github.com/pallets/werkzeug/issues/2955">#2955</a></li> <li>Improve type annotation fore <code>SharedDataMiddleware</code>. <a href="https://redirect.github.com/pallets/werkzeug/issues/2958">#2958</a></li> <li>Compatibility with Python 3.13 when generating debugger pin and the current UID does not have an associated name. <a href="https://redirect.github.com/pallets/werkzeug/issues/2957">#2957</a></li> </ul> <h2>3.0.4</h2> <p>This is the Werkzeug 3.0.4 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.</p> <p>PyPI: <a href="https://pypi.org/project/Werkzeug/3.0.4/">https://pypi.org/project/Werkzeug/3.0.4/</a> Changes: <a href="https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-4">https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-4</a> Milestone: <a href="https://github.com/pallets/werkzeug/milestone/36?closed=1">https://github.com/pallets/werkzeug/milestone/36?closed=1</a></p> <ul> <li>Restore behavior where parsing <code>multipart/x-www-form-urlencoded</code> data with invalid UTF-8 bytes in the body results in no form data parsed rather than a 413 error. <a href="https://redirect.github.com/pallets/werkzeug/issues/2930">#2930</a></li> <li>Improve <code>parse_options_header</code> performance when parsing unterminated quoted string values. <a href="https://redirect.github.com/pallets/werkzeug/issues/2904">#2904</a></li> <li>Debugger pin auth is synchronized across threads/processes when tracking failed entries. <a href="https://redirect.github.com/pallets/werkzeug/issues/2916">#2916</a></li> <li>Dev server handles unexpected <code>SSLEOFError</code> due to issue in Python &lt; 3.13. <a href="https://redirect.github.com/pallets/werkzeug/issues/2926">#2926</a></li> <li>Debugger pin auth works when the URL already contains a query string. <a href="https://redirect.github.com/pallets/werkzeug/issues/2918">#2918</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/werkzeug/blob/main/CHANGES.rst">werkzeug's changelog</a>.</em></p> <blockquote> <h2>Version 3.0.6</h2> <p>Released 2024-10-25</p> <ul> <li>Fix how <code>max_form_memory_size</code> is applied when parsing large non-file fields. :ghsa:<code>q34m-jh98-gwm2</code></li> <li><code>safe_join</code> catches certain paths on Windows that were not caught by <code>ntpath.isabs</code> on Python &lt; 3.11. :ghsa:<code>f9vj-2wh5-fj8j</code></li> </ul> <h2>Version 3.0.5</h2> <p>Released 2024-10-24</p> <ul> <li>The Watchdog reloader ignores file closed no write events. :issue:<code>2945</code></li> <li>Logging works with client addresses containing an IPv6 scope :issue:<code>2952</code></li> <li>Ignore invalid authorization parameters. :issue:<code>2955</code></li> <li>Improve type annotation fore <code>SharedDataMiddleware</code>. :issue:<code>2958</code></li> <li>Compatibility with Python 3.13 when generating debugger pin and the current UID does not have an associated name. :issue:<code>2957</code></li> </ul> <h2>Version 3.0.4</h2> <p>Released 2024-08-21</p> <ul> <li>Restore behavior where parsing <code>multipart/x-www-form-urlencoded</code> data with invalid UTF-8 bytes in the body results in no form data parsed rather than a 413 error. :issue:<code>2930</code></li> <li>Improve <code>parse_options_header</code> performance when parsing unterminated quoted string values. :issue:<code>2904</code></li> <li>Debugger pin auth is synchronized across threads/processes when tracking failed entries. :issue:<code>2916</code></li> <li>Dev server handles unexpected <code>SSLEOFError</code> due to issue in Python &lt; 3.13. :issue:<code>2926</code></li> <li>Debugger pin auth works when the URL already contains a query string. :issue:<code>2918</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/werkzeug/commit/5eaefc3996aa5cc8c5237d8b82f1b89eed6ea624"><code>5eaefc3</code></a> release version 3.0.6</li> <li><a href="https://github.com/pallets/werkzeug/commit/2767bcb10a7dd1c297d812cc5e6d11a474c1f092"><code>2767bcb</code></a> Merge commit from fork</li> <li><a href="https://github.com/pallets/werkzeug/commit/87cc78a25f782f8c59fbde786840a00cf0d09b3d"><code>87cc78a</code></a> catch special absolute path on Windows Python &lt; 3.11</li> <li><a href="https://github.com/pallets/werkzeug/commit/50cfeebcb0727e18cc52ffbeb125f4a66551179b"><code>50cfeeb</code></a> Merge commit from fork</li> <li><a href="https://github.com/pallets/werkzeug/commit/8760275afb72bd10b57d92cb4d52abf759b2f3a7"><code>8760275</code></a> apply max_form_memory_size another level up in the parser</li> <li><a href="https://github.com/pallets/werkzeug/commit/8d6a12e2af542a553853c870d106884a3cd1f73b"><code>8d6a12e</code></a> start version 3.0.6</li> <li><a href="https://github.com/pallets/werkzeug/commit/a7b121abc781b9a6557ca204f23247db654d0253"><code>a7b121a</code></a> release version 3.0.5 (<a href="https://redirect.github.com/pallets/werkzeug/issues/2961">#2961</a>)</li> <li><a href="https://github.com/pallets/werkzeug/commit/9caf72ac060181a3171d91fd12279e071df430ca"><code>9caf72a</code></a> release version 3.0.5</li> <li><a href="https://github.com/pallets/werkzeug/commit/e28a2451e99457ce71e460af276a02f27a3bdba1"><code>e28a245</code></a> catch OSError from getpass.getuser (<a href="https://redirect.github.com/pallets/werkzeug/issues/2960">#2960</a>)</li> <li><a href="https://github.com/pallets/werkzeug/commit/e6b4cce97eef17716004625bcf6754fa930f2618"><code>e6b4cce</code></a> catch OSError from getpass.getuser</li> <li>Additional commits viewable in <a href="https://github.com/pallets/werkzeug/compare/3.0.3...3.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=werkzeug&package-manager=pip&previous-version=3.0.3&new-version=3.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-01 05:58:34 +01:00
werkzeug==3.0.6
# via flask
whitenoise==5.3.0
Bump django from 4.2.15 to 4.2.16 in /engine (#5140) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/6f9fea33137fee6416ff43b775aa9567440a23d3"><code>6f9fea3</code></a> [4.2.x] Bumped version for 4.2.16 release.</li> <li><a href="https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199"><code>bf4888d</code></a> [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...</li> <li><a href="https://github.com/django/django/commit/d147a8ebbdf28c17cafbbe2884f0bc57e2bf82e2"><code>d147a8e</code></a> [4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/705066d186ce880bf64142e47084f3d8df3c2352"><code>705066d</code></a> [4.2.x] Fixed grammatical error in stub release notes for upcoming security r...</li> <li><a href="https://github.com/django/django/commit/b07d4f2dea2e5884d3d13c981fd3f22dc8f2e915"><code>b07d4f2</code></a> [4.2.x] Added stub release notes and release date for 4.2.16.</li> <li><a href="https://github.com/django/django/commit/e0579ce27746b04a37cf43559df445068fd2a781"><code>e0579ce</code></a> [4.2.x] Added CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, and CVE-2024-42...</li> <li><a href="https://github.com/django/django/commit/ae0ca8345dd4a2469ac45211522f8d4bf5bc610c"><code>ae0ca83</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.15...4.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.15&new-version=4.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 18:31:03 +00:00
# via -r requirements.in
wrapt==1.16.0
# via
# deprecated
# opentelemetry-instrumentation
x-wr-timezone==0.0.6
# via recurring-ical-events
Bump zipp from 3.17.0 to 3.19.1 in /engine (#4645) Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jaraco/zipp/blob/main/NEWS.rst">zipp's changelog</a>.</em></p> <blockquote> <h1>v3.19.1</h1> <h2>Bugfixes</h2> <ul> <li>Improved handling of malformed zip files. (<a href="https://redirect.github.com/jaraco/zipp/issues/119">#119</a>)</li> </ul> <h1>v3.19.0</h1> <h2>Features</h2> <ul> <li>Implement is_symlink. (<a href="https://redirect.github.com/jaraco/zipp/issues/117">#117</a>)</li> </ul> <h1>v3.18.2</h1> <p>No significant changes.</p> <h1>v3.18.1</h1> <p>No significant changes.</p> <h1>v3.18.0</h1> <h2>Features</h2> <ul> <li>Bypass ZipFile.namelist in glob for better performance. (<a href="https://redirect.github.com/jaraco/zipp/issues/106">#106</a>)</li> <li>Refactored glob functionality to support a more generalized solution with support for platform-specific path separators. (<a href="https://redirect.github.com/jaraco/zipp/issues/108">#108</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Add special accounting for pypy when computing the stack level for text encoding warnings. (<a href="https://redirect.github.com/jaraco/zipp/issues/114">#114</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jaraco/zipp/commit/6d1cb72aa55e0536f35d2af128994b5a61ca4c1a"><code>6d1cb72</code></a> Finalize</li> <li><a href="https://github.com/jaraco/zipp/commit/fd604bd34f0343472521a36da1fbd22e793e14fd"><code>fd604bd</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/zipp/issues/120">#120</a> from jaraco/bugfix/119-malformed-paths</li> <li><a href="https://github.com/jaraco/zipp/commit/c18417ed2953e181728a7dac07bff88a2190abf7"><code>c18417e</code></a> Add news fragment.</li> <li><a href="https://github.com/jaraco/zipp/commit/58115d2be968644ce71ce6bcc9b79826c82a1806"><code>58115d2</code></a> Employ SanitizedNames in CompleteDirs. Fixes broken test.</li> <li><a href="https://github.com/jaraco/zipp/commit/564fcc10cdbfdaecdb33688e149827465931c9e0"><code>564fcc1</code></a> Add SanitizedNames mixin.</li> <li><a href="https://github.com/jaraco/zipp/commit/79a309fe54dc6b7934fb72e9f31bcb58f2e9f547"><code>79a309f</code></a> Add some assertions about malformed paths.</li> <li><a href="https://github.com/jaraco/zipp/commit/2d015c22348fab46ca765339f55f84fe9d6e8115"><code>2d015c2</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li> <li><a href="https://github.com/jaraco/zipp/commit/a595a0fad054cd20b69d3e954c99174e3a548938"><code>a595a0f</code></a> Rename extras to align with core metadata spec.</li> <li><a href="https://github.com/jaraco/zipp/commit/608f90a6e74919501577a1312dc5c7d8e1d391d7"><code>608f90a</code></a> Finalize</li> <li><a href="https://github.com/jaraco/zipp/commit/3a22d724acf874111b43f87f7110225122ec3de5"><code>3a22d72</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/zipp/issues/118">#118</a> from jaraco/feature/is-symlink</li> <li>Additional commits viewable in <a href="https://github.com/jaraco/zipp/compare/v3.17.0...v3.19.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zipp&package-manager=pip&previous-version=3.17.0&new-version=3.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 22:49:09 +00:00
zipp==3.19.1
# via importlib-metadata