diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50351aa8..0d81befd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Set up Python 3.10 uses: actions/setup-python@v4 with: diff --git a/app/calculator.py b/app/calculator.py index 8a976b25..4f380e8e 100644 --- a/app/calculator.py +++ b/app/calculator.py @@ -13,3 +13,4 @@ def divide(x, y): if y == 0: return 'Cannot divide by 0' return x * 1.0 / y + diff --git a/requirements.txt b/requirements.txt index 0e8a292d..7497ba5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -attrs==23.2.0 -coverage==7.5.4 +attrs==24.2.0 +coverage==7.6.8 iniconfig==2.0.0 -packaging==24.1 +packaging==24.2 pluggy==1.5.0 py==1.11.0 -pyparsing==3.1.2 -pytest==8.2.2 -pytest-cov==5.0.0 -tomli==2.0.1 +pyparsing==3.2.0 +pytest==8.3.4 +pytest-cov==6.0.0 +tomli==2.2.1