Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump the django-dependencies group across 1 directory with 2 updates #769

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps the django-dependencies group with 2 updates in the / directory: django and django-azure-auth.

Updates django from 5.1 to 5.1.1

Commits
  • 1e1d791 [5.1.x] Bumped version for 5.1.1 release.
  • 3c733c7 [5.1.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...
  • 022ab0a [5.1.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...
  • 6203965 [5.1.x] Fixed #35716 -- Fixed VariableDoesNotExist when rendering admin field...
  • 26c0667 [5.1.x] Fixed #35688 -- Restored timezone and role setters to be PostgreSQL D...
  • fcb71a7 [5.1.x] Removed outdated note about lack of subquery support in MySQL.
  • 9b09a4f [5.1.x] Fixed typos in docs/howto/initial-data.txt.
  • 9a461ca [5.1.x] Fixed #35666 -- Documented stacklevel usage and testing, and adjusted...
  • dd58edc [5.1.x] Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheM...
  • 8f5d2c3 [5.1.x] Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemS...
  • Additional commits viewable in compare view

Updates django-azure-auth from 1.3.0 to 2.0.2

Changelog

Sourced from django-azure-auth's changelog.

[2.0.2] - 2024-09-03

Fixed

  • Validates that the next path is a relative path to only allow redirects within the host domain.

[2.0.1] - 2024-09-02

Fixed

  • Auth handler correctly removes users from Django groups when the ID token roles claim is empty.

[2.0.0] - 2024-06-08

Fixed

  • Auth handler no longer assumes the user model includes first_name and last_name fields (#23). This introduces a breaking change as these fields are no longer populated on the model by default.

Changed

  • Optional AAD attributes to be retrieved can be specified in the settings (#11).
  • AAD attributes and ID token claims can be mapped to Django User model fields using a user-defined function (#23).

[1.4.3] - 2024-05-31

Fixed

  • Fixed login callback redirect bug caused by AAD state parameter being populated by Azure AD when empty (#30).

[1.4.2] - 2024-05-30

Changed

  • Change post-login redirect mechanism to use the AAD state parameter rather than the Django user session (#28).
  • Include the redirect functionality for decorator-protected views, not just middleware-protected views (#28).

[1.4.1] - 2024-05-29

Changed

  • Auth handler now checks the expiry of the ID token claims when authenticating a request, rather than requesting a token from MSAL on every request, massively reducing latency (#27).

[1.4.0] - 2024-05-10

Added

  • This changelog!

Changed

... (truncated)

Commits
  • e095bfa 🔖 Release 2.0.2.
  • c25017d fix: validate next path is relative path in decorator
  • eb59cf2 fix: improve callback view readability
  • 7892086 Merge pull request #37 from Weird-Sheep-Labs/bugfix/validate-next-path
  • 351b85b fix: validate next path to only allow relative path redirects within host d...
  • 9a70946 🔖 Release 2.0.1.
  • ab398ad Merge pull request #36 from Weird-Sheep-Labs/dependabot/pip/django-4.2.15
  • 774ec83 Merge pull request #35 from Weird-Sheep-Labs/dependabot/pip/certifi-2024.7.4
  • 90b863a Merge pull request #34 from Weird-Sheep-Labs/dependabot/pip/urllib3-2.2.2
  • d138537 Bump django from 4.2.13 to 4.2.15
  • Additional commits viewable in compare view

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner September 3, 2024 22:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 3, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-dependencies-5416432738 branch 2 times, most recently from 379231e to 416887c Compare September 5, 2024 22:34
…th 2 updates

Bumps the django-dependencies group with 2 updates in the / directory: [django](https://github.com/django/django) and [django-azure-auth](https://github.com/Weird-Sheep-Labs/django-azure-auth).


Updates `django` from 5.1 to 5.1.1
- [Commits](django/django@5.1...5.1.1)

Updates `django-azure-auth` from 1.3.0 to 2.0.2
- [Changelog](https://github.com/Weird-Sheep-Labs/django-azure-auth/blob/main/CHANGELOG.md)
- [Commits](Weird-Sheep-Labs/django-azure-auth@1.3.0...2.0.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django-dependencies
- dependency-name: django-azure-auth
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-dependencies-5416432738 branch from 416887c to 23974cb Compare September 6, 2024 10:59
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/django-dependencies-5416432738 branch September 6, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants