Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Nov 24, 2023
1 parent 9a1ae8f commit 6d13a87
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion local-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ six==1.14.0
sqlparse==0.3.1
urllib3>=1.26.5
semver>=2.10.2
django-crispy-forms==1.9.2
django-crispy-forms==1.14.0
crispy-bootstrap3==2022.1
Markdown>=3.2.2
setuptools>54.2
Expand Down
25 changes: 20 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ Markdown = "3.2.2"
coverage = "7.2.*"
social-auth-app-django = "5.4.0"
django-bootstrap-breadcrumbs = "0.9.2"
django-crispy-forms = "1.9.2"
django-crispy-forms = "1.14.0"
django-dynamic-model-validation = "0.1.13"
django-extensions = "3.2.3"
django-filter = "2.3.0"
django-grappelli = "3.0.8"
djangorestframework = "3.14.0"
crispy-bootstrap3 = "2022.1"
oauthlib = "3.1.0"
future = "0.17.1"
gunicorn = "20.0.4"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ six==1.14.0
sqlparse==0.3.1
urllib3>=1.26.5
semver>=2.10.2
django-crispy-forms==1.9.2
django-crispy-forms==1.14.0
crispy-bootstrap3==2022.1
Markdown>=3.2.2
setuptools>54.2
Expand Down

0 comments on commit 6d13a87

Please sign in to comment.