Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into issue-73
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Dec 4, 2023
2 parents e62869d + caf52f0 commit a9846b1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ updates:
assignees:
- ozgurakgun
groups:
npm-essence-feature-usage-stats:
pip-essence-feature-usage-stats:
patterns:
- "*"
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_with = "3.4.0"
thiserror = "1.0.50"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.75"
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
strum_macros = "0.25.3"
strum = "0.25.0"
versions = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion tools/essence-feature-usage-stats/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ charset-normalizer==3.3.2
click==8.1.7
gitdb==4.0.11
GitPython==3.1.40
idna==3.4
idna==3.6
Jinja2==3.1.2
MarkupSafe==2.1.3
mypy-extensions==1.0.0
Expand Down

0 comments on commit a9846b1

Please sign in to comment.