Skip to content

Commit

Permalink
[IT-3030] Update dependencies
Browse files Browse the repository at this point in the history
Address an issue with dependency resolution by relaxing versions.
  • Loading branch information
ConsoleCatzirl committed Sep 21, 2023
1 parent 4a63f52 commit 0adc330
Show file tree
Hide file tree
Showing 2 changed files with 1,129 additions and 523 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ verify_ssl = true


[dev-packages]
pytest = "~=6.0.1"
pytest-mock = "~=3.2.0"
requests-mock = "~=1.8.0"
pre-commit = "~=2.20.0"
aws-sam-cli = "~=1.55.0"
awscli = "~=1.25.63"
pytest = "~=6.0"
pytest-mock = "~=3.2"
requests-mock = "~=1.8"
pre-commit = "~=2.20"
aws-sam-cli = "~=1.55"
awscli = "~=1.25"

[packages]
crhelper = "~=2.0.11"
Expand Down
Loading

0 comments on commit 0adc330

Please sign in to comment.