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 djangorestframework to 3.14.1 🤖 #320

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- django-crispy-forms >=1.13.0, <=1.14.0
- django-pandas >=0.6.6, <=0.6.6
- django-filter >=21.1, <=22.1
- djangorestframework >=3.13.1, <=3.13.1
- djangorestframework >=3.13.1, <3.14.1
- isort >=5.10.1, <=5.10.1
- matminer >=0.7.6, <=0.7.8
- markdown >=3.4.1, <=3.4.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies=[
"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
"djangorestframework >=3.13.1, <=3.13.1", # for our REST API
"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
"plotly >=5.4.0, <5.12.0", # for interactive plots and visualization
Expand Down