Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinthecalculator committed Mar 1, 2024
1 parent 647925a commit be715d2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion channels-lock.scm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(commit
"23283c50e96d7812a42b1272329fa3ba05a5a6e6")
"9038a46751c5090246e64b63ff752064833c435b")
(introduction
(make-channel-introduction
"afb9f2752315f131e4ddd44eba02eed403365085"
Expand Down
2 changes: 2 additions & 0 deletions guix.scm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#:use-module (guix packages)
#:use-module (guix utils)
#:use-module (gnu packages markup) ;; for python-markdownify
#:use-module (gnu packages python-web) ;; for python-fastapi-pagination-minimal
#:use-module (gnu packages python-xyz) ;; for python-apscheduler
#:use-module (mobilizon-reshare package)
#:use-module (mobilizon-reshare dependencies)
Expand Down Expand Up @@ -32,6 +33,7 @@
(source mobilizon-reshare-git-origin)
(propagated-inputs
(modify-inputs (package-propagated-inputs mobilizon-reshare)
(replace "python-fastapi-pagination-minimal" python-fastapi-pagination-minimal)
(replace "python-markdownify" python-markdownify))))))

(define-public mobilizon-reshare-scheduler
Expand Down
17 changes: 9 additions & 8 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ facebook-sdk = "~3.1"
aerich = "~0.6"
fastapi = "~0.85"
uvicorn = "~0.17"
fastapi-pagination = "~0.11"
fastapi-pagination = "~0.12"

[tool.poetry.dev-dependencies]
responses = "~0.22"
Expand Down

0 comments on commit be715d2

Please sign in to comment.