diff --git a/.circleci/config.yml b/.circleci/config.yml index 438a78180d..8182a812f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/updater/cmd.bash b/updater/cmd.bash index 2fe553f375..e6a5a67df1 100644 --- a/updater/cmd.bash +++ b/updater/cmd.bash @@ -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