Skip to content

Commit

Permalink
Bump faker from ce65d0d to c217c88 (#923)
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/elixirs/faker) from `ce65d0d` to
`c217c88`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/elixirs/faker/commit/c217c88f5c968146ea4c5fb0120df3dcf9175ab4"><code>c217c88</code></a>
chore(deps): update erlef/setup-beam action to v1.18.2 (<a
href="https://redirect.github.com/elixirs/faker/issues/570">#570</a>)</li>
<li><a
href="https://github.com/elixirs/faker/commit/354ec2db450d56526c99d5836daafd83d185894b"><code>354ec2d</code></a>
chore(deps): update actions/checkout action to v4.2.0 (<a
href="https://redirect.github.com/elixirs/faker/issues/574">#574</a>)</li>
<li><a
href="https://github.com/elixirs/faker/commit/64639418bf830da69b8967d284e8628cca363f6b"><code>6463941</code></a>
chore(deps): update actions/cache action to v4.1.0 (<a
href="https://redirect.github.com/elixirs/faker/issues/576">#576</a>)</li>
<li>See full diff in <a
href="https://github.com/elixirs/faker/compare/ce65d0dfe59fc5cf782a5b575023d0e0642ffb71...c217c88f5c968146ea4c5fb0120df3dcf9175ab4">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
github-actions[bot] authored Oct 21, 2024
2 parents d9e098c + d542f10 commit 290765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ex_machina": {:hex, :ex_machina, "2.8.0", "a0e847b5712065055ec3255840e2c78ef9366634d62390839d4880483be38abe", [:mix], [{:ecto, "~> 2.2 or ~> 3.0", [hex: :ecto, repo: "hexpm", optional: true]}, {:ecto_sql, "~> 3.0", [hex: :ecto_sql, repo: "hexpm", optional: true]}], "hexpm", "79fe1a9c64c0c1c1fab6c4fa5d871682cb90de5885320c187d117004627a7729"},
"excoveralls": {:hex, :excoveralls, "0.18.3", "bca47a24d69a3179951f51f1db6d3ed63bca9017f476fe520eb78602d45f7756", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "746f404fcd09d5029f1b211739afb8fb8575d775b21f6a3908e7ce3e640724c6"},
"expo": {:hex, :expo, "1.0.1", "f9e2f984f5b8d195815d52d0ba264798c12c8d2f2606f76fa4c60e8ebe39474d", [:mix], [], "hexpm", "f250b33274e3e56513644858c116f255d35c767c2b8e96a512fe7839ef9306a1"},
"faker": {:git, "https://github.com/elixirs/faker.git", "ce65d0dfe59fc5cf782a5b575023d0e0642ffb71", []},
"faker": {:git, "https://github.com/elixirs/faker.git", "c217c88f5c968146ea4c5fb0120df3dcf9175ab4", []},
"familiar": {:hex, :familiar, "0.1.4", "6d8bd81d80cc7b884e5635aca0c00e61809236017a784f522782c625a994cf83", [:mix], [{:ecto_sql, "~> 3.0", [hex: :ecto_sql, repo: "hexpm", optional: false]}], "hexpm", "43074bdb187762d3a8925358430cd987e760779cb61071720f23a2bac24558c8"},
"file_size": {:hex, :file_size, "3.0.1", "ad447a69442a82fc701765a73992d7b1110136fa0d4a9d3190ea685d60034dcd", [:mix], [{:decimal, ">= 1.0.0 and < 3.0.0", [hex: :decimal, repo: "hexpm", optional: true]}, {:number, "~> 1.0", [hex: :number, repo: "hexpm", optional: false]}], "hexpm", "64dd665bc37920480c249785788265f5d42e98830d757c6a477b3246703b8e20"},
"file_system": {:hex, :file_system, "1.0.1", "79e8ceaddb0416f8b8cd02a0127bdbababe7bf4a23d2a395b983c1f8b3f73edd", [:mix], [], "hexpm", "4414d1f38863ddf9120720cd976fce5bdde8e91d8283353f0e31850fa89feb9e"},
Expand Down

0 comments on commit 290765e

Please sign in to comment.