Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Trellmor committed Aug 23, 2022
1 parent d0926c0 commit 85e7056
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 44 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ requests = "*"
pathlib = "*"
dnspython = "*"
pyyaml = "*"
validators = "*"

[requires]
python_version = "3.7"
python_version = "3.9"
107 changes: 71 additions & 36 deletions Pipfile.lock

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

16 changes: 9 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
certifi==2020.6.20
chardet==3.0.4
dnspython==2.0.0
idna==2.10
certifi==2022.6.15
charset-normalizer==2.1.1
decorator==5.1.1
dnspython==2.2.1
idna==3.3
pathlib==1.0.1
PyYAML==5.3.1
requests==2.24.0
urllib3==1.25.10
PyYAML==6.0
requests==2.28.1
urllib3==1.26.12
validators==0.20.0

0 comments on commit 85e7056

Please sign in to comment.