Skip to content

Commit 47773d9

Browse files
committed
chore: bump ditto to 1.0.3
1 parent 0df322c commit 47773d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands:
1111
steps:
1212
- run:
1313
name: Install Ditto
14-
command: pip install --user 'pokeapi-ditto==1.0.2'
14+
command: pip install --user 'pokeapi-ditto==1.0.3'
1515
- run:
1616
name: Transform api-data's JSON files to have the correct BASE_URL instead of http://localhost
1717
command: bash -x scripts/transform.sh

updater/cmd.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ git branch -D "$BRANCH_NAME" || true
3434
git branch "$BRANCH_NAME"
3535
git checkout "$BRANCH_NAME"
3636

37-
pip install 'pokeapi-ditto==1.0.2'
37+
pip install 'pokeapi-ditto==1.0.3'
3838
rm -rf ./data
3939
ditto clone --src-url http://localhost/ --dest-dir ./data
4040
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown

0 commit comments

Comments
 (0)