Skip to content

Commit

Permalink
chore(deps): update dependency happyx to >=2.10,<2.11 (#6711)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency happyx to >=2.10,<2.11

* update version in results

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan Rabbâa <[email protected]>
  • Loading branch information
renovate[bot] and waghanza authored Sep 13, 2023
1 parent 15dd6bc commit 984aa7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nim/happyx/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
github: HapticX/happyx
version: 2.9
version: '2.10'

build_opts: "-d:beast --threads:on"
build_with: nimble install -d -y
2 changes: 1 addition & 1 deletion nim/happyx/server.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin = @["hpx"]

# Dependencies

requires "happyx >= 2.9 & < 2.10"
requires "happyx >= 2.10 & < 2.11"
requires "cligen"
requires "regex"
requires "httpx"
Expand Down
2 changes: 1 addition & 1 deletion python/happyx/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
framework:
website: hapticx.nim.town
github: HapticX/happyx
version: 2.9
version: '2.10'

engines:
- happyx
Expand Down
2 changes: 1 addition & 1 deletion python/happyx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
happyx>=2.9,<2.10
happyx>=2.10,<2.11

0 comments on commit 984aa7a

Please sign in to comment.