Skip to content

Commit

Permalink
Update dependencies:
Browse files Browse the repository at this point in the history
requests from 2.28.0 to 2.28.1.
  • Loading branch information
mnako committed Jul 9, 2022
1 parent b1baf65 commit 5c29326
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
47 changes: 23 additions & 24 deletions {{ cookiecutter.project_name }}/pdm.lock

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

2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "Michal Nakoneczny", email = "[email protected]"},
]
dependencies = [
"requests==2.28.0",
"requests==2.28.1",
]
requires-python = ">=3.10"
license = {text = "MIT"}
Expand Down

0 comments on commit 5c29326

Please sign in to comment.