Skip to content

Commit

Permalink
Update dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric05 authored Apr 12, 2024
1 parent 4a55741 commit 0d73140
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 60 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ requests-pkcs12 = "==1.24"
parsys-requests-unixsocket = "==0.3.1"
requests-aws4auth = "==1.2.3"
requests-ntlm = "==1.2.0"
restrictedpython = "==7.0"
faker = "==24.1.0"
restrictedpython = "==7.1"
faker = "==24.7.1"
requests-hawk = "==1.2.1"
pyyaml = "==6.0.1"
toml = "==0.10.2"
msal = "==1.27.0"
msal = "==1.28.0"

[dev-packages]
python-magic = "*"
waitress = "==3.0.0"
flask = "==3.0.2"
pyperf = "==2.6.2"
flask = "==3.0.3"
pyperf = "==2.6.3"
pytest-benchmark = "*"

[requires]
Expand Down
80 changes: 29 additions & 51 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.43a13"
__version__ = "0.0.43a14"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ requests_pkcs12==1.24
parsys-requests-unixsocket==0.3.1
requests-aws4auth==1.2.3
requests_ntlm==1.2.0
RestrictedPython==7.0
Faker==24.1.0
RestrictedPython==7.1
Faker==24.7.1
requests-hawk==1.2.1
msal==1.27.0
msal==1.28.0
PyYaml==6.0.1
toml==0.10.2
requests==2.31.0

0 comments on commit 0d73140

Please sign in to comment.