Skip to content

Commit

Permalink
Update steam authentication library to fix #16
Browse files Browse the repository at this point in the history
- Bump dependencies to latest version
  • Loading branch information
fabieu committed Jun 17, 2024
1 parent 1e405b0 commit 6605b0b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

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

65 changes: 35 additions & 30 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ keywords = ["steam", "CLI"]
[tool.poetry.dependencies]
python = "^3.8"
beautifulsoup4 = "^4.12.3"
Jinja2 = "^3.1.2"
Jinja2 = "^3.1.4"
typer = "^0.12.3"
steam = "^1.4.4"
steam = { git = "https://github.com/FailSpy/steam-py-lib.git", rev = "3db3cfe"}

[tool.poetry.dev-dependencies]
pytest = "^8.2.1"
autopep8 = "^2.2.0"
pytest = "^8.2.2"
autopep8 = "^2.3.0"
vermin = "^1.6.0"

[tool.poetry.scripts]
Expand Down

0 comments on commit 6605b0b

Please sign in to comment.