Skip to content

Commit

Permalink
Bump django from 4.1 to 4.1.2 in /examples/django_dynamic_fields (#145)
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 4.1 to 4.1.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@4.1...4.1.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2022
1 parent 7a6c1c3 commit c91c4e3
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 18 deletions.
73 changes: 56 additions & 17 deletions examples/django_dynamic_fields/poetry.lock

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

2 changes: 1 addition & 1 deletion examples/django_dynamic_fields/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["honeycombio"]

[tool.poetry.dependencies]
python = "^3.8"
Django = "^4.0"
Django = "^4.1"
libhoney = {path = "../..", develop = true}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c91c4e3

Please sign in to comment.