Skip to content

Bump httpie from 1.0.3 to 3.1.0 in /python/src #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
279 changes: 193 additions & 86 deletions python/src/Pipfile.lock
61 changes: 36 additions & 25 deletions python/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
atomicwrites==1.3.0
attrs==19.3.0
certifi==2019.9.11
chardet==3.0.4
colorama==0.4.1
httpie==1.0.3
idna==2.8
importlib-metadata==0.23
more-itertools==7.2.0
mypy==0.740
mypy-extensions==0.4.3
packaging==19.2
pep8==1.7.1
pluggy==0.13.0
py==1.8.0
Pygments==2.4.2
pyparsing==2.4.2
pytest==5.2.1
requests==2.22.0
six==1.12.0
typed-ast==1.4.0
typing-extensions==3.7.4
urllib3==1.25.6
wcwidth==0.1.7
zipp==0.6.0
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple/
atomicwrites==1.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
certifi==2021.10.8
charset-normalizer==2.0.12; python_version >= '3.5'
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
httpie==3.1.0
idna==3.3; python_version >= '3'
importlib-metadata==4.11.2; python_version < '3.8'
more-itertools==8.12.0; python_version >= '3.5'
multidict==6.0.2; python_version >= '3.7'
mypy-extensions==0.4.3
mypy==0.740
packaging==21.3; python_version >= '3.6'
pep8==1.7.1
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pygments==2.11.2; python_version >= '3.5'
pyparsing==3.0.7; python_version >= '3.6'
pysocks==1.7.1
pytest==5.2.1
requests-toolbelt==0.9.1
requests[socks]==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
setuptools==60.9.3; python_version >= '3.7'
typed-ast==1.4.3
typing-extensions==4.1.1; python_version >= '3.6'
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
wcwidth==0.2.5
zipp==3.7.0; python_version >= '3.7'