Skip to content

Commit

Permalink
chg: [dependencies] Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jul 8, 2024
1 parent 6d30800 commit 0b6567c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: 3.11.0
python-version: 3.12.0

- name: Install dependencies
run: |
Expand Down
100 changes: 37 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ include = [
pymosp = "bin.pymosp:main"

[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.25.1"
mypy = "^0.931"
types-requests = "^2.27.5"
python = "^3.10"
requests = "^2.32.3"
mypy = "^1.10.1"
types-requests = "2.32.0.20240622"

[tool.poetry.dev-dependencies]
nose2 = "^0.10.0"
Expand All @@ -61,7 +61,7 @@ requires = ["poetry-core>=1.0.0", "setuptools"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
python_version = "3.10"
python_version = "3.12"
check_untyped_defs = true
ignore_errors = false
ignore_missing_imports = true
Expand Down

0 comments on commit 0b6567c

Please sign in to comment.