Skip to content

Commit 73e519b

Browse files
authored
Merge pull request #7 from kumaranvpl/fix-packages-versions
Some packages updated
2 parents bbd7a51 + ec48f47 commit 73e519b

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies
2929
run: |
30+
python -m pip install --upgrade pip --disable-pip-version-check
3031
python -m pip install poetry
3132
poetry install
3233
- name: Lint

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ typed-ast = [
4444
#mkdocs-material = {version = "5.2.3", optional = true}
4545

4646
[tool.poetry.dev-dependencies]
47-
pytest = "^7.4"
47+
pytest = "^8.2"
4848
pytest-cov = "*"
4949
pytest-mock = "*"
50-
mypy = "*"
51-
freezegun = "^1.2.2"
50+
mypy = "^1.10"
51+
freezegun = "^1.5"
5252
black = "24.4.2"
5353
isort = "==5.13.2"
5454

0 commit comments

Comments
 (0)