Skip to content

Commit

Permalink
pyproject.toml: Fix typo in constraints dependencies
Browse files Browse the repository at this point in the history
Update constraints to use latest versions.
  • Loading branch information
RommelLayco committed Mar 27, 2024
1 parent 097fb29 commit 41cb24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dev = [
"types-requests",
"types-six",
]
contraints = [
constraints = [
"astroid==2.5.8",
"attrs==22.2.0",
"azure-core==1.26.3",
Expand Down Expand Up @@ -127,7 +127,7 @@ contraints = [
"PyYAML==6.0",
"requests==2.28.2",
"responses==0.23.1",
"rohmu==1.0.10",
"rohmu==2.3.0",
"rsa==4.9",
"s3transfer==0.6.0",
"six==1.16.0",
Expand Down

0 comments on commit 41cb24b

Please sign in to comment.