diff --git a/files/install-deps-worker.yaml b/files/install-deps-worker.yaml index e204da177..93abcd488 100644 --- a/files/install-deps-worker.yaml +++ b/files/install-deps-worker.yaml @@ -41,7 +41,7 @@ pip: name: - git+https://github.com/packit/sandcastle.git - - sentry-sdk==0.18.0 + - sentry-sdk executable: pip3 # --no-deps: to fail instead of installing from PyPI when we forget to add some dependency to packit.spec - name: pip install packit & ogr with --no-deps diff --git a/files/install-deps.yaml b/files/install-deps.yaml index 44d665bed..2e5ac5750 100644 --- a/files/install-deps.yaml +++ b/files/install-deps.yaml @@ -44,7 +44,7 @@ pip: name: - persistentdict # still needed by one Alembic migration script - - sentry-sdk[flask]==0.18.0 + - sentry-sdk[flask] executable: pip3 # --no-deps: to fail instead of installing from PyPI when we forget to add some dependency to packit.spec