chore: bump ditto to 1.0.3

This commit is contained in:
Naramsim 2024-05-07 21:40:29 +02:00
parent 0df322c83e
commit 47773d99b5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ commands:
steps:
- run:
name: Install Ditto
command: pip install --user 'pokeapi-ditto==1.0.2'
command: pip install --user 'pokeapi-ditto==1.0.3'
- run:
name: Transform api-data's JSON files to have the correct BASE_URL instead of http://localhost
command: bash -x scripts/transform.sh

View File

@ -34,7 +34,7 @@ git branch -D "$BRANCH_NAME" || true
git branch "$BRANCH_NAME"
git checkout "$BRANCH_NAME"
pip install 'pokeapi-ditto==1.0.2'
pip install 'pokeapi-ditto==1.0.3'
rm -rf ./data
ditto clone --src-url http://localhost/ --dest-dir ./data
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown