Skip to content

Commit

Permalink
update dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric05 authored Jun 14, 2024
1 parent f99d951 commit bfea891
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ name = "pypi"
[packages]
jsonschema = "==4.22.0"
jstyleson = "==0.0.2"
requests = "==2.31.0"
requests = "==2.31.3"
textx = "==4.0.1"
requests-pkcs12 = "==1.24"
parsys-requests-unixsocket = "==0.3.1"
requests-pkcs12 = "==1.25"
parsys-requests-unixsocket = "==0.3.2"
requests-aws4auth = "==1.2.3"
requests-ntlm = "==1.2.0"
requests-ntlm = "==1.3.0"
restrictedpython = "==7.1"
faker = "==25.2.0"
faker = "==25.8.0"
requests-hawk = "==1.2.1"
pyyaml = "==6.0.1"
toml = "==0.10.2"
Expand Down
14 changes: 8 additions & 6 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion dothttp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.43a15"
__version__ = "0.0.43a16"
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
jsonschema==4.22.0
jstyleson==0.0.2
textx==4.0.1
requests_pkcs12==1.24
parsys-requests-unixsocket==0.3.1
requests_pkcs12==1.25
parsys-requests-unixsocket==0.3.2
requests-aws4auth==1.2.3
requests_ntlm==1.2.0
requests_ntlm==1.3.0
RestrictedPython==7.1
Faker==25.2.0
Faker==25.8.0
requests-hawk==1.2.1
msal==1.28.0
PyYaml==6.0.1
toml==0.10.2
requests==2.31.0
requests==2.31.3

0 comments on commit bfea891

Please sign in to comment.