Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Switch to a different ticket branch in Safir where the UWS library
support is awaiting final approval.
  • Loading branch information
rra committed Jul 31, 2024
1 parent 7239049 commit a584e1c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ mdurl==0.1.2
# via
# -c requirements/main.txt
# markdown-it-py
mypy==1.11.0
mypy==1.11.1
# via
# -r requirements/dev.in
# sqlalchemy
Expand Down
4 changes: 2 additions & 2 deletions requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ vo-models

# Uncomment this, change the branch, comment out safir above, and run make
# update-deps-no-hashes to test against an unreleased version of Safir.
safir-arq @ git+https://github.com/lsst-sqre/safir@tickets/DM-45281-queue#subdirectory=safir-arq
safir[uws] @ git+https://github.com/lsst-sqre/safir@tickets/DM-45281-queue#subdirectory=safir
safir-arq @ git+https://github.com/lsst-sqre/safir@tickets/DM-45281#subdirectory=safir-arq
safir[uws] @ git+https://github.com/lsst-sqre/safir@tickets/DM-45281#subdirectory=safir
10 changes: 5 additions & 5 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ arq==0.26.0
# safir-arq
astropy==6.1.2
# via -r requirements/main.in
astropy-iers-data==0.2024.7.22.0.34.13
astropy-iers-data==0.2024.7.29.0.32.7
# via astropy
asyncpg==0.29.0
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ packaging==24.1
# via astropy
proto-plus==1.24.0
# via google-api-core
protobuf==5.27.2
protobuf==5.27.3
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -145,7 +145,7 @@ pydantic-core==2.20.1
# pydantic-xml
# safir
# safir-arq
pydantic-settings==2.3.4
pydantic-settings==2.4.0
# via
# -r requirements/main.in
# safir
Expand Down Expand Up @@ -180,9 +180,9 @@ rich==13.7.1
# via typer
rsa==4.9
# via google-auth
safir @ git+https://github.com/lsst-sqre/safir@7329ca703e1bf67b13d8aeafe1c48ca65866bb2b#subdirectory=safir
safir @ git+https://github.com/lsst-sqre/safir@61a647a3f13f07e328a9e7e5a04a66e5766fd81e#subdirectory=safir
# via -r requirements/main.in
safir-arq @ git+https://github.com/lsst-sqre/safir@7329ca703e1bf67b13d8aeafe1c48ca65866bb2b#subdirectory=safir-arq
safir-arq @ git+https://github.com/lsst-sqre/safir@61a647a3f13f07e328a9e7e5a04a66e5766fd81e#subdirectory=safir-arq
# via
# -r requirements/main.in
# safir
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ tox==4.16.0
# tox-uv
tox-docker==5.0.0
# via -r requirements/tox.in
tox-uv==1.10.0
tox-uv==1.11.0
# via -r requirements/tox.in
urllib3==2.2.2
# via
# -c requirements/dev.txt
# -c requirements/main.txt
# docker
# requests
uv==0.2.30
uv==0.2.32
# via tox-uv
virtualenv==20.26.3
# via tox
2 changes: 1 addition & 1 deletion scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ scons install declare -t current

# Install Python dependencies and the vo-cutouts code.
cd "$1"
pip install --no-cache-dir google-cloud-storage 'safir-arq @ git+https://github.com/lsst-sqre/safir@tickets/DM-45281-queue#subdirectory=safir-arq'
pip install --no-cache-dir google-cloud-storage 'safir-arq @ git+https://github.com/lsst-sqre/safir@tickets/DM-45281#subdirectory=safir-arq'
pip install --no-cache-dir --no-deps .

0 comments on commit a584e1c

Please sign in to comment.