Skip to content

Commit

Permalink
Test RAIN API
Browse files Browse the repository at this point in the history
  • Loading branch information
gjclark committed Sep 12, 2024
1 parent ea53862 commit fa15e54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile requirements/requirements-dev.in
#
boto3==1.35.14
boto3==1.35.18
# via
# -r requirements/requirements-dev.in
# moto
botocore==1.35.14
botocore==1.35.18
# via
# -c requirements/requirements.txt
# boto3
Expand Down Expand Up @@ -84,7 +84,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/requirements-dev.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cachetools
cfnresponse
chalice
git+https://github.com/asfadmin/rain-api-core.git@a9a00d126878f56213af972f6fb5bf6bb1490909
git+https://github.com/asfadmin/rain-api-core.git@e9b3b1c24413f6a504e426bcd356e50342581c0a
netaddr
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
blessed==1.20.0
# via inquirer
botocore==1.35.14
botocore==1.35.18
# via chalice
cachetools==5.0.0
cachetools==5.5.0
# via
# -r requirements/requirements.in
# rain-api-core
Expand Down Expand Up @@ -48,7 +48,7 @@ pyyaml==6.0.2
# via
# chalice
# rain-api-core
rain-api-core @ git+https://github.com/asfadmin/rain-api-core.git@a9a00d126878f56213af972f6fb5bf6bb1490909
rain-api-core @ git+https://github.com/asfadmin/rain-api-core.git@e9b3b1c24413f6a504e426bcd356e50342581c0a
# via -r requirements/requirements.in
readchar==4.2.0
# via inquirer
Expand Down

0 comments on commit fa15e54

Please sign in to comment.