Skip to content

Commit

Permalink
Update dj-database-url to 1.3.0 🤖 (#350)
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 Jan 9, 2023
1 parent 6e8bb35 commit fb8d2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- coverage >=6.2, <=6.4.4
- dask-core >=2021.12.0, <2022.13.0
- distributed >=2022.7.1, <2022.11.0
- dj-database-url >=0.5.0, <=0.5.0
- dj-database-url >=0.5.0, <1.3.0
- django >=4.0.0, <=4.1.1
- django-allauth >=0.50.0, <=0.51.0
- django-crispy-forms >=1.13.0, <=1.14.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies=[
"django-allauth >=0.50.0, <=0.51.0", # for website accounts and google/github sign-ins
"django-crispy-forms >=1.13.0, <=1.14.0", # for formatting of online forms
"django-pandas >=0.6.6, <=0.6.6", # for converting QuerySets to PandasDataFrames
"dj-database-url >=0.5.0, <=0.5.0", # for DigitalOcean URL conversion
"dj-database-url >=0.5.0, <1.3.0", # for DigitalOcean URL conversion
"djangorestframework >=3.13.1, <3.14.1", # for our REST API
"django-filter >=21.1, <=22.1", # sets up automatic filters for our REST API
"pyyaml >=6.0, <=6.0", # for yaml configuration files
Expand Down

0 comments on commit fb8d2a5

Please sign in to comment.