Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rix committed Jan 23, 2025
1 parent 8f5af90 commit 956babb
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 126 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
${{ runner.os }}-pip-
- name: Install requirements
run: |
pip install twine
pip install -U twine
pip install -U packaging
- name: Get Version
run: echo "version=$(python feedcrawler/providers/version.py)" >>$GITHUB_OUTPUT
id: version
Expand Down
2 changes: 1 addition & 1 deletion feedcrawler/providers/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def get_version():
return "21.0.6"
return "21.0.7"


def create_version_file():
Expand Down
2 changes: 1 addition & 1 deletion feedcrawler/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main():

if os.environ.get('DOCKER'):
config_path = "/config"
local_address = f'http://<<<HOST_IP>>>]'
local_address = f'http://<<<HOST_IP>>>'
elif os.environ.get('GITHUB_ACTION_PR'):
config_path = "/home/runner/work/_temp/feedcrawler"
else:
Expand Down
Loading

0 comments on commit 956babb

Please sign in to comment.