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

Bump the pip group with 2 updates #615

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the pip group with 2 updates: django-cms and ipython.

Updates django-cms from 4.1.2 to 4.1.4

Release notes

Sourced from django-cms's releases.

4.1.4

Full Changelog: django-cms/django-cms@4.1.3...4.1.4

4.1.3

What's Changed

Bug Fixes:

  • Respect ContentAdminManager pattern for frontend-editable models (#7998) (e4650ecb7) -- Fabian Braun
  • Improve pagecontent caching in page admin (esp. page tree) (#8002) (842f347da) -- Fabian Braun
  • Clear menu cache if page permissions are changed (#7988) (1719b9a1b) -- Fabian Braun
  • Consistent labels and help texts for page content model and page content forms (#7968) (acbc2e70a) -- Fabian Braun
  • Inconsistent color codes for dark mode and preferes-color-scheme: auto (#7979) (46ff58321) -- Fabian Braun
  • Invalidate permissions cache if group assignment of user changes (ec05b6f2f) -- Fabian Braun
  • Accept legacy action names for page permission checks (#8021) (9a1e178) -- Fabian Braun
  • Mark language and user middleware synchronous for ASGI (#7985) -- John Bazik

Statistics:

This release includes 6 pull requests, and was created with the help of the following contributors (in alphabetical order):

  • Fabian Braun (6 pull request)

With the review help of the following contributors:

  • Mark Walker
  • Vinit Kumar

Thanks to all contributors for their efforts!

Full Changelog: django-cms/django-cms@4.1.2...4.1.3

Changelog

Sourced from django-cms's changelog.

4.1.4 (2024-11-12)

Bug Fixes:

  • XSS vulnerability for page title (#8075) (c045a990e) -- Fabian Braun
  • Menus crashed when unexpected page content was present (#8052) -- Fabian Braun
  • Sites menu was empty in the page tree (#8064) -- Fabian Braun
  • Added redirect message when in editing a redirect toolbar object (#8056) -- Sal
  • X frame options added to page settings form (#8041) -- Sal
  • template tag get_admin_url_for_language did not return the latest page content (#7967) -- Fabian Braun
  • Sitemap return a QuerySet in CMSSitemap.items() (#8031) -- Jens-Erik Weber
  • Improved UX when page content is missing in selected language (#8033) -- Jacob Rief

Other:

  • Updated welcome page (#8057) -- Fabian Braun

Statistics:

This release includes 9 pull requests, and was created with the help of the following contributors (in alphabetical order):

  • Fabian Braun (5 pull request)
  • Jacob Rief (1 pull request)
  • Jens-Erik Weber (1 pull request)
  • Sal (2 pull request)

With the review help of the following contributors:

  • Jacob Rief
  • Mark Walker
  • Vinit Kumar

Thanks to all contributors for their efforts!

4.1.3 (2024-09-11)

Bug Fixes:

  • Respect ContentAdminManager pattern for frontend-editable models (#7998) (e4650ecb7) -- Fabian Braun
  • Improve pagecontent caching in page admin (esp. page tree) (#8002) (842f347da) -- Fabian Braun
  • Clear menu cache if page permissions are changed (#7988) (1719b9a1b) -- Fabian Braun
  • Consistent labels and help texts for page content model and page content forms (#7968) (acbc2e70a) -- Fabian Braun
  • Inconsistent color codes for dark mode and preferes-color-scheme: auto (#7979) (46ff58321) -- Fabian Braun
  • Invalidate permissions cache if group assignment of user changes (ec05b6f2f) -- Fabian Braun
  • Accept legacy action names for page permission checks (#8021) (9a1e178) -- Fabian Braun
  • Mark language and user middleware synchronous for ASGI (#7985) -- John Bazik

... (truncated)

Commits
  • 653869f chore: Prepare release 4.1.4 (#8076)
  • c045a99 fix: XSS vulnerability for page title (#8075)
  • 091e8f5 fix: Sites menu was empty in the page tree (#8064)
  • dd0842a fix: Menus crashed when unexpected page content was present (#8052)
  • f403dee feat: Updated welcome page (#8057)
  • a471c35 fix: added redirect message when in editing a redirect toolbar object (#8056)
  • 62bc268 chore: Fixed randomly failing Postgres tests (#8060)
  • 4232297 fix: X frame options added to page settings form (#8041)
  • b9782de fix: template tag get_admin_url_for_language did not return the latest page...
  • e7c1bf4 fix: Sitemap: Return a QuerySet in CMSSitemap.items() (#8031)
  • Additional commits viewable in compare view

Updates ipython from 7.34.0 to 8.10.0

Commits

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 18, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pip-66fadb6f21 branch 2 times, most recently from 477cf2f to f75b714 Compare November 19, 2024 15:51
Bumps the pip group with 2 updates: [django-cms](https://github.com/django-cms/django-cms) and [ipython](https://github.com/ipython/ipython).


Updates `django-cms` from 4.1.2 to 4.1.4
- [Release notes](https://github.com/django-cms/django-cms/releases)
- [Changelog](https://github.com/django-cms/django-cms/blob/4.1.4/CHANGELOG.rst)
- [Commits](django-cms/django-cms@4.1.2...4.1.4)

Updates `ipython` from 7.34.0 to 8.10.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.34.0...8.10.0)

---
updated-dependencies:
- dependency-name: django-cms
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ipython
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pip-66fadb6f21 branch from f75b714 to a5eae53 Compare November 27, 2024 14:33
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