Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Aug 20, 2024
1 parent 4b661d6 commit 1a3c3f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ traitlets==5.14.3 ; python_version >= "3.10" and python_version < "3.12"
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.12"
tzdata==2024.1 ; python_version >= "3.10" and python_version < "3.12"
urllib3==2.2.1 ; python_version >= "3.10" and python_version < "3.12"
vega-python-protos @ git+https://github.com/vegaprotocol/vega-python-protos@63bfaf1a33c2ac8ef8abff837df19dd7c09289ef ; python_version >= "3.10" and python_version < "3.12"
vegapy @ git+https://github.com/cdummett/vegapy/@0b85f479ea99736e317d93415901a36a9e4f5bab ; python_version >= "3.10" and python_version < "3.12"
vega-python-protos @ git+https://github.com/vegaprotocol/vega-python-protos@9036fceba570eb9430cf71c24fd250acea91b352 ; python_version >= "3.10" and python_version < "3.12"
vegapy @ git+https://github.com/cdummett/vegapy/@3251c1d5f632ccecab44e8fa97f9b543ec5eee88 ; python_version >= "3.10" and python_version < "3.12"
wcwidth==0.2.13 ; python_version >= "3.10" and python_version < "3.12"
websocket-client==1.8.0 ; python_version >= "3.10" and python_version < "3.12"
wrapt==1.16.0 ; python_version >= "3.10" and python_version < "3.12"
4 changes: 2 additions & 2 deletions requirements-learning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ triton==2.3.1 ; platform_system == "Linux" and platform_machine == "x86_64" and
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.12"
tzdata==2024.1 ; python_version >= "3.10" and python_version < "3.12"
urllib3==2.2.1 ; python_version >= "3.10" and python_version < "3.12"
vega-python-protos @ git+https://github.com/vegaprotocol/vega-python-protos@63bfaf1a33c2ac8ef8abff837df19dd7c09289ef ; python_version >= "3.10" and python_version < "3.12"
vegapy @ git+https://github.com/cdummett/vegapy/@0b85f479ea99736e317d93415901a36a9e4f5bab ; python_version >= "3.10" and python_version < "3.12"
vega-python-protos @ git+https://github.com/vegaprotocol/vega-python-protos@9036fceba570eb9430cf71c24fd250acea91b352 ; python_version >= "3.10" and python_version < "3.12"
vegapy @ git+https://github.com/cdummett/vegapy/@3251c1d5f632ccecab44e8fa97f9b543ec5eee88 ; python_version >= "3.10" and python_version < "3.12"
wcwidth==0.2.13 ; python_version >= "3.10" and python_version < "3.12"
websocket-client==1.8.0 ; python_version >= "3.10" and python_version < "3.12"
werkzeug==3.0.3 ; python_version >= "3.10" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.11"
tzdata==2024.1 ; python_version >= "3.10" and python_version < "3.12"
urllib3==2.2.1 ; python_version >= "3.10" and python_version < "3.12"
vega-python-protos @ git+https://github.com/vegaprotocol/vega-python-protos@63bfaf1a33c2ac8ef8abff837df19dd7c09289ef ; python_version >= "3.10" and python_version < "3.12"
vega-python-protos @ git+https://github.com/vegaprotocol/vega-python-protos@9036fceba570eb9430cf71c24fd250acea91b352 ; python_version >= "3.10" and python_version < "3.12"
websocket-client==1.8.0 ; python_version >= "3.10" and python_version < "3.12"
wrapt==1.16.0 ; python_version >= "3.10" and python_version < "3.12"

0 comments on commit 1a3c3f9

Please sign in to comment.