Skip to content

Commit

Permalink
fix: requires django<5 (django 5 requires sqlite >= 3.27 not availabl…
Browse files Browse the repository at this point in the history
…… (backport #614) (#615)

This is an automatic backport of pull request #614 done by [Mergify](https://mergify.com).


---


<details>
<summary>Mergify commands and options</summary>

<br />

More conditions and actions can be found in the [documentation](https://docs.mergify.com/).

You can also trigger Mergify actions by commenting on this pull request:

- `@Mergifyio refresh` will re-evaluate the rules
- `@Mergifyio rebase` will rebase this PR on its base branch
- `@Mergifyio update` will merge the base branch into this PR
- `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch

Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can:

- look at your merge queues
- generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com
</details>
  • Loading branch information
mergify[bot] committed Dec 8, 2023
1 parent 79a1e25 commit ab022bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# python3 requirements.txt file
# see https://pip.readthedocs.io/en/1.1/requirements.html
django>=4.2.7
#django >= 5 requires sqlite >= 3.27 (not available on rocky 8)
django>=4.2.7,<5

0 comments on commit ab022bd

Please sign in to comment.