Skip to content

Commit

Permalink
Update django to <4.2.3 🤖 (#471)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Sundberg <[email protected]>
  • Loading branch information
dependabot[bot] and jacksund authored Jul 6, 2023
1 parent f7ccf6c commit 71f4879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- dask-core >=2021.12.0, <2023.6.0
- distributed >=2022.7.1, <2023.2.0
- dj-database-url >=0.5.0, <1.4.0
- django >=4.0.0, <4.1.6
- django >=4.0.0, <4.2.3
- django-allauth >=0.50.0, <=0.54.0
- django-crispy-forms >=1.13.0, <=1.14.0
- django-pandas >=0.6.6, <=0.6.6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies=[
# Core dependencies
"numpy >=1.22.0, <1.24.2",
"pandas >=1.3.5, <1.5.4",
"django >=4.0.0, <4.1.6",
"django >=4.0.0, <4.2.3",
"dask >=2021.12.0, <2023.6.0",
"distributed >=2022.7.1, <2023.2.0", # part of dask
"typer >=0.6.0, <0.7.1",
Expand Down

0 comments on commit 71f4879

Please sign in to comment.