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

Update Releases Batched for Next (next) #2170

Merged
merged 4 commits into from
Sep 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Jinja2 (changelog) ~3.0.3 -> ~3.1.0 age adoption passing confidence
Jinja2 (changelog) ==3.0.3 -> ==3.1.2 age adoption passing confidence
Markdown (source) ~3.3.7 -> ~3.4.0 age adoption passing confidence
black (changelog) ~22.6.0 -> ~22.8.0 age adoption passing confidence
django-cacheops 6.0 -> 6.1 age adoption passing confidence
django-celery-beat ~2.2.1 -> ~2.3.0 age adoption passing confidence
django-constance ~2.8.0 -> ~2.9.0 age adoption passing confidence
django-cryptography 1.0 -> 1.1 age adoption passing confidence
django-debug-toolbar (changelog) ~3.5.0 -> ~3.6.0 age adoption passing confidence
django-extensions (changelog) 3.2.0 -> 3.2.1 age adoption passing confidence
django-storages (changelog) ~1.12.3 -> ~1.13.0 age adoption passing confidence
drf-spectacular ~0.22.1 -> ~0.23.0 age adoption passing confidence
jsonschema (changelog) ~4.7.0 -> ~4.16.0 age adoption passing confidence
mkdocs-include-markdown-plugin ~3.6.0 -> ~3.7.0 age adoption passing confidence
mkdocs-include-markdown-plugin ==3.6.1 -> ==3.7.1 age adoption passing confidence
mkdocs-material (source) 8.4.2 -> 8.4.3 age adoption passing confidence
mkdocs-material (source) ==8.4.2 -> ==8.4.3 age adoption passing confidence
requests (source, changelog) ~2.27.1 -> ~2.28.0 age adoption passing confidence
selenium ~4.3.0 -> ~4.4.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 10, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Aug 10, 2022

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Invalid version: 3.7


File name: poetry.lock
Invalid version: 3.7


@renovate renovate bot force-pushed the renovate/next-releases-batched-for-next branch 3 times, most recently from eaa4c2a to e927999 Compare August 16, 2022 20:20
@renovate renovate bot force-pushed the renovate/next-releases-batched-for-next branch 3 times, most recently from 2f2abae to d0231f2 Compare August 29, 2022 23:03
@renovate renovate bot force-pushed the renovate/next-releases-batched-for-next branch 2 times, most recently from 62edb25 to 16fc35e Compare August 31, 2022 11:29
@renovate renovate bot force-pushed the renovate/next-releases-batched-for-next branch from 16fc35e to 5002f68 Compare September 1, 2022 01:32
pyproject.toml Outdated
@@ -43,9 +43,9 @@ django-auth-ldap = {version = "~4.1.0", optional = true}
# Caching with Redis
django-cacheops = "~6.0"
# Base functionality for task scheduling with Celery
django-celery-beat = "~2.2.1"
django-celery-beat = "~2.3.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change/potential breakage: celery/django-celery-beat#525

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also celery/django-celery-beat#528 - now requires upgrading to django-timezone-field >= 5.0. Will investigate if this is feasible.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spent far too much time digging into a migration error resulting from this update, but finally opened mfogel/django-timezone-field#96

pyproject.toml Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
pyproject.toml Outdated
# Optional data validation of config contexts
jsonschema = "~4.7.0"
# Rendering of markdown files to HTML
Markdown = "~3.3.7"
Markdown = "~3.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly, removes deprecated code (https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/release-3.4.md#previously-deprecated-objects-have-been-removed) but doesn't look like any of those changes should impact Nautobot core.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, there are apparently a number of extensions that haven't been updated and still depend on these deprecated features, which caused mkdocs to pin to Markdown < 3.4 at present. So upgrading Markdown to 3.4 actually forces mkdocs to downgrade from 1.3.1 (which has the pin) to 1.3.0 (which does not).

In short: do we want to prioritize latest Markdown or latest mkdocs, because we can't have both at this time.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pyproject.toml Show resolved Hide resolved
@glennmatthews glennmatthews self-assigned this Sep 7, 2022
@glennmatthews glennmatthews merged commit 705f046 into next Sep 9, 2022
@glennmatthews glennmatthews deleted the renovate/next-releases-batched-for-next branch September 9, 2022 15:45
glennmatthews added a commit that referenced this pull request Sep 9, 2022
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
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants